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

Nick Schermer noreply at xfce.org
Sun May 5 17:36:09 CEST 2013


Updating branch refs/heads/xfce-4.10
         to c0409d7433795e041b701d568e35fdd99068f733 (commit)
       from ab6be105489d53e0ae4886a06b1cbb0ebf2a8ad3 (commit)

commit c0409d7433795e041b701d568e35fdd99068f733
Author: Nick Schermer <nick at xfce.org>
Date:   Sun May 5 17:33:53 2013 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 1596d1c..88ed7a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.10.1
+======
+- Remove xfce environment functions and use glib.
+- Add shutdown/reboot functionality for systemd (bug #8729).
+- Fix logic of the --fast action (bug #8857).
+- Bump copyright year.
+- Store the watch function id to avoid possible double free (bug #9709).
+- Use the async spawn function of glib.
+- Autotools updates.
+- Remove gnome-keyring remains.
+- Handle multiple interactive session save (bug #5379).
+- Translation updates: Arabic, Bulgarian, Greek, Spanish (Castilian), 
+  Croatian, Indonesian, Polish, Serbian, Swedish, Turkish, Uyghur.
+
 4.10.0
 ======
 - Remove remaining code to shutdown gconf.
diff --git a/configure.ac.in b/configure.ac.in
index 46ff366..355e371 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl
 dnl Version information
 m4_define([xfsm_version_major], [4])
 m4_define([xfsm_version_minor], [10])
-m4_define([xfsm_version_micro], [0])
+m4_define([xfsm_version_micro], [1])
 m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
 m4_define([xfsm_version_build], [@REVISION@])
-m4_define([xfsm_version_tag], [git])
+m4_define([xfsm_version_tag], [])
 m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
 
 m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [full], [minimum])])


More information about the Xfce4-commits mailing list