Xfce Wiki

Sub domains
 
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-03-28 20:01:05 +0200
committerNick Schermer <nick@xfce.org>2012-03-28 20:07:41 +0200
commitd6ef3927cead0016731dcfe3427adbfa434dfb30 (patch)
tree4c8189d2315bcaf270fd1fad2a6e74337d88ab47
parent7f40240f7a1a2d3a7a62b4cb4e6311bc59e107b1 (diff)
downloadxfce4-power-manager-d6ef3927cead0016731dcfe3427adbfa434dfb30.tar.gz
Updates for release.1.0.11
-rw-r--r--NEWS23
-rw-r--r--configure.ac.in2
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()])])