[Xfce4-commits] [xfce/xfce4-session] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Aug 11 22:14:46 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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 8a382a208596566abf133431a1cfb74a1b8756a9
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Aug 11 16:14:32 2019 -0400
Updates for release
---
NEWS | 18 +++++++++++++++++-
configure.ac.in | 6 +++---
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index 6ede7c3..ef4538e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.14.0
+======
+- settings: Fix icon name
+- settings: Replace GtkStock buttons
+- Set XAUTHLOCALHOSTNAME in systemd user session (Bug #15440)
+- Translation Updates:
+ Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian,
+ Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
+ 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, Uighur, Ukrainian,
+ Vietnamese
+
4.13.4
======
- Process Gtk events prior to starting D-Bus (Bug #15712)
@@ -534,4 +550,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.
+ the new autostart mechanism.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 4050a06..280be60 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], [13])
-m4_define([xfsm_version_micro], [4])
+m4_define([xfsm_version_minor], [14])
+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], [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