[Xfce4-commits] <xfce4-settings:master> Updates for release.

Nick Schermer noreply at xfce.org
Sun Sep 5 14:20:01 CEST 2010


Updating branch refs/heads/master
         to ff0d062e76c209abfbc589b42b7628816a72d4ab (commit)
       from f254a7a5c76f2cb83d2c9f39e66fca0317625b02 (commit)

commit ff0d062e76c209abfbc589b42b7628816a72d4ab
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 5 14:16:56 2010 +0200

    Updates for release.

 NEWS            |   22 ++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 21767be..f42ffa4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+4.7.2
+=====
+- Rework the randr support in xfce4-settings, this requires
+  randr 1.2 or higher.
+- Add a minimal dialog for quick display setup (--minimal, -m).
+- Port to libxklavier 5.0 API.
+- Be consistent in the check for exo-1.
+- Require the correct version of xi and inputproto (bug #6033).
+- Fix the old shortcut duplicate after editing a command.
+- Set value after setting the range and digits.
+- Don't save settings dialogs when saving session (bug #5113).
+- Release the current editor channel on exit.
+- Allow resizing of the edit property dialogs.
+- Fix linking issues (bug #6236).
+- Fix pluggable dialogs (bug #6138).
+- Change the way workspace names are handled.
+- Remove deprecated encoding key from desktop files.
+- Make the display settings dialog pluggable (bug #6524).
+- Speedup startup of the keyboard settings dialog (bug #6661).
+- Translation updates (fi, ca, lv, sk, ru, es, el, it, pt_BR,
+  eu, de, uk, si, kk, is, tr, hr, id, zh_TW, fr, da, pt).
+
 4.7.1
 =====
 - Fix possible crash in the clipboard manager (bug #6125).
diff --git a/configure.ac.in b/configure.ac.in
index 92c0d5c..16ee6e3 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], [7])
-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