summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-05-05 17:33:53 +0200
committerNick Schermer <nick@xfce.org>2013-05-05 17:33:53 +0200
commitc0409d7433795e041b701d568e35fdd99068f733 (patch)
tree997d00d5c74f2943cac8e876f8f3cb1c5110d6ac
parentab6be105489d53e0ae4886a06b1cbb0ebf2a8ad3 (diff)
downloadxfce4-session-c0409d7433795e041b701d568e35fdd99068f733.tar.gz
Updates for release.xfce4-session-4.10.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac.in4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1596d1cd..88ed7a93 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 46ff3667..355e371b 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])])