[Xfce4-commits] [xfce/xfce4-session] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 17:27:23 CET 2015
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/xfce4-session.
commit 8bb68f5a15a45939bd7d567c2e67d5f1d4e42aaf
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Feb 28 11:25:16 2015 -0500
Updates for release
---
NEWS | 21 +++++++++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 58c4460..a68baa2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.12.0
+======
+Stable release of xfce4-session for Xfce 4.12.
+
+* Miscellaneous bug fixes:
+- Remove AC_CHECK_HEADER_STDBOOL, it was only
+ added in autoconf 2.69 and we dont use
+ stdbool.h anyway
+- Add symlinks to the old icons (Bug #11513)
+- Rename action icon names (Bug #11513)
+- Gracefully handle the sessions dir being
+ readonly (Bug #11307)
+- Add ConsoleKit2 support
+- Create scripts/xinitrc from scripts/xinitrc.in
+ created by configure
+
+* Translation updates:
+ Asturian (ast), Bulgarian (bg), Spanish (Castilian) (es),
+ Finnish (fi), French (fr), Hebrew (he), Romanian (ro),
+ Slovak (sk), Slovenian (sl).
+
4.11.1
======
- Add DesktopNames to .desktop file
diff --git a/configure.ac.in b/configure.ac.in
index 3b3714c..b18e980 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl
dnl Version information
m4_define([xfsm_version_major], [4])
-m4_define([xfsm_version_minor], [11])
-m4_define([xfsm_version_micro], [1])
+m4_define([xfsm_version_minor], [12])
+m4_define([xfsm_version_micro], [0])
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