[Xfce4-commits] [xfce/xfce4-session] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Jul 28 14:52:40 CEST 2019
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 m a s t e r
in repository xfce/xfce4-session.
commit d2eca92586d46750e7979611ed867fe4f6ae927b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Jul 28 14:52:13 2019 +0200
Updates for release
---
NEWS | 9 +++++++++
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d7fc3ac..6ede7c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.13.4
+======
+ - Process Gtk events prior to starting D-Bus (Bug #15712)
+ - Revert "session: Serialize startup of xfsettings daemon"
+ - session: Serialize startup of xfsettings daemon
+ - Splash engines are not present anymore in xfce4-session
+ - Translation Updates:
+ Armenian (Armenia), Danish, Finnish, Norwegian Bokmål, Ukrainian
+
4.13.3
======
- Reset font-size of logout dialog to default (Bug #15505)
diff --git a/configure.ac.in b/configure.ac.in
index 525f6eb..78818ac 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], [13])
-m4_define([xfsm_version_micro], [3])
+m4_define([xfsm_version_micro], [4])
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