[gnome-power-manager/gnome-2-28] GNOME Power Manager 2.28.0



commit 9bc463793478b7e93b25e217e5b1a1e69c1cc65c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 21 13:20:12 2009 +0100

    GNOME Power Manager 2.28.0

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 RELEASE      |    6 +++---
 configure.ac |    2 +-
 3 files changed, 38 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index b25ddaa..97604ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 2.28.0
+~~~~~~~~~~~~~~~
+Released: 2009-09-21
+
+* Translations
+ - Added Ukrainian translation (Maxim V. Dziumanenko)
+ - Updated Italian translation (Milo Casagrande)
+ - Updated Czech translation (Pavel Sefranek, Petr Pulc & Lucas Lommer)
+ - Updated Marathi translation (Sandeep Shedmake)
+ - Updated Kannada(kn) translation (Shankar Prasad)
+ - Updated Gujarati translation (Sweta Kothari)
+ - Updated Telugu Translation (krishnababu k)
+ - Updated Punjabi translation (A S Alam)
+ - Updated Assamese translation (Amitakhya Phukan)
+ - Updated Malayalam translation (Ani)
+ - Updated Danish translation (Ask H. Larsen)
+ - Updated Asturian translation (Astur)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Romanian translation (Lucian Adrian Grijincu)
+ - Updated Oriya translation (Manoj Kumar Giri)
+ - Updated Hindi translation (Rajesh Ranjan)
+ - Updated Estonian translation (Mattias Põldaru)
+
+* Bugfix:
+ - Use accessor functions instead direct access (Javier Jardón)
+ - Only print the DeviceKit-power device data when debugging (Richard Hughes)
+ - Use the correct interface name for DeviceKit-disks (Richard Hughes)
+ - Use the correct gnome-screensaver path (Richard Hughes)
+ - Use g_ptr_array_unref() in more places, which also fixes a few small memory leaks (Richard Hughes)
+ - Comment out the AuthRequest signal handling (Richard Hughes)
+ - Change the default of show_actions_in_menu to FALSE (Richard Hughes)
+ - Inhibit applet now will inhibit the session from being marked IDLE. Fixes #593800 (Scott Howard)
+
 Version 2.27.92
 ~~~~~~~~~~~~~~~
 Released: 2009-09-07
diff --git a/RELEASE b/RELEASE
index 73a90ae..5275789 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,12 +1,12 @@
 Follow http://developer.gnome.org/dotplan/for_maintainers.html
 
 â?¢ update configure.in, NEWS
-â?¢ git shortlog GNOME_POWER_MANAGER_2_27_92.. | grep -i -v trivial | grep -v Merge > NEWS.new
+â?¢ git shortlog GNOME_POWER_MANAGER_2_28_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
 â?¢ Run "make distcheck", correct any problems encountered
 â?¢ Commit all the changes and create a tag:
 
-git commit -a -m "GNOME Power Manager 2.27.93"
-git tag -s GNOME_POWER_MANAGER_2_27_93 -m "==== Version 2.27.93 ===="
+git commit -a -m "GNOME Power Manager 2.28.0"
+git tag -s GNOME_POWER_MANAGER_2_28_0 -m "==== Version 2.28.0 ===="
 git push --tags
 git push
 
diff --git a/configure.ac b/configure.ac
index ef40c6b..6f763e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.60)
 
-AC_INIT(gnome-power-manager, 2.27.93)
+AC_INIT(gnome-power-manager, 2.28.0)
 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]