[Xfce4-commits] <xfce4-xkb-plugin:master> Updates for release.

Igor Slepchin noreply at xfce.org
Tue May 21 00:06:01 CEST 2013


Updating branch refs/heads/master
         to 70a4ae9170312a7853cc0251ac074276062156fd (commit)
       from 9540c8e1238538bf3f841e8605273aa341252680 (commit)

commit 70a4ae9170312a7853cc0251ac074276062156fd
Author: Igor Slepchin <igor.slepchin at gmail.com>
Date:   Mon May 20 17:54:30 2013 -0400

    Updates for release.

 NEWS            |   19 +++++++++++++++++++
 configure.in.in |    8 ++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index d7b5e93..2c672a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+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!
+    * This is a fairly major rework - keyboard layouts are now configured
+      through xfce4-keyboard-settings and managed by xfsettingsd;
+      xkb-plugin only manages per window/application layout prefs
+      and just acts as a layout indicator otherwise
+    * Many crashes/leaks fixed
+    * More descriptive layout/variant names in tooltips/popup menus
+    * xfce 4.10 panel compatibility
+    * Text labels are scaled to the size of text area
+    * Kazakh flag added
+    * Panel 4.10 compatibility
+    * Layout configs should no longer be lost (this is really handled
+      by the code moved to xfce4-settings though)
+    * XKB settings not managed by XFCE should no longer be overwritten
+      (again, this is really handled by xfce4-settings now)
+    * New dependency on garcon (used to launch xfce4-keyboard-settings)
+
 2012-01-07 04:18  winterheart
 	* New version 0.5.4.3
 	* Fix error with incorrect handling variants (bug #8255 by Ivan Romanov)
diff --git a/configure.in.in b/configure.in.in
index 9ea867e..0db4147 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,11 +11,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([xkb_version_major], [0])
-m4_define([xkb_version_minor], [5])
-m4_define([xkb_version_micro], [4])
-m4_define([xkb_version_nano], [3])
+m4_define([xkb_version_minor], [7])
+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 ***************************


More information about the Xfce4-commits mailing list