[Xfce4-commits] [xfce/xfce4-session] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Mar 29 00:40:28 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/xfce4-session.
commit dbab22b6253bde15f16fcf2be31582ef9a5be74d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Mar 29 00:38:20 2020 +0100
Updates for release
---
NEWS | 7 +++++++
configure.ac.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 5bacb87..29683e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.14.2
+======
+- Add support for xfce4-screensaver (Bug #16522)
+- Try xfce screensaver before cinnamon (Bug #16223)
+- Translation Updates:
+ Albanian, Belarusian, Indonesian, Polish, Portuguese, Swedish
+
4.14.1
======
- Fix session crash at logout (Bug #16105)
diff --git a/configure.ac.in b/configure.ac.in
index a66155e..5103217 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], [14])
-m4_define([xfsm_version_micro], [1])
+m4_define([xfsm_version_micro], [2])
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], [yes], [minimum])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list