[gnome-power-manager] GNOME Power Manager 2.31.3



commit 368c8f5bb8b0c2d78b45dc431c6743fff497fa4d
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jun 21 16:27:27 2010 +0100

    GNOME Power Manager 2.31.3

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 RELEASE      |   16 ++++++++++++++--
 configure.ac |    2 +-
 3 files changed, 48 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2002c34..8028bce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Version 2.31.3
+~~~~~~~~~~~~~~
+Released: 2010-06-18
+
+* Translations
+ - Added Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Danish translation (Ask H. Larsen)
+ - Updated Estonian translation (Ivar Smolin)
+ - Updated Galician translations (Fran Diéguez)
+ - Updated German doc translation (Mario Blättermann, Wolfgang Stöggl)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Latvian translation (Rudolfs Mazurs)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Punjabi Translation (A S Alam)
+ - Updated Spanish translation (Jorge González)
+ - Updated Thai translation (Sira Nokyoongtong)
+
+* New Features:
+ - Require GTK3 as per the GNOME release team announcement (Richard Hughes)
+ - Port to GSettings (Richard Hughes)
+ - Port to GtkApplication (Richard Hughes)
+ - Port to libpanel-applet-3 (Carlos Garcia Campos)
+ - Assign names to our idle sources when using new versions of glib2 (Richard Hughes)
+ - Make libnotify an optional dependency as it relies on gtk-2.0 (Richard Hughes)
+ - Require libcanberra-gtk3 for GNOME3 (Richard Hughes)
+ - Require libpanelapplet-3.0 to avoid gtk-2.0 (Richard Hughes)
+
+* Bugfix:
+ - Do not require PolicyKit to get the brightness values (Richard Hughes)
+ - Correctly call docbook2man (Dominique Leuenberger)
+ - Remove libwnck-1.0 from configure, we don't actually need it (Richard Hughes)
+ - Use the new battery-full-charged icon from the shared icon specification. Fixes #620851 (Richard Hughes)
+
 Version 2.31.1
 ~~~~~~~~~~~~~~
 Released: 2010-06-02
diff --git a/RELEASE b/RELEASE
index aa7637e..892b1c0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,22 @@ Follow http://developer.gnome.org/dotplan/for_maintainers.html
 
 git shortlog GNOME_POWER_MANAGER_2_31_1.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
+--------------------------------------------------------------------------------
+Version 2.31.3
+~~~~~~~~~~~~~~
+Released: 2010-xx-xx
+
+* Translations
+
+* New Features:
+
+* Bugfix:
+--------------------------------------------------------------------------------
+
 Run "make distcheck", correct any problems encountered
 
-git commit -a -m "GNOME Power Manager 2.31.2"
-git tag -s GNOME_POWER_MANAGER_2_31_2 -m "==== Version 2.31.2 ===="
+git commit -a -m "GNOME Power Manager 2.31.3"
+git tag -s GNOME_POWER_MANAGER_2_31_3 -m "==== Version 2.31.3 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 8c30f3a..89316c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-power-manager],[2.31.2])
+AC_INIT([gnome-power-manager],[2.31.3])
 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]