[Xfce4-commits] [xfce/xfce4-session] 03/03: Updates for release

noreply at xfce.org noreply at xfce.org
Mon Mar 16 08:34:15 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch xfce-4.12
in repository xfce/xfce4-session.

commit 5bd54ecc9d91b8ab25fddb8fe4cc075ae6ec8bec
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon Mar 16 10:32:27 2015 +0300

    Updates for release
---
 NEWS            |   11 +++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index a68baa2..23df107 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.12.1
+======
+Stable release of xfce4-session for Xfce 4.12.
+
+* Miscellaneous bug fixes:
+ - Bump libxfce4ui min to 4.12.1
+ - Drop check for sessions file before it's written (Bug #11632)
+
+* Translation updates:
+  Lithuanian (lt)
+
 4.12.0
 ======
 Stable release of xfce4-session for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index ecec5c9..362e0eb 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], [12])
-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])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list