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

Nick Schermer noreply at xfce.org
Wed Nov 3 20:36:01 CET 2010


Updating branch refs/heads/master
         to c6b466e17b8c9bd06a2ea217f52e91ae27f1a6d7 (commit)
       from 9fdf78f5b82cc0105a05db196b83f88388b07a1c (commit)

commit c6b466e17b8c9bd06a2ea217f52e91ae27f1a6d7
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Nov 3 20:32:00 2010 +0100

    Updates for release.

 NEWS            |   10 ++++++++++
 configure.ac.in |    8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 4a5e324..4f68c37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,20 @@
 4.7.3
 =====
+- Add startup notification support for keyboard shortcuts.
+- Process xmodmap file at startup and on layout change (bug #5094).
+- Save and restore numlock state (bug #3098).
+- Ignore virtual XTEST mouse (bug #6735).
+- keyboard: Fix handling of empty variants (bug #6727).
+- Use GTK_SELECTION_BROWSE for treeviews.
+- Use xkl_config_item_new instead of g_new0.
+- Double click a keyboard layout/variant to edit it.
+- Show xklavier descriptions instead of language codes.
 - Fix inclusion of several displays on a single crtc.
 - Scroll to the active gtk, icon or mouse theme.
 - Fix the alignment of the "Hinting" label.
 - Use selected keyboard layout on session startup (bug #5270).
 - Select first available keyboard layout when deleting the active one.
+- Translation updates (gl, de, ru, it, uk, fi, sv, kk, eu, pt, da).
 
 4.7.2
 =====
diff --git a/configure.ac.in b/configure.ac.in
index 02dc46c..b731468 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_settings_version_major], [4])
 m4_define([xfce4_settings_version_minor], [7])
-m4_define([xfce4_settings_version_micro], [2])
+m4_define([xfce4_settings_version_micro], [3])
 m4_define([xfce4_settings_version_nano], [])
 m4_define([xfce4_settings_version_build], [@REVISION@])
-m4_define([xfce4_settings_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
 m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
 
 dnl *******************************************
@@ -77,8 +77,8 @@ XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
-XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-2], [4.7.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.4])
+XDT_CHECK_PACKAGE([LIBXFCE4KBD_PRIVATE], [libxfce4kbd-private-2], [4.7.4])
 XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.34])
 



More information about the Xfce4-commits mailing list