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

Nick Schermer noreply at xfce.org
Sat Oct 24 11:58:02 CEST 2009


Updating branch refs/heads/master
         to 8ff83d48e6741a5301364124b5f2105bca0e4050 (commit)
       from 092134ee9e94b23c8ce807b69d45cfcb3fee6c33 (commit)

commit 8ff83d48e6741a5301364124b5f2105bca0e4050
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 24 11:50:28 2009 +0200

    Updates for 0.5.1 release.

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

diff --git a/NEWS b/NEWS
index 19dd634..03dcf02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.5.1
+=====
+- Remove exo-mount-point API.
+- Only add sync mount option to devices with no volume.
+- Add missing function in the symbols file.
+- Use the GIO code for reading mount points in exo-mount.
+- Make GIO-Unix an optional dependency.
+- Use .desktop filename when creating a new desktop item with
+  exo-desktop-item-edit.
+
 0.5.0
 =====
 The API version of exo has been changed from 0.3 to 1, to make it easier
diff --git a/configure.in.in b/configure.in.in
index 983c9f7..31e19f4 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], [0])
+m4_define([libexo_version_micro], [1])
 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