[gnome-power-manager/gnome-2-32] GNOME Power Manager 2.31.91



commit 1dd5f5794bc802a416483505fee240e7a001c9af
Author: Richard Hughes <richard hughsie com>
Date:   Tue Aug 31 17:04:24 2010 +0100

    GNOME Power Manager 2.31.91

 NEWS         |   24 ++++++++++++++++++++++++
 RELEASE      |   10 +++++-----
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index fc68f5c..df9ab09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Version 2.31.91
+~~~~~~~~~~~~~~~
+Released: 2010-08-31
+
+* Translations
+ - Updated Danish translation (Ask H. Larsen)
+ - Updated Estonian translation (Mattias Põldaru)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Indonesian translation (Andika Triwidada)
+ - Updated Serbian translation (Ð?илоÑ? Ð?оповиÑ?)
+ - Updated Slovak translation (Pavol Å imo)
+ - Updated Slovenian translation (Matej UrbanÄ?iÄ?)
+ - Updated Traditional Chinese translation(Hong Kong and Taiwan) (Chao-Hsiung Liao)
+
+* Bugfix:
+ - brightness-applet: Add missing include (Martin Pitt)
+ - inhibit-applet: Add missing include and re-enable deprecated GDK functions (Martin Pitt)
+ - Do not autoscale the percentage graph in the history tab. Fixes #613984 (Richard Hughes)
+ - Do not dist org.gnome.power.policy in the tarball (Richard Hughes)
+ - Fix #627711 - Don't crash on systems which don't have XBACKLIGHT (Chris Coulson)
+ - Only connect the UpClient::device-added signal after the coldplug (Richard Hughes)
+ - Re-enable deprecated GDK functions for brightness applet (Martin Pitt)
+ - Use the correct backlight step value when using the legacy fallback device (Will Woods)
+
 Version 2.31.90
 ~~~~~~~~~~~~~~~
 Released: 2010-08-18
diff --git a/RELEASE b/RELEASE
index 8445cf1..448a741 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,10 +1,10 @@
 Follow http://developer.gnome.org/dotplan/for_maintainers.html
 
-git shortlog GNOME_POWER_MANAGER_2_31_5.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
+git shortlog GNOME_POWER_MANAGER_2_31_6.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 2.31.6
-~~~~~~~~~~~~~~
+Version 2.31.91
+~~~~~~~~~~~~~~~
 Released: 2010-xx-xx
 
 * Translations
@@ -16,8 +16,8 @@ Released: 2010-xx-xx
 
 Run "make dist", correct any problems encountered
 
-git commit -a -m "GNOME Power Manager 2.31.6"
-git tag -s GNOME_POWER_MANAGER_2_31_6 -m "==== Version 2.31.6 ===="
+git commit -a -m "GNOME Power Manager 2.31.91"
+git tag -s GNOME_POWER_MANAGER_2_31_91 -m "==== Version 2.31.91 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 504bfe5..67c28f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-power-manager],[2.31.90])
+AC_INIT([gnome-power-manager],[2.31.91])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_INIT_AUTOMAKE([foreign])



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