summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac.in4
2 files changed, 18 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ef4538ee..5bacb870 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 3c3a60aa..876df5d6 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])])