[gnome-color-manager] Release version 3.9.92



commit e99723758a01cdbf0900efd2dbfbb994274a1b46
Author: Richard Hughes <richard hughsie com>
Date:   Fri Sep 13 15:22:29 2013 +0100

    Release version 3.9.92

 NEWS         |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE      |   10 +++++-----
 configure.ac |    2 +-
 3 files changed, 61 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index ea144a8..0f2b03b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+Version 3.9.92
+~~~~~~~~~~~~~~
+Released: 2013-09-13
+
+* translations
+ - Added Dutch translation (Cumulus007, Reinout van Schouwen)
+ - Updated Assamese translation (Nilamdyuti Goswami)
+ - Updated Brazilian Portuguese translation (Enrico Nicoletto)
+ - Updated Brazilian Portuguese translation (Rafael Ferreira)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Catalan translation (Gil Forcada)
+ - Updated Chinese simplified translation (甘露(Gan Lu))
+ - Updated Czech translation (Marek Černocký)
+ - Updated Estonian translation (Mattias Põldaru)
+ - Updated Finnish translation (Jiri Grönroos)
+ - Updated French translation (Alexandre Franke)
+ - Updated Galician translations (Fran Diéguez)
+ - Updated German translation (Benjamin Steinwender)
+ - Updated Greek translation (Dimitris Spingos)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Hungarian translation (Balázs Úr)
+ - Updated Indonesian translation (Andika Triwidada)
+ - Updated Italian translation (Milo Casagrande)
+ - Updated Latvian translation (Rūdolfs Mazurs)
+ - Updated Lithuanian translation (Aurimas Černius)
+ - Updated Malayalam translation (Anish A)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Polish translation (Piotr Drąg)
+ - Updated Russian translation (Stas Solovey)
+ - Updated Russian translation (Yuri Myasoedov)
+ - Updated Serbian translation (Мирослав Николић)
+ - Updated slovak translation (Dušan Kazik)
+ - Updated Slovenian translation (Matej Urbančič)
+ - Updated Spanish translation (Daniel Mustieles)
+ - Updated Tajik translation (Victor Ibragimov)
+ - Updated Traditional Chinese translation (Chao-Hsiung Liao, Cheng-Chia Tseng)
+
+* New Features:
+ - Add an AppData description for gcm-viewer (Richard Hughes)
+ - Use the new cd_icc_get_response() provided in colord 0.1.34 (Richard Hughes)
+ - Use the new cd_icc_get_vcgt() in colord 0.1.34 (Richard Hughes)
+
+* Bugfix:
+ - Disable GCM_DATA path prefixing for colord provided image paths (Pascal de Bruijn)
+ - Do not use a predictable name when saving the PLY temp file (Richard Hughes)
+ - Do not use g_spawn_command_line_sync() when spawning executables (Richard Hughes)
+ - gcm_calibrate_is_livecd() should be linux-only (Antoine Jacoutot)
+ - GtkStock is deprecated (Richard Hughes)
+ - Kelvin is not a graded scale (Richard Hughes)
+ - Make wrapping sensible when showing details about profiles (Richard Hughes)
+ - Tweak a few of the descriptions to reflect reality (Richard Hughes)
+ - Use CdIcc to load and save ICC profiles (Richard Hughes)
+ - Use g_ascii_dtostr() to avoid writing locale-specific floats in PLY files (Richard Hughes)
+ - We need at least clutter 1.12 to properly build with mash (Pascal de Bruijn)
+
 Version 3.8.0
 ~~~~~~~~~~~~~
 Released: 2013-03-26
diff --git a/RELEASE b/RELEASE
index c140585..83ea4b4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,20 +2,20 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-color-manager in the same format as usual.
 
-Version 3.9.1
-~~~~~~~~~~~~~
+Version 3.9.92
+~~~~~~~~~~~~~~
 Released: 2013-xx-xx
 
 * Translations
 * New Features:
 * Bugfix:
 
-git shortlog GNOME_COLOR_MANAGER_3_7_92.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
+git shortlog GNOME_COLOR_MANAGER_3_8_0.. | grep -i -v trivial | grep -v Merge | uniq > NEWS.new
 
 3. Commit changes in gnome-color-manager git:
 
-git commit -a -m "Release version 3.9.1"
-git tag -s GNOME_COLOR_MANAGER_3_9_1 -m "==== Version 3.9.1 ===="
+git commit -a -m "Release version 3.9.92"
+git tag -s GNOME_COLOR_MANAGER_3_9_92 -m "==== Version 3.9.92 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index c92c647..4258a57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Copyright (C) 2010-2011 Richard Hughes <richard hughsie com>
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-color-manager],[3.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
+AC_INIT([gnome-color-manager],[3.9.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
 AC_CONFIG_HEADERS([config.h])


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