[Xfce4-commits] [panel-plugins/xfce4-wavelan-plugin] 04/04: updates for 0.5.12 release
noreply at xfce.org
noreply at xfce.org
Wed Mar 4 22:23:33 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-wavelan-plugin.
commit e95fcaf0f29cf86fb5ead15840a654dbfbb8383b
Author: Landry Breuil <landry at xfce.org>
Date: Wed Mar 4 22:19:55 2015 +0100
updates for 0.5.12 release
---
NEWS | 12 ++++++++++++
configure.ac.in | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 6e69c11..845e109 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.5.12 (2015/03/04):
+---------
+ * Add strings to translation
+ * Use GtkComboBoxText instead of GtkCombo
+ * Use check buttons with mnemonic for hot keys
+ * Use getifaddrs() instead of popen ("/sbin/ifconfig -a") (bug #10822)
+ * Remove check for glib 2.14, was released 7 years ago..
+ * Make this compile with -Wall -Werror (declarations after statement)
+ * new translations: bg, en_AU, fi, he, is, ms, oc, th, sr
+ * updated translations: ar, ast, be, cs, en_AU, es, fr, he, hr, it,ja
+ ko, ms, nb, nl, pl, pt, pt_BR, ru, sk, sv, tr, uk, ug, zh_CN, zh_TW
+
0.5.11 (2012/06/30):
---------
* Better compliance with panel plugin HIG
diff --git a/configure.ac.in b/configure.ac.in
index 507241d..c3d1589 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], [11])
+m4_define([xwp_version_micro], [12])
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