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

noreply at xfce.org noreply at xfce.org
Mon Jun 19 03:26:58 CEST 2017


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 3effeb4908b8d3ed00b11b5fcac27b745500c9f4
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jun 18 21:26:05 2017 -0400

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

diff --git a/NEWS b/NEWS
index 06fbac0..4d86f19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+4.13.1
+======
+- This release now requires xfconf 4.13+
+- New: Default monospace font option in the Appearance dialog
+- New: Improved support for embedded DisplayPort connectors
+- Fix: Display dialog drawing of displays
+- Fix: Display dialog DND usability issue introduced in 4.13.0
+- Fix: Make minimal dialog single instance (Xfce #11169)
+- Fix: Linking to dbus-glib with xfconf 4.13+ (Xfce #13633)
+- Deprecations:
+  - Resolved gtk_menu_popup deprecation
+  - Resolved gdk_error_trap_pop deprecation
+  - Ignoring GdkScreen and GdkCairo deprecations in the display settings
+    until GNOME or others find a resolution in their display management
+- Code Quality:
+  - Several indentation fixes
+  - Drop duplicate drawing code
+- Translation updates: Arabic, Bulgarian, Catalan, Chinese (China),
+  Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician,
+  German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean,
+  Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk, Occitan,
+  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish,
+  Swedish, Thai, Ukrainian
+
 4.13.0
 ======
 - Initial port to GTK+ 3
@@ -35,8 +59,8 @@
 - Fix crashes for missing icons (bug #11568)
 - Fix warnings during configure
 - Fix primary checkbox expansion in the display settings
-- Translation updates: Asturian, Bulgarian, Chinese (China), 
-  Czech, Finnish, French, Hebrew, German, Spanish, 
+- Translation updates: Asturian, Bulgarian, Chinese (China),
+  Czech, Finnish, French, Hebrew, German, Spanish,
   Norwegian Bokmål, Portuguese, Romanian, Slovak, Turkish
 
 4.11.4
diff --git a/configure.ac.in b/configure.ac.in
index 5dff8b3..9e80f13 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], [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