[gnome-power-manager] GNOME Power Manager 2.91.92



commit 3e87945e34d4bece201b7294339df703ef72bfc2
Author: Richard Hughes <richard hughsie com>
Date:   Mon Mar 21 11:11:41 2011 +0000

    GNOME Power Manager 2.91.92

 NEWS                                   |   48 ++++++++++++++++++++++++++++++++
 RELEASE                                |    6 ++--
 configure.ac                           |    2 +-
 data/icons/scalable/status/Makefile.am |    1 +
 4 files changed, 53 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3e7705b..d11207c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+Version 2.91.92
+~~~~~~~~~~~~~~~
+Released: 2011-03-21
+
+* Translations
+ - Updated Arabic translation (Khaled Hosny)
+ - Updated British English translation (Bruce Cowan)
+ - Updated Czech translation (Marek Ä?ernocký)
+ - Updated Dutch translation by Wouter Bolsterlee (Wouter Bolsterlee)
+ - Updated Estonian translation (Mattias Põldaru)
+ - Updated Galician translation (Fran Diéguez)
+ - Updated German translation (Mario Blättermann)
+ - Updated Hebrew translation (Yaron Shahrabani)
+ - Updated Hungarian translation (Gabor Kelemen)
+ - Updated Indonesian translation (Andika Triwidada)
+ - Updated Korean translation (Changwoo Ryu)
+ - Updated Latvian translation (Rudolfs Mazurs)
+ - Updated Norwegian bokmål translation (Kjartan Maraas)
+ - Updated Polish translation (Piotr DrÄ?g)
+ - Updated Portuguese translation (Duarte Loreto)
+ - updated Punjabi Translation (A S Alam)
+ - Updated Romanian translation (Lucian Adrian Grijincu)
+ - Updated Russian translation (Yuri Myasoedov)
+ - Updated Simplified Chinese translation (Aron Xu)
+ - Updated Slovenian translation (Andrej ŽnidarÅ¡iÄ?)
+ - Updated Spanish translation (Daniel Mustieles, Jorge González)
+ - Updated Swedish translation (Daniel Nylander)
+
+* New Features:
+ - Add keyboard backlight support including dimming on idle and keyboard control (Alex Murray)
+ - Add on screen display of keyboard brightness level (Alex Murray)
+ - Unify osd popup dialog into separate file to avoid code duplication (Alex Murray)
+
+* Bugfix:
+ - Change the default of backlight-battery-reduce to FALSE (Richard Hughes)
+ - Don't migrate the button settings for GSD in case the user has used 'interactive' (Richard Hughes)
+ - Don't try to migrate backlight-battery-reduce (Richard Hughes)
+ - Ensure we emit the BrightnessChanged DBus signal for the brightness buttons (Richard Hughes)
+ - Fixed conversion from percentage to discrete. Fixed #644143 (Pedro Martinez-Julia)
+ - Fix omitted renamed file in POTFILES.in (Claude Paroz)
+ - Fix typo (William Jon McCann)
+ - Fix up a translated comment in the schema. Fixes #644013 (Richard Hughes)
+ - GSchema should be translatable (Christopher Aillon)
+ - Remove some icons that are no longer used (Richard Hughes)
+ - Remove the 'interactive' option for power actions (Richard Hughes)
+ - Use symbolic icon for the keyboard brightness OSD (Bastien Nocera)
+ - Use symbolic icons for brightness OSD (Bastien Nocera)
+
 Version 2.91.90
 ~~~~~~~~~~~~~~~
 Released: 2011-02-22
diff --git a/RELEASE b/RELEASE
index 538d17b..6a484c5 100644
--- a/RELEASE
+++ b/RELEASE
@@ -3,7 +3,7 @@ Follow http://developer.gnome.org/dotplan/for_maintainers.html
 git shortlog GNOME_POWER_MANAGER_2_91_90.. | grep -i -v trivial | uniq | grep -v Merge > NEWS.new
 
 --------------------------------------------------------------------------------
-Version 2.91.91
+Version 2.91.92
 ~~~~~~~~~~~~~~~
 Released: 2011-xx-xx
 
@@ -16,8 +16,8 @@ Released: 2011-xx-xx
 
 Run "make distcheck", correct any problems encountered
 
-git commit -a -m "GNOME Power Manager 2.91.91"
-git tag -s GNOME_POWER_MANAGER_2_91_91 -m "==== Version 2.91.91 ===="
+git commit -a -m "GNOME Power Manager 2.91.92"
+git tag -s GNOME_POWER_MANAGER_2_91_92 -m "==== Version 2.91.92 ===="
 <wait>
 git push --tags
 git push
diff --git a/configure.ac b/configure.ac
index 9d87992..86d616c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([gnome-power-manager],[2.91.91])
+AC_INIT([gnome-power-manager],[2.91.92])
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2 foreign])
diff --git a/data/icons/scalable/status/Makefile.am b/data/icons/scalable/status/Makefile.am
index 4ed7cba..c21203c 100644
--- a/data/icons/scalable/status/Makefile.am
+++ b/data/icons/scalable/status/Makefile.am
@@ -46,5 +46,6 @@ noinst_DATA =
 
 EXTRA_DIST =		\
 	$(icons_DATA)	\
+	$(symicons_DATA)	\
 	$(noinst_DATA)
 



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