Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-color-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-color-manager
Commits
6522a35e
Commit
6522a35e
authored
Feb 22, 2011
by
Richard Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.91.90
parent
910e9122
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
5 deletions
+24
-5
NEWS
NEWS
+19
-0
RELEASE
RELEASE
+4
-4
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
6522a35e
Version 2.91.90
~~~~~~~~~~~~~~~
Released: 2011-02-22
* Translations
- Updated French Translation (Bruno Brouard)
- Updated Greek translation (Michael Kotsarinis)
- Updated Norwegian bokmål translation (Kjartan Maraas)
- Updated Slovenian translation (Matej Urbančič)
- Updated Spanish translation (Jorge González)
* Bugfix:
- Do not ask the user whether to strip the alpha channel during calibration (Richard Hughes)
- Fix a critial warning when installing the shared-color-targets data (Richard Hughes)
- huey: remove the dark current values before scaling for the calibration matrix (Richard Hughes)
- huey: the CY7C63001 is paired with a 6.00Mhz crystal and it takes 6 clock cycles to process a 16bit inc with carry check (Richard Hughes)
- huey: when reading SENSOR_MEASURE_RGB, READ_GREEN and READ_BLUE, the data value is 32 bits in size (Richard Hughes)
- Use gcm-calculate-fudge to calculate a more accurate value of HUEY_XYZ_POST_MULTIPLY_SCALE_FACTOR (Richard Hughes)
Version 2.91.5
~~~~~~~~~~~~~~
Released: 2011-01-11
...
...
RELEASE
View file @
6522a35e
...
...
@@ -2,8 +2,8 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-color-manager in the same format as usual.
Version 2.91.
6
~~~~~~~~~~~~~~
Version 2.91.
90
~~~~~~~~~~~~~~
~
Released: 2011-xx-xx
* Translations
...
...
@@ -14,8 +14,8 @@ git shortlog GNOME_COLOR_MANAGER_2_91_5.. | grep -i -v trivial | grep -v Merge |
3. Commit changes in gnome-color-manager git:
git commit -a -m "Release version 2.91.
6
"
git tag -s GNOME_COLOR_MANAGER_2_91_
6 -m "==== Version 2.91.6
===="
git commit -a -m "Release version 2.91.
90
"
git tag -s GNOME_COLOR_MANAGER_2_91_
90 -m "==== Version 2.91.90
===="
<enter password>
git push --tags
git push
...
...
configure.ac
View file @
6522a35e
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.63)
m4_define([gcm_major_version], [2])
m4_define([gcm_minor_version], [91])
m4_define([gcm_micro_version], [
6
])
m4_define([gcm_micro_version], [
90
])
m4_define([gcm_version],
[gcm_major_version.gcm_minor_version.gcm_micro_version])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment