[Xfce4-commits] <xfce4-battery-plugin:master> Updates for 1.0.5.
Landry Breuil
noreply at xfce.org
Sat Jun 30 11:28:01 CEST 2012
Updating branch refs/heads/master
to 297b29b560fa302d3399c879e38d700634063739 (commit)
from 013b96b84185c4f63773c99b3146ddb20ad07e3e (commit)
commit 297b29b560fa302d3399c879e38d700634063739
Author: Landry Breuil <landry at xfce.org>
Date: Sat Jun 30 09:37:38 2012 +0200
Updates for 1.0.5.
NEWS | 5 +++++
configure.ac.in | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index b45a3e7..eb78336 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.0.5 (2012/05/30):
+* Better compliance with the panel plugin HIG
+* Don't set labels orientation on 4.8 panels (bug #8961)
+* Set progressbar orientation in setup_battmon (bug #8935)
+
1.0.4 (2012/05/14):
===================
* Fix compilation with panel version < 4.9
diff --git a/configure.ac.in b/configure.ac.in
index 7f6b38e..b4d79b6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([battery_version_major], [1])
m4_define([battery_version_minor], [0])
-m4_define([battery_version_micro], [4])
+m4_define([battery_version_micro], [5])
m4_define([battery_version_build], [r at REVISION@])
m4_define([battery_version_tag], [])
m4_define([battery_version], [battery_version_major().battery_version_minor().battery_version_micro()ifelse(battery_version_tag(), [svn], [battery_version_tag()-battery_version_build()], [battery_version_tag()])])
More information about the Xfce4-commits
mailing list