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

Nick Schermer noreply at xfce.org
Sun Apr 18 18:40:01 CEST 2010


Updating branch refs/heads/master
         to ccc3c458d3bf1ba3a5878c680f4d79c6a5a65441 (commit)
       from f71f1042bfe05ed044a60617e066b5dc80970698 (commit)

commit ccc3c458d3bf1ba3a5878c680f4d79c6a5a65441
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Apr 18 18:35:51 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 0d5c216..2a55b78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.7.2
+=====
+- Add key binding to popup Xfdesktop menu (bug #4994).
+- Print warning before calling exit(0) in the session client.
+- Test if working directory exists before spawning command.
+- Allow icon names in xfce_gtk_button_new_mixed().
+- Unset startup notification when launching in terminal.
+- Make variable a volatile for thread safety.
+- Fix bold labels in xfce_gtk_frame_box_new().
+- Cleanup code comments.
+- Translation updates (gl, de, nl, fi, ru, hu, uk, si, kk, pt, da,
+  es, hr, eu, pr_BR, bn, pa, zh_CN).
+
+
 4.7.1
 =====
 - New function xfce_spawn_on_screen_with_child_watch().
diff --git a/configure.ac.in b/configure.ac.in
index afd8110..dbe37f1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
 m4_define([libxfce4ui_version_api], [1])
 m4_define([libxfce4ui_version_major], [4])
 m4_define([libxfce4ui_version_minor], [7])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_micro], [2])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])



More information about the Xfce4-commits mailing list