[Xfce4-commits] <xfce4-settings:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Feb 23 00:12:01 CET 2014
Updating branch refs/heads/master
to e329018189663837f2cd9c50807e4376a852cc88 (commit)
from 12788c5792784551a70f166de509b1483f73f269 (commit)
commit e329018189663837f2cd9c50807e4376a852cc88
Author: Nick Schermer <nick at xfce.org>
Date: Sun Feb 23 00:06:23 2014 +0100
Updates for release.
NEWS | 16 ++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index df9869e..a21edd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.11.2
+======
+- Increase double click time to 400ms (bug #10562).
+- Show/hide display popups with focus.
+- Add hotplug checkbox to plug dialog.
+- Identify Displays button.
+- Fix display mirroring.
+- Make mirror button insensitive if not possible.
+- Translation updates: Arabic, Bengali, Danish, German, Greek,
+ English (United Kingdom), Basque, Finnish, Galician, Hebrew,
+ Croatian, Hungarian, Indonesian, Icelandic, Japanese, Kazakh,
+ Lithuanian, Norwegian Bokmal, Norwegian Nynorsk, Occitan (post 1500),
+ Polish, Portuguese, Portuguese (Brazilian), Romanian, Slovak,
+ Serbian, Swedish, Turkish, Ukrainian, Chinese (China), Chinese (Hong
+ Kong).
+
4.11.1
======
- Automatically re-enable Laptop-displays if all other displays
diff --git a/configure.ac.in b/configure.ac.in
index b3d502b..62f0998 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], [1])
+m4_define([xfce4_settings_version_micro], [2])
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 *******************************************
More information about the Xfce4-commits
mailing list