[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Aug 11 22:24:21 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 a60f610f9b8aac1fa45bcb52ebb647011341a03c
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Aug 11 16:23:37 2019 -0400
Updates for release
---
NEWS | 23 +++++++++++++++++++++--
configure.ac.in | 6 +++---
2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index eb016ec..8f4434f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+4.14.0
+======
+- a11y: Replace GtkStock buttons
+- appearance: Replace GtkStock buttons
+- color: Replace GtkStock buttons
+- display: Don't warn on deleting last profile
+- display: Fix settings retention (Bug #15437)
+- display: Remove debug statement breaking profiles (Bug #15769)
+- display: Use proper icon name
+- keyboard: Replace GtkStock buttons
+- Make strings translatable
+- mouse: Replace GtkStock buttons
+- settings-editor: Fix buttons declaration
+- settings-editor: Replace GtkStock buttons
+- Translation Updates:
+ Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish,
+ Finnish, French, Galician, Hungarian, Italian, Kazakh, Norwegian
+ Bokmål, Portuguese, Portuguese (Brazil), Russian, Spanish,
+
4.13.8
======
- display: Sync display when applying config
@@ -21,7 +40,7 @@
- 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,
+ Belarusian, Danish, English (Australia), Finnish, French, Indonesian,
Lithuanian, Portuguese (Brazilian), Serbian, Turkish
4.13.6
@@ -659,4 +678,4 @@
4.5.90 (Xfce 4.6 alpha)
=======================
-- Initial release.
+- Initial release.
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 6204578..35b84d9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,11 +10,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
-m4_define([xfce4_settings_version_minor], [13])
-m4_define([xfce4_settings_version_micro], [8])
+m4_define([xfce4_settings_version_minor], [14])
+m4_define([xfce4_settings_version_micro], [0])
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