[Xfce4-commits] <xfce4-appfinder:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Apr 28 22:30:01 CEST 2012
Updating branch refs/heads/master
to b1569477eb5b85cc07deaacc8f0a245327cf7b9f (commit)
from 09761ce939b186a6220b05c2ac23eef2c1802c47 (commit)
commit b1569477eb5b85cc07deaacc8f0a245327cf7b9f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Apr 28 22:28:06 2012 +0200
Updates for release.
NEWS | 13 +++++++++++++
configure.ac.in | 6 +++---
2 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 38a41d0..b6b984e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.10.0
+======
+- Add a valid category to xfce4-run.desktop.
+- Fix property-changed matching.
+- Avoid a single category if the root menu has a directory.
+- Avoid segfault when right-clicking a custom command.
+- Only focus view if an item is selected on entry active.
+- Try to spwan a custom command in expanded view as well.
+- Translation updates: Czech, German, English (United Kingdom),
+ Spanish (Castilian), Galician, Hungarian, Japanese, Korean, Dutch
+ (Flemish), Portuguese (Brazilian), Romanian, Turkish, Chinese
+ (China), Chinese (Taiwan).
+
4.9.5
=====
- Don't use deprecated g_mapped_file_free (bug #8649).
diff --git a/configure.ac.in b/configure.ac.in
index 06d9ab7..f1bb9d7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
-m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [5])
+m4_define([xfce4_appfinder_version_minor], [10])
+m4_define([xfce4_appfinder_version_micro], [0])
m4_define([xfce4_appfinder_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag], [git])
+m4_define([xfce4_appfinder_version_tag], [])
m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
dnl *******************************************
More information about the Xfce4-commits
mailing list