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

noreply at xfce.org noreply at xfce.org
Tue Oct 2 22:30:04 CEST 2018


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-settings.

commit 24894a5d3a7ae2fe20e8f5c13097cc4ab9bce6aa
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Oct 2 22:27:08 2018 +0200

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

diff --git a/NEWS b/NEWS
index 170e1e2..b1cbfca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.13.5
+======
+- New: Add display profiles feature
+  - Allows for saving/restoring display configurations
+  - Profiles can be auto-applied when new displays are connected
+- Drop the Gtk Theme previews
+- Various UI improvements to the settings dialogs
+- New icons for the minimal display dialog
+- Fix: Fix broken hover effect in the settings manager (Bug #14539)
+- Fix: Add default mnemonics back to dialog buttons
+- Fix: Add DBUS_GLIB_CFLAGS for Settings Editor (Bug #14385)
+- Fix: Force using a period as a decimal separator in xfsettingsd (Bug #11906)
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
+  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great
+  Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
+  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
+  Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
+  Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
+
 4.13.4
 ======
 - Fix: Redefinition of DISTCLEANFILES
diff --git a/configure.ac.in b/configure.ac.in
index 9348268..85ab31f 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], [13])
-m4_define([xfce4_settings_version_micro], [4])
+m4_define([xfce4_settings_version_micro], [5])
 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