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

Nick Schermer noreply at xfce.org
Sun Jul 25 18:52:01 CEST 2010


Updating branch refs/heads/master
         to 1bfe7706a2f2de5c4d1f03f70f6979141001b6df (commit)
       from aef82478af40ebf3fd6a3f3bd73a7629682f0e7c (commit)

commit 1bfe7706a2f2de5c4d1f03f70f6979141001b6df
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jul 25 18:47:16 2010 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index b418ed1..4a20b7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.5.3
+=====
+- Drop all HAL related code. Exo-hal is not used by thunar-volman
+  anymore now it is ported to udev, udisks is a non-hal replacement
+  for exo-mount.
+- Add working directory support to exo-desktop-item-edit (bug #5692).
+- Generate documentation with --enable-gen-doc.
+- Make the treeview work again with gtk 2.20 (bug #6230).
+- Fix compilation error (bug #6421).
+- Some compiler warnings and identation fixes.
+- Translation updates (de, ru, kk, si, zh_CN, es, hr, eu, bn, pa,
+  is, gl, el, tr, ug, fr, id, it, pt, pr_BR, da).
+
 0.5.2
 =====
 - Some fixes in the python bindings (bug #6186, #6187 and #6188).
diff --git a/configure.in.in b/configure.in.in
index 7a7c248..9762040 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], [2])
+m4_define([libexo_version_micro], [3])
 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