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

noreply at xfce.org noreply at xfce.org
Sat May 18 00:24:51 CEST 2019


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

o   c   h   o   s   i       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 7b7ae35214c0e4bb44bd4f0c8e9fb4c7bad0b2c9
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat May 18 00:24:15 2019 +0200

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

diff --git a/NEWS b/NEWS
index b1cbfca..2fc082d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+4.13.6
+======
+- New Feature: Add color-settings (colord frontend)
+- New Feature: Add display profile support to the daemon
+- Bugfixes and other smaller changes:
+  - display:
+    - Track and highlight active profile
+    - Ask user to update profile when closing with unsaved
+      changes
+    - Add interactive information about primary display setting
+    - Improve profile-create popover
+    - Improve profile-delete dialog
+    - UI alignment improvements
+    - Reduce complexity of the code and speedup
+      display_settings_get_profiles
+    - Replace deprecated GtkStock
+    - Re-introduce display numbering
+    - Ensure the settomgs dialog gets properly destroyed
+    - Verify unique profile names
+    - Drop connector name from profile matching
+    - Correctly fall back to previous profile on cancel
+    - Fix alignment of buttons in minimal dialog
+    - Only show profiles which match *all* connected displays
+    - Update profile list on screen changes
+    - Fix crash when no RRMode is available (bug #12607)
+    - Correctly hide primary setting with 1 display
+    - Fix calculation of offset
+    - Always show the 'primary display' option
+    - Make primary indicator a star icon
+    - Throw warning when monitors exceed max screen size
+  - color: Always select first device on startup (Bug #15266)
+  - xfsettingsd: Increase startup priority
+  - Fix scrolling in embedded settings dialogs (Xfce #14285, LP #1653448)
+  - Fix search change clearing and hiding sections (bug #14792)
+  - Resolved g_type_class_add_private deprecations (GObject 2.58)
+  - Fix incremental sending from the clipboard manager (Bug #13537)
+  - Fix WindowScalingFactory property type
+  - Fix code spacing
+  - Fix memory leaks
+  - Fix CID 337242: Null pointer dereferences (REVERSE_INULL)
+  - Fix compiler warnings
+  - Fix icon names
+  - Update configure.ac.in
+  - Update .gitignore
+  - Set yes as the default debug level
+- Translation Updates:
+    Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
+    Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian,
+    Czech, Danish, Dutch (Flemish), English (Australia), English (Great
+    Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+    Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
+    Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish,
+    Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
+    Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
+
 4.13.5
 ======
 - New: Add display profiles feature
diff --git a/configure.ac.in b/configure.ac.in
index dfa421c..92aad8f 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], [5])
+m4_define([xfce4_settings_version_micro], [6])
 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