[Xfce4-commits] <xfce4-panel:xfce-4.10> Updates for release.
Nick Schermer
noreply at xfce.org
Sun May 5 17:50:11 CEST 2013
Updating branch refs/heads/xfce-4.10
to 48000a27d595dfe359aef35192cb7b3145db3cba (commit)
from ef184915ee033dec4084f3d762c81c2b130a2629 (commit)
commit 48000a27d595dfe359aef35192cb7b3145db3cba
Author: Nick Schermer <nick at xfce.org>
Date: Sun May 5 17:47:00 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 0dbcb44..caec63e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+4.10.1
+======
+- Bugfix in icon/pixbuf resizing code.
+- Fix icons not probably resizing when requested.
+- Autotools updates.
+- Ignore GVarueArray compiler warning.
+- Use G_ENABLE_DEBUG to set fatal messages.
+- Fixed DnD markers with non-square small items.
+- Actions: Fix logic of session saving (bug #8857).
+- Panel: Emit save signal for plugins.
+- Libxfce4-panel: Fix typo in the API docs.
+- Translation updates: Arabic, Bulgarian, German, Croatian, Polish,
+ Serbian, Swedish, Turkish, Uyghur.
+
4.10.0
======
- Use correct LGPL licenses in the libs.
diff --git a/configure.ac.in b/configure.ac.in
index 80d909e..7fe66c9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
m4_define([xfce4_panel_version_minor], [10])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************
More information about the Xfce4-commits
mailing list