[Xfce4-commits] [xfce/xfce4-session] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Jan 11 01:14:12 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 c057499195e26d8f5ed8673f069df841cf849b5e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Jan 11 01:13:12 2020 +0100
Updates for release
---
NEWS | 17 ++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index ef4538e..5bacb87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.14.1
+======
+- Fix session crash at logout (Bug #16105)
+- settings: Don't make 'saved sessions' tab reorderable
+- Translation Updates:
+ Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
+ Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
+ Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
+ English (United Kingdom), Finnish, French, Galician, German, Greek,
+ Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
+ Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
+ Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
+ (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
+ Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese,
+
4.14.0
======
- settings: Fix icon name
@@ -550,4 +565,4 @@ Stable release of xfce4-session for Xfce 4.12.
- The list of autostarted applications can now be altered using a simple
editor application (xfce4-autostart-editor).
- The xfce4-tips tool is now part of xfce4-session and well integrated with
- the new autostart mechanism.
\ No newline at end of file
+ the new autostart mechanism.
diff --git a/configure.ac.in b/configure.ac.in
index 3c3a60a..876df5d 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], [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], [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