[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] 02/03: Updates for release.
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 00:42:50 CET 2015
This is an automated email from the git hooks/post-receive script.
igor pushed a commit to branch master
in repository panel-plugins/xfce4-xkb-plugin.
commit ba8007dad15d37227e6f8182d2264c017aa1464e
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date: Fri Feb 27 17:35:33 2015 -0500
Updates for release.
---
NEWS | 7 +++++++
configure.in.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2c672a3..ad10552 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2015-02-27 18:29
+ * New version 0.7.1 - to be used with xfce4-settings 4.11 or later;
+ do *not* use this version with XFCE 4.8 or 4.10, it won't work!
+ * Many translation updates
+ * Fix crash in xkb_util_normalize_group_name
+ * Add Montenegrin flag; add el.svg as a synonym for gr.svg
+
2013-05-20 17:29
* New version 0.7.0 - to be used with xfce4-settings 4.11 or later;
do *not* use this version with XFCE 4.8 or 4.10, it won't work!
diff --git a/configure.in.in b/configure.in.in
index dd59f97..a9f4527 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xkb_version_major], [0])
m4_define([xkb_version_minor], [7])
-m4_define([xkb_version_micro], [0])
+m4_define([xkb_version_micro], [1])
m4_define([xkb_version_nano], [])
m4_define([xkb_version_build], [@REVISION@])
-m4_define([xkb_version_tag], [git])
+m4_define([xkb_version_tag], [])
m4_define([xkb_version], [xkb_version_major().xkb_version_minor().xkb_version_micro()ifelse(xkb_version_nano(), [], [], [.xkb_version_nano()])ifelse(xkb_version_tag(), [git], [xkb_version_tag()-xkb_version_build()], [xkb_version_tag()])])
dnl ***************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list