[Xfce4-commits] <terminal:master> Updates for release.

Nick Schermer noreply at xfce.org
Mon Feb 1 18:12:02 CET 2010


Updating branch refs/heads/master
         to 6ba27c833e1e350825150be79360dcb55df849fb (commit)
       from bbd5ac0adbeecca86a1f6d6a0132e84b7ba4c466 (commit)

commit 6ba27c833e1e350825150be79360dcb55df849fb
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Feb 1 18:03:12 2010 +0100

    Updates for release.

 NEWS            |   14 ++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 9797f88..bb489c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.4.4
+=====
+- Move detailed description of the command line options printed by
+  --help to a man-page. The help option now only prints a summery
+  of the available options.
+- Add two missing toolbar tooltips.
+- Add Terminal to the GTK category for the menu spec. Remove
+  deprecated UTF-8 key from the desktop file.
+- Some small code cleanups.
+- Allow : in web links.
+- Translation updates (ru, pt, da, es, ca, eu, zh_CN, gl, ja, nl,
+  cs, id, pt_BR, fi, fr, en_GB, el, sk, it).
+
+
 0.4.3
 =====
 - Make right/middle-click on tabs work when on all tab orientations
diff --git a/configure.ac.in b/configure.ac.in
index 8fe0695..77bafa0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [4])
-m4_define([terminal_version_micro], [3])
+m4_define([terminal_version_micro], [4])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [3])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 



More information about the Xfce4-commits mailing list