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

Nick Schermer noreply at xfce.org
Tue Jan 5 15:44:01 CET 2010


Updating branch refs/heads/master
         to 6c895966245394c59e3862d5130658ac71e91ef6 (commit)
       from 716f61bc77bd77d651f7917a00aa842bb032419b (commit)

commit 6c895966245394c59e3862d5130658ac71e91ef6
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Jan 2 14:13:44 2010 +0100

    Updates for release.

 NEWS            |   21 ++++++++++++++++++++-
 configure.ac.in |    2 +-
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 969c8d0..152737b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
-4.6.2
+4.7.0
 =====
+- Add clipboard manager to xfce4-settings-helper (bug #4333).
+- Port to libxfce4ui.
+- Port to exo 0.5.
+- Use new XDT macros, required xfce-dev-tools 4.7.2.
+
+4.6.4
+=====
+- Fix /Net/CursorBlinkTime property typo (bug #5488).
+- Improve error handling when setting the button map (part of bug #5004).
+- Fix the check for Xi so it does not fail with Xi2 (bug #4929).
+- Translation updates (ru, ja).
+
+4.6.2/4.6.3
+===========
 - Avoid causing xfce4-session to time out on startup (bug #5040).
 - Fix type in xfconf property name (debian bug #527238).
+- Fix mnemonic widgets in accessibility dialog (bug #5550).
+- Fix translation macros in settings helper (bug #5554).
+- Always restore the default displa scheme on startup (bug #5311).
+- Make sure --verbose is simmilar to --debug instead of --version.
+- Fix compile-issue with libxklavier >= 4.
 
 4.6.1
 =====
diff --git a/configure.ac.in b/configure.ac.in
index 996b879..5e8141d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,7 +14,7 @@ m4_define([xfce4_settings_version_minor], [7])
 m4_define([xfce4_settings_version_micro], [0])
 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 *******************************************



More information about the Xfce4-commits mailing list