[Xfce4-commits] <xfce4-power-manager:master> Updates for release.
Nick Schermer
noreply at xfce.org
Wed Mar 28 20:10:03 CEST 2012
Updating branch refs/heads/master
to d6ef3927cead0016731dcfe3427adbfa434dfb30 (commit)
from 7f40240f7a1a2d3a7a62b4cb4e6311bc59e107b1 (commit)
commit d6ef3927cead0016731dcfe3427adbfa434dfb30
Author: Nick Schermer <nick at xfce.org>
Date: Wed Mar 28 20:01:05 2012 +0200
Updates for release.
NEWS | 23 +++++++++++++++++++++++
configure.ac.in | 2 +-
2 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index f5f8d58..6992888 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+1.0.11
+======
+- Solaris-specific code for determining the start time of a process.
+- Don't attach to the status icon if libnotify >= 0.7.
+- Corrected check for Solaris macros
+- Fix default spin down toggle value.
+- Fix a bunch of set but unused variables.
+- Support NetworkManager 0.9
+- Fix configure.ac.in with openbsd.
+- Fix libnotify detection of notify_notification_attach_to_status_icon.
+- Fix Broken empty battery icon.
+- Change backlight property type to long.
+- Only dim brightness if the current level is brighter.
+- Refresh adaptor icon when battery device removed.
+- Optimize icons.
+- Translation updates (ar, bg, ca, cs, da, de, es, et, eu, fi, fr, hr,
+ hu, id, is, it, ja, kk, ko, lt, nl, nn, pl, pt, pt_BR, ru, sk, sv,
+ te, tr, uk, zh_CN, zh_TW).
+
+
+[...]
+
+
0.8.4.1
=======
- Because on some systems we might not have the brightness keys mapped.
diff --git a/configure.ac.in b/configure.ac.in
index b925ec1..efd480a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,7 +1,7 @@
m4_define([intltool_minimum_version], [0.31])
m4_define([xfpm_version_major], [1])
m4_define([xfpm_version_minor], [0])
-m4_define([xfpm_version_micro], [10])
+m4_define([xfpm_version_micro], [11])
m4_define([xfpm_version_build], [])
m4_define([xfpm_version_tag],[])
m4_define([xfpm_version], [xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(), [git], [xfpm_version_tag().xfpm_version_build()], [xfpm_version_tag()])])
More information about the Xfce4-commits
mailing list