[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Jun 30 23:13:48 CEST 2019
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 e74f0edc8bb53ae8150070f5623667c2a68b86e0
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jun 30 17:13:28 2019 -0400
Updates for release
---
NEWS | 16 ++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2fc082d..836595a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.13.7
+======
+- Bugfixes and other small changes:
+ - color:
+ - Fix crash when launching gcm in plugged dialog (Bug #15426)
+ - Set correct icon in color dialogs
+ - display:
+ - Replace deprecated icon (Bug #15416)
+ - Add mnemonics to minimal dialog buttons (Bug #15449)
+ - Disable auto-enabling profiles by default
+ - settings-manager: Fix missing icons on resize/add/remove (Bugs #15428, #15613)
+ - xfsettingsd: Fix numlock state restoration (Bug #15642)
+- Translation Updates:
+ Belarusian, Danish, English (Australia), Finnish, French, Indonesian,
+ Lithuanian, Portuguese (Brazilian), Serbian, Turkish
+
4.13.6
======
- New Feature: Add color-settings (colord frontend)
diff --git a/configure.ac.in b/configure.ac.in
index fbfa95a..41a1223 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], [6])
+m4_define([xfce4_settings_version_micro], [7])
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