[Xfce4-commits] [panel-plugins/xfce4-xkb-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri Jun 16 19:44:15 CEST 2017
This is an automated email from the git hooks/post-receive script.
n i n e t l s 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-xkb-plugin.
commit 3f7868d7174e20773aa4fd8f10ba92e706f819b0
Author: Viktor Odintsev <zakhams at gmail.com>
Date: Fri Jun 16 20:20:46 2017 +0300
Updates for release
---
NEWS | 17 +++++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index ad10552..45a2c82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2017-06-16 20:10
+ * New version 0.8.0
+ * New plugin is not compatible with previous versions;
+ you will have to add and configure it again!
+ * Port to GTK+3
+ * Add xfconf support
+ * Add new "system" layout style
+ * Allow adjusting widget size
+ * Allow displaying language name instead of country name
+ * Allow hiding tooltip icon
+ * Load flags from XDG_DATA_HOME if present
+ * Translation updates: ar ast bg ca cs da de el en_AU es fr he hr hu
+ id is it ja kk ko lt ms nb nl oc pl pt pt_BR ru sk sr sv th tr ug uk
+ zh_CN zh_TW
+ * Fix Indian flag filename
+ * Fix charset for layout names
+
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!
diff --git a/configure.ac.in b/configure.ac.in
index 781f586..1b0f962 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,11 +11,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xkb_version_major], [0])
-m4_define([xkb_version_minor], [7])
-m4_define([xkb_version_micro], [1])
+m4_define([xkb_version_minor], [8])
+m4_define([xkb_version_micro], [0])
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