[Xfce4-commits] <xfdesktop:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Dec 4 11:32:01 CET 2010
Updating branch refs/heads/master
to 8578b2dfaab04c523e7fa315656e158676e34ae9 (commit)
from 5d2565708709ccb05a4740666bd5bc3480377031 (commit)
commit 8578b2dfaab04c523e7fa315656e158676e34ae9
Author: Nick Schermer <nick at xfce.org>
Date: Sat Dec 4 11:28:10 2010 +0100
Updates for release.
NEWS | 15 ++++++++++++---
configure.ac.in | 4 ++--
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 44a3c4a..ad8664d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,22 @@
-Xfdesktop 4.7.x
+Xfdesktop 4.7.3
---------------
* Fix a crash caused by accessing the wrong variable when adding
items to the right-click menu.
- * Select the correct icon style in the desktop settings on first
+ * Select the correct icon style in the desktop settings on first
start (bug #6798).
* Depend on libwnck >= 2.22 so we no longer have to implement hacks
for the two different "active-workspace-changed" signal variants
in libwnck (bug #6638).
+ * Add menu item monitoring.
+ * Fix critical when session manager is not running (bug #6822).
+ * Remove checks for older GLib/GTK+ versions that are no longer needed.
+ * Allow workspace names that start with a number (bug #6318).
+ * Delay notification initialization until we show one.
+ * Set the correct session priority.
+ * Do not call gtk_widget_show() on menus (bug #6198).
+ * Translation updates: gl, ca, de, it, kk, fi, sk, pt, uk, el,
+ zh_TW, da, id, eu, hu, lt.
Xfdesktop 4.7.2
@@ -26,7 +35,7 @@ Xfdesktop 4.7.1
introduced in Thunar 1.1.3.
* Port xfdesktop to thunarx-2.
* Translation updates: Portuguese, Basque, Italian, Danish, Kazakh,
- Galician, Catalan (Valencian), Spanish (Castilian), Swedish,
+ Galician, Catalan (Valencian), Spanish (Castilian), Swedish,
Finnish, Greek, Japanese, Ukrainian, Russian, Chinese (Taiwan),
German, Uyghur.
diff --git a/configure.ac.in b/configure.ac.in
index 5832422..889027a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
m4_define([xfdesktop_version_minor], [7])
-m4_define([xfdesktop_version_micro], [2])
+m4_define([xfdesktop_version_micro], [3])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[git])
+m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
More information about the Xfce4-commits
mailing list