[Xfce4-commits] <xfwm4:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Dec 5 15:38:01 CET 2010
Updating branch refs/heads/master
to 5577e2995877ee3f9d6a1b45a4841da6a9d849d4 (commit)
from 2166c9e66fe2613ca93f7b2585e79b82f34d1db4 (commit)
commit 5577e2995877ee3f9d6a1b45a4841da6a9d849d4
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 5 15:35:30 2010 +0100
Updates for release.
NEWS | 11 +++++++++++
configure.ac.in | 6 +++---
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index d2734b8..3719f64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.7.3
+=====
+- Panel won't focus entries in focus follow mode (bug #6649).
+- Adjusted sizes when a maximized window is undecorated (bug #6543).
+- Unshade windows when given focus with Alt-Tab (bug #5931).
+- Fix hang when closing a submenu (bug #6562).
+- New theme for 4.8.
+- Focus-follows-mouse activate/raise should not do focus (bug #4679).
+- Translation updates (pt, pt_BR, it).
+
+
4.7.2
=====
- Fix corrupted button layouts by obtaining the button IDs correctly
diff --git a/configure.ac.in b/configure.ac.in
index f11adee..5769a2a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [7])
-m4_define([xfwm4_version_micro], [2])
+m4_define([xfwm4_version_micro], [3])
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])
@@ -21,7 +21,7 @@ m4_define([startup_notification_minimum_version], [0.5])
m4_define([intltool_minimum_version], [0.31])
dnl init autoconf
-AC_COPYRIGHT([Copyright (c) 2002-2009
+AC_COPYRIGHT([Copyright (c) 2002-2010
The Xfce development team. All rights reserved.
Written for Xfce by Olivier Fourdan <fourdan at xfce.org>.])
More information about the Xfce4-commits
mailing list