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

Nick Schermer noreply at xfce.org
Sun Dec 5 16:42:01 CET 2010


Updating branch refs/heads/master
         to f1c2eec2874a6ae7738a813d406a0368039314fb (commit)
       from 1b1f0f2a72494ec0d045096abe8b6b6758febe79 (commit)

commit f1c2eec2874a6ae7738a813d406a0368039314fb
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 5 16:38:43 2010 +0100

    Updates for release.

 NEWS            |    9 +++++++++
 configure.in.in |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5527d91..47f9c5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.5.3
+=====
+- Drop LINGUAS (bug #6788).
+- Fix spelling error (use "a USB" instead of "an USB") (bug #6725).
+- Delay notification initialization until we show one.
+- Add checks for API change in libnotify 0.7.0.
+- New translations: Basque and Hungarian.
+
+
 0.5.2
 =====
 - Fix incompatibility with the icon naming specification (bug #6786).
diff --git a/configure.in.in b/configure.in.in
index 2720fb7..c54f041 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -23,9 +23,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([tvm_version_major], [0])
 m4_define([tvm_version_minor], [5])
-m4_define([tvm_version_micro], [2])
+m4_define([tvm_version_micro], [3])
 m4_define([tvm_version_build], [@REVISION@])
-m4_define([tvm_version_tag], [git])
+m4_define([tvm_version_tag], [])
 m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [git], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])])
 
 dnl *******************************************



More information about the Xfce4-commits mailing list