[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Sep 15 13:12:20 CEST 2016
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 a640c11daa5f7bfcfa52cd8149aa237560529e9c
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Sep 15 07:11:29 2016 -0400
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4799b48..3f3b4b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.12.1
+======
+- Fix: Color scheme preview on low bit depth displays (Xfce #12223)
+- Fix: Memory leak in xfce4-appearance-settings (Xfce #11746)
+- Fix: /Xft/Hinting is never set (Xfce #12086)
+- Fix: Segfault in convert_xfce_output_info when plugging in
+ an external model, fallback on 640x480 (Xfce #12580, RH #1317382)
+- Fix: xfsettingsd resets TV mode to NULL on power cycle (Xfce #11107)
+- Make sure icon == NULL if no icon is found
+- Make the 'Settings Editor Dialog' pluggable.
+- Translation updates: Arabic, Asturian, Bulgarian, Catalan,
+ Croatian, English (Australia), Galician, German, Greek,
+ Hebrew, Hungarian, Icelandic, Indonesian, Lithuanian,
+ Occitan (post 1500), Polish, Russian, Slovak, Swedish
+
4.12.0
======
- Do not change properties on disabled libinput devices
diff --git a/configure.ac.in b/configure.ac.in
index 09e09bf..db146a0 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], [12])
-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