[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Thu Aug 22 08:08:12 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       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfce4-settings.

commit ec2a5d1e1ac25ea6a164d012b8ec4b2c630a0803
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Aug 22 08:07:54 2019 +0200

    Updates for release
---
 NEWS            | 14 +++++++++++++-
 configure.ac.in |  4 ++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 8f4434f..2adb6c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+4.14.1
+======
+- display: Fix profile matching in xfsettingsd
+- display: Assure correct gchar** (Bug #15816)
+- color: Conditionally hide info button in add-profile dialog
+- color: Add tooltip to profile info buttons
+- keyboard: Add mnemonics to add-command dialog (Bug #10495)
+- keyboard: Improve layout of add-command dialog
+- Translation Updates:
+  Arabic, Bulgarian, Chinese (China), Dutch, French, Galician, German,
+  Hebrew, Italian, Portuguese (Brazil), Russian, Serbian
+
 4.14.0
 ======
 - a11y: Replace GtkStock buttons
@@ -678,4 +690,4 @@
 
 4.5.90 (Xfce 4.6 alpha)
 =======================
-- Initial release.
\ No newline at end of file
+- Initial release.
diff --git a/configure.ac.in b/configure.ac.in
index bcc2ebc..d50b64b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([xfce4_settings_version_major], [4])
 m4_define([xfce4_settings_version_minor], [14])
-m4_define([xfce4_settings_version_micro], [0])
+m4_define([xfce4_settings_version_micro], [1])
 m4_define([xfce4_settings_version_nano], [])
 m4_define([xfce4_settings_version_build], [@REVISION@])
-m4_define([xfce4_settings_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
 m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
 
 dnl define a short version string for xfce4-settings

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list