summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac.in4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4799b489..3f3b4b8d 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 09e09bf9..db146a02 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