[Xfce4-commits] <xfwm4:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Nov 28 15:46:01 CET 2010
Updating branch refs/heads/master
to 72e421623ac391b2646fd9966582ab9bcc4908e6 (commit)
from 963776f8585751a95bf4ab8080e56834d1513e31 (commit)
commit 72e421623ac391b2646fd9966582ab9bcc4908e6
Author: Nick Schermer <nick at xfce.org>
Date: Sun Nov 28 15:42:08 2010 +0100
Updates for release.
NEWS | 11 ++++++++---
configure.ac.in | 6 +++---
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 1ea3e45..d2734b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,14 @@
-4.7.x
+4.7.2
=====
- Fix corrupted button layouts by obtaining the button IDs correctly
(bug #6824).
-- Bump the GTK+ dependency to 2.14 which is the minimum version required
- for Xfce 4.8.
+- Bump the GTK+ dependency to 2.14 which is the minimum version
+ required for Xfce 4.8.
+- Properly implement session handling (bug #6330).
+- Make the settings dialog smaller so it fits on netbooks screens.
+- Depend on libxfce4ui 4.7.5 for crucial fix in the
+ save-state-extended signal.
+- Translation updates (it, gl, pt, da, de, kk, hu, zh_CN).
4.7.1
diff --git a/configure.ac.in b/configure.ac.in
index dbd20a3..c5b673e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,14 +5,14 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [7])
-m4_define([xfwm4_version_micro], [1])
+m4_define([xfwm4_version_micro], [2])
m4_define([xfwm4_version_build], [@REVISION@])
-m4_define([xfwm4_version_tag], [git])
+m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [2.14.0])
m4_define([xfce_minimum_version], [4.6.0])
-m4_define([libxfce4ui_minimum_version], [4.7.4])
+m4_define([libxfce4ui_minimum_version], [4.7.5])
m4_define([libxfce4kbd_private_minimum_version], [4.7.4])
m4_define([xfconf_minimum_version], [4.6.0])
m4_define([xcomposite_minimum_version], [0.2])
More information about the Xfce4-commits
mailing list