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

Nick Schermer noreply at xfce.org
Sun Sep 5 12:30:01 CEST 2010


Updating branch refs/heads/master
         to d494f23f0f1b40b8fcb479bf110f97a9a0681fdb (commit)
       from b8c69b2a853d29b2d49dc8cdee82bda68bf65b13 (commit)

commit d494f23f0f1b40b8fcb479bf110f97a9a0681fdb
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 5 12:26:23 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 4a20b7c..d529ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.5.4
+=====
+- Abort dist if xml is not valid.
+- Move files from $libexecdir to $libdir.
+- Remove deprecated encoding key from desktop files.
+- Translation updates (fi, fr, he, kk, it, uk, de, zh_TW).
+
 0.5.3
 =====
 - Drop all HAL related code. Exo-hal is not used by thunar-volman
diff --git a/configure.in.in b/configure.in.in
index 7d70a1b..50ffeaf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [5])
-m4_define([libexo_version_micro], [3])
+m4_define([libexo_version_micro], [4])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************



More information about the Xfce4-commits mailing list