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

noreply at xfce.org noreply at xfce.org
Tue Feb 17 03:14:54 CET 2015


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/xfce4-settings.

commit 07b85ba605b0c644e52854a3b9767c05e3231ffa
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Mon Feb 16 21:14:48 2015 -0500

    Updates for the 4.11.4 release.
---
 NEWS            |   29 +++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 03d4572..439142e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.11.4
+======
+- Add touchpad support with libinput
+- Add previews for icon themes in appearance settings
+- Add Gtk+ theme palettes in the appearance dialog
+- Add support for versioned help documentation
+- Add support for libinput Xorg driver (bug #11469)
+- Add option to set the primary display (bug #8328)
+- Add helper to synchronize CSD layout to xfwm4
+- Support stat command flags on BSD systems (bug #11531)
+- Show more information in icon-theme list (bug #9130)
+- Width of display dialog is no longer hard-coded
+- Update display PNP IDs from hwdata
+- Update mimeapps.list location for glib >= 2.41 (bug #11293)
+- Use 1/10 Hz precision for displays (bug #10661)
+- Fix segmentation fault when renaming workspaces (bug #11229)
+- Fix --display argument being fatal (bug #11188)
+- Fix alignment of the sound settings
+- Fix issues found with cppcheck (bug #10879) and other
+  scanning utilities
+- Do not try to reencode libxklavier descriptions (bug #11317)
+- Prevent invalid characters from breaking display name (bug #11423)
+- Translation updates: Arabic, Asturian, Bulgarian,
+  Chinese (Simplified), Chinese (Traditional), Croatian, Czech,
+  Danish, Finnish, French, German, Spanish, Hebrew, Hungarian,
+  Icelandic, Italian, Japanese, Kazakh, Korean, Malay, Polish,
+  Portuguese, Portuguese (Brazilian), Russian, Serbian, Slovenian,
+  Thai, Turkish, Ukrainian
+
 4.11.3
 ======
 - Reapply settings when external keyboard connects
diff --git a/configure.ac.in b/configure.ac.in
index 179049c..39ff86c 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], [11])
-m4_define([xfce4_settings_version_micro], [3])
+m4_define([xfce4_settings_version_micro], [4])
 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