[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release.
noreply at xfce.org
noreply at xfce.org
Thu Aug 21 12:38:27 CEST 2014
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/xfce4-settings.
commit 7ebf52aebb94aa317457d2fab5163f803e1651d6
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Aug 21 06:34:52 2014 -0400
Updates for release.
---
NEWS | 15 +++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index a21edd4..03d4572 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.11.3
+======
+- Reapply settings when external keyboard connects
+- New display settings dialog
+- Update the settings editor to match xfconf
+- Fix overlap variable shadowing a global function
+- Fork before gtk/dbus init (bug #10918)
+- Add support for upower 0.99 (bug #10918)
+- Translation updates: Asturian, Bulgarian, Chinese (China),
+ Chinese (Taiwan), Croatian, Dutch, English (Australia), French,
+ German, Hebrew, Hungarian, Icelandic, Italian, Japanese, Korean,
+ Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
+ Portuguese (Brazil), Serbian, Spanish, Swedish, Telugu, Thai,
+ Ukrainian.
+
4.11.2
======
- Increase double click time to 400ms (bug #10562).
diff --git a/configure.ac.in b/configure.ac.in
index 7305df2..6f375f3 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], [11])
-m4_define([xfce4_settings_version_micro], [2])
+m4_define([xfce4_settings_version_micro], [3])
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 *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list