[Xfce4-commits] <xfce4-appfinder:xfce-4.10> Updates for release.

Nick Schermer noreply at xfce.org
Sun May 5 16:58:03 CEST 2013


Updating branch refs/heads/xfce-4.10
         to 38d64d398dcc016952a7e5d142e8568c519ac8f7 (commit)
       from d68b2b57929175f28004afd3a2c211a399d383d5 (commit)

commit 38d64d398dcc016952a7e5d142e8568c519ac8f7
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 5 16:54:25 2013 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index b6b984e..ffe3c8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.10.1
+======
+- Use new glib 2.32 api.
+- Autotools updates.
+- Detatch from icon theme to avoid segfault (bug #9730).
+- Protect against possible null pointers (bug #9109).
+- Translation updates: Arabic, Bulgarian, Croatian, Indonesian, Dutch 
+  (Flemish), Serbian, Swedish, Turkish, Uyghur
+
 4.10.0
 ======
 - Add a valid category to xfce4-run.desktop.
diff --git a/configure.ac.in b/configure.ac.in
index 033e481..1471ebf 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [10])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
 
 dnl *******************************************


More information about the Xfce4-commits mailing list