[gnome-color-manager] Release version 2.91.90



commit 6522a35ee7d9208f9e5f0900189cd3b4c86ef0b3
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 22 14:03:46 2011 +0000

    Release version 2.91.90

 NEWS         |   19 +++++++++++++++++++
 RELEASE      |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9c46145..5575049 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+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
diff --git a/RELEASE b/RELEASE
index 77f9921..455cf29 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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
diff --git a/configure.ac b/configure.ac
index f36c36b..b3abe75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]