[Xfce4-commits] <xfce4-appfinder:master> Updates for release.
Nick Schermer
noreply at xfce.org
Thu Sep 29 23:04:01 CEST 2011
Updating branch refs/heads/master
to fb43dbb121f4242402886eebe0d30478bdc4e1df (commit)
from fc3f26ba355cb95862054d85e161ce018bac7130 (commit)
commit fb43dbb121f4242402886eebe0d30478bdc4e1df
Author: Nick Schermer <nick at xfce.org>
Date: Thu Sep 29 23:02:16 2011 +0200
Updates for release.
NEWS | 8 ++++++++
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index d59cae1..3038a88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.9.1
+=====
+- Fix launching in collapsed mode.
+- Don't ignore arguments of the desktop file command.
+- Always allow up/down unless the completion menu is shown.
+- Fix segfault when loading default actions.
+- Translation updates (da, uk, pt_BR, sk, ar, zh_TW, hr, nl).
+
4.9.0
=====
- Rewrite of the the application finder to merge the functionality
diff --git a/configure.ac.in b/configure.ac.in
index 4ea3179..670c78d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
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