summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2013-05-05 17:47:00 +0200
committerNick Schermer <nick@xfce.org>2013-05-05 17:47:00 +0200
commit48000a27d595dfe359aef35192cb7b3145db3cba (patch)
treea8f82a6e3b7f4850c806e7960a7e397d074d02c3
parentef184915ee033dec4084f3d762c81c2b130a2629 (diff)
Updates for release.xfce4-panel-4.10.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac.in4
2 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0dbcb446..caec63ed 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 80d909e3..7fe66c96 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 *******************************************