[Xfce4-commits] <xfwm4:xfce-4.10> Updates for release.
Nick Schermer
noreply at xfce.org
Sun May 5 18:00:07 CEST 2013
Updating branch refs/heads/xfce-4.10
to 3918e6b09eaeac51d23f2c4a4a08e52e06e60a1b (commit)
from 52e1ecd35ef750fbb86bd5b91b8030325a46bc9d (commit)
commit 3918e6b09eaeac51d23f2c4a4a08e52e06e60a1b
Author: Nick Schermer <nick at xfce.org>
Date: Sun May 5 17:58:40 2013 +0200
Updates for release.
NEWS | 14 ++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e29179c..ca06e2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.10.1
+======
+- Autotools updates.
+- Small optimization in shadow loop.
+- Some small optimizations in placement code.
+- Do not write empty session files.
+- Fix wrong debug message (bug #7547).
+- Fix crash in settings dialog with wrong title alignment
+ value (bug #9108).
+- Implement NET_WM_MOVERESIZE_CANCEL message (bug #8949)
+- Translation updates: Arabic, Bulgarian, Catalan (Valencian),
+ German, Greek, French, Hindi, Croatian, Indonesian, Polish, Slovak,
+ Serbian, Swedish, Turkish, Uyghur.
+
4.10.0
======
- Translation updates: Czech, English (United Kingdom), Spanish
diff --git a/configure.ac.in b/configure.ac.in
index 9aa2617..a5fe72e 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], [10])
-m4_define([xfwm4_version_micro], [0])
+m4_define([xfwm4_version_micro], [1])
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])
More information about the Xfce4-commits
mailing list