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

Nick Schermer noreply at xfce.org
Fri May 21 22:18:01 CEST 2010


Updating branch refs/heads/master
         to f5f8699b9a53c75933e0d32b23cb4b829242e382 (commit)
       from 73ecc3489f2ce9ed98b21e7196e5cbc2351be932 (commit)

commit f5f8699b9a53c75933e0d32b23cb4b829242e382
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 21 18:49:44 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index bb489c9..36028f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.4.5
+=====
+- Improve support for --program-transform-name.
+- Don't set the locale twice on a normal startup.
+- Only install the symlink if the Terminal command exists.
+- Don't set translation domain when libxfce4util is new enough.
+- Use utilities-terminal for the icon name.
+- Add question dialog to view online manual.
+- Abort when compiling with --enable-gen-doc with missing deps.
+- Disconnect bindings before closing the dialog.
+- Improve handling shells (bug #6368).
+- Translation updates (hu, fr, de, da, pt, ca, ru, it, fi, si, kk,
+  cs, uk, zh_CN, es, lv, ja, gl, hr, sk, ug).
+
+
 0.4.4
 =====
 - Move detailed description of the command line options printed by
diff --git a/configure.ac.in b/configure.ac.in
index a0ffee8..bb116cc 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], [4])
+m4_define([terminal_version_micro], [5])
 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], [4])
 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