[Xfce4-commits] <xfce4-wavelan-plugin:master> Updates for release 0.5.7
Landry Breuil
noreply at xfce.org
Tue Apr 3 19:10:04 CEST 2012
Updating branch refs/heads/master
to 2d4ec451e6f9d95626ea2038970d5336b733339c (commit)
from 37df4044947339570fe7b9e9b02a10fba008743d (commit)
commit 2d4ec451e6f9d95626ea2038970d5336b733339c
Author: Landry Breuil <landry at xfce.org>
Date: Tue Apr 3 18:53:20 2012 +0200
Updates for release 0.5.7
NEWS | 8 ++++++++
configure.ac.in | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index f2fb8e0..4535b18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.5.7 (2012/04/03):
+---------
+ * Port to libxfce4ui
+ * Adapt to panel 4.9 and newer
+ * Fix compatibility with GNU/kFreeBSD (bug #6963)
+ * Fix transparency and bar color (bug #7346)
+ * Explicitely link against libm (bugs #7991, #8516)
+
0.5.6 (2010/12/04):
---------
* Support for both xfce 4.6 and 4.8
diff --git a/configure.ac.in b/configure.ac.in
index 63c65e0..5a32124 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
dnl Version information
m4_define([xwp_version_major], [0])
m4_define([xwp_version_minor], [5])
-m4_define([xwp_version_micro], [6])
+m4_define([xwp_version_micro], [7])
m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_micro()])
dnl Initial autoconf
More information about the Xfce4-commits
mailing list