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

Nick Schermer noreply at xfce.org
Sun Nov 21 14:30:01 CET 2010


Updating branch refs/heads/master
         to 25707c8a1a425d945c93be497b12c051dba3e9f4 (commit)
       from 1fd4d21f6367b8c5f6f472c84ca7ce4cc31d6cec (commit)

commit 25707c8a1a425d945c93be497b12c051dba3e9f4
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Nov 21 14:24:41 2010 +0100

    Updates for release.

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

diff --git a/NEWS b/NEWS
index d8e1e62..5fdca0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-0.5.x
+0.5.5
 =====
 - Fix opening of URIs with spaces in claws-mail and sylpheed.
+- Fix two @libexecdir@ -> @HELPERDIR@ replacements.
+- Add Icedove helper.
+- Fix Opera helper with Opera >= 10.60.
+- Add mime types to the exo-open desktop files (bug #6800).
+- Store preferred application in mimeapps.list (bug #6800).
+- Don't build the GIO module after glib 2.27 (bug #6800).
+- Make exo-open more standalone (bug #6573).
+- Translation updates (ug, gl, zh_TW, ru, sk, ja, el, sv, es, eu,
+  hu, pt, kk, it, ja, he, uk, ca, da, id).
 
 0.5.4
 =====
diff --git a/configure.in.in b/configure.in.in
index f1b9fc9..71c011a 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], [4])
+m4_define([libexo_version_micro], [5])
 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