[gnome-color-manager/gnome-3-4] Release version 3.4.2



commit 373474a149bf8b1850e990ce427fb8e3a792ef9d
Author: Richard Hughes <richard hughsie com>
Date:   Mon May 14 10:18:47 2012 +0100

    Release version 3.4.2

 NEWS                     |   13 +++++++++++++
 RELEASE                  |    6 +++---
 configure.ac             |    2 +-
 src/gcm-calibrate-main.c |    1 -
 4 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index d418a6d..9370533 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 3.4.2
+~~~~~~~~~~~~~
+Released: 2012-05-14
+
+* Translations
+ - Updated French translation (Bruno Brouard)
+
+* New Features:
+ - Show the actual ICC profile after calibration if the user is using a LiveCD (Richard Hughes)
+
+* Bugfix:
+ - Hide the target whitepoint selection screen if the sensor is a colorimeter (Richard Hughes)
+
 Version 3.4.0
 ~~~~~~~~~~~~~
 Released: 2012-03-26
diff --git a/RELEASE b/RELEASE
index f7b5b73..48beef0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,7 +2,7 @@ PackageKit Release Notes
 
 1. Write NEWS entries for gnome-color-manager in the same format as usual.
 
-Version 3.4.1
+Version 3.4.2
 ~~~~~~~~~~~~~
 Released: 2012-xx-xx
 
@@ -14,8 +14,8 @@ git shortlog GNOME_COLOR_MANAGER_3_4_0.. | grep -i -v trivial | grep -v Merge |
 
 3. Commit changes in gnome-color-manager git:
 
-git commit -a -m "Release version 3.4.1"
-git tag -s GNOME_COLOR_MANAGER_3_4_1 -m "==== Version 3.4.1 ===="
+git commit -a -m "Release version 3.4.2"
+git tag -s GNOME_COLOR_MANAGER_3_4_2 -m "==== Version 3.4.2 ===="
 <enter password>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 1296344..90244db 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.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-color-manager])
+AC_INIT([gnome-color-manager],[3.4.2],[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])
diff --git a/src/gcm-calibrate-main.c b/src/gcm-calibrate-main.c
index d76eba2..34acf67 100644
--- a/src/gcm-calibrate-main.c
+++ b/src/gcm-calibrate-main.c
@@ -738,7 +738,6 @@ gcm_calib_setup_page_intro (GcmCalibratePriv *calib)
 static void
 gcm_calib_setup_page_summary (GcmCalibratePriv *calib)
 {
-	gboolean ret;
 	GtkWidget *vbox;
 	GtkWidget *content;
 	GtkWidget *image;



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