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

Nick Schermer noreply at xfce.org
Sat Mar 6 18:14:01 CET 2010


Updating branch refs/heads/master
         to 46285331b36e5dc93b2612b2a0c6e2bd2b4c1be3 (commit)
       from 117248019f9305fd9994eb1e3b432215040b6cb2 (commit)

commit 46285331b36e5dc93b2612b2a0c6e2bd2b4c1be3
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Mar 6 18:10:51 2010 +0100

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 03dcf02..b418ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.5.2
+=====
+- Some fixes in the python bindings (bug #6186, #6187 and #6188).
+- Increase exo module priority.
+- Add support for editing .directory files in exo-desktop-item-edit.
+- Add filter entry in the icon chooser dialog.
+- Add desktop files for the exo-open types.
+- Fix link problem with --no-add-needed (bug #5951).
+- Translation updates (es, kk, ca, it, sv, ru, uk, hu, bn, fi, gl,
+  ja, cs, fr, pt, pt_BR, da, eu, lv, sk, zh_CN, fr).
+
 0.5.1
 =====
 - Remove exo-mount-point API.
diff --git a/configure.in.in b/configure.in.in
index d82ad34..3940419 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], [1])
+m4_define([libexo_version_micro], [2])
 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