[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Aug 13 12:33:59 CEST 2019
This is an automated email from the git hooks/post-receive script.
l a n d r y p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-wavelan-plugin.
commit b7beff9306805131844af3712c5cf342a9593570
Author: Landry Breuil <landry at xfce.org>
Date: Tue Aug 13 12:30:03 2019 +0200
Updates for release
---
NEWS | 9 +++++++++
configure.ac.in | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 4c5cd61..db61f5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.6.1 (2019/09/13):
+---------
+ * Preferences: Improve spacing (bug #14679)
+ * fix "Suspicious condition (assignment + comparison)" warnings by moving parenthesis (bug #14632)
+ * fix build under and usage under FreeBSD
+ * refactor progressbar styling (#12942)
+ * use a singleton for GtkCssProvider, should leak less memory
+ * translation updates
+
0.6.0 (2016/11/01):
---------
* set progressbar minimal width/height so that it looks like with gtk+2
diff --git a/configure.ac.in b/configure.ac.in
index 28bd170..8974095 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], [6])
-m4_define([xwp_version_micro], [0])
+m4_define([xwp_version_micro], [1])
m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_micro()])
dnl Initial autoconf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list