[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Mar 18 22:24:07 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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 869838e7e1612d5c30cfdeb6f8a6c9e0854a1d8f
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Mar 18 17:23:13 2018 -0400
Updates for release
---
NEWS | 26 +++++++++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 9cdf53d..bc378d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
-4.13.2 (UNRELEASED)
+4.13.2
======
- New: Show location of the mouse pointer on keypress
+- Fix: syncdaemon not starting with certain locales
+- Fix: division by 0 crash from gdk_screen_height_mm()
+- Fix: Remove existing socket from socket viewport (Xfce #13847)
+- Fix: Use transient notifications for improved logging
+- Fix: Do not expand event sounds section so font scaling is correctly
+ positioned
+- Improvements for multimonitor support:
+ - Visualize all three display configuration states
+ - Visually note if two displays overlap (mirrored) but are not cloned
+ - Always draw active display last so it's on top
+ - Fix: Correctly position monitors in extended mode
+ - Fix: Race condition with monitor connect and disconnect
+ - Fix: Segfault on monitor reconnect
+ - Fix: Leave monitors where they were if possible (Xfce #14096)
+- Deprecations:
+ - Resolved GTK+ 3.22 deprecations (Xfce #14273)
+- Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian,
+ Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong),
+ Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
+ English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew,
+ Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
+ Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
+ Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
+ Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian
4.13.1
======
diff --git a/configure.ac.in b/configure.ac.in
index 87b1a14..4cc5024 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], [1])
+m4_define([xfce4_settings_version_micro], [2])
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