[Xfce4-commits] <exo:stable> Updates for 0.3.105 release.
Nick Schermer
noreply at xfce.org
Sun Oct 18 17:40:02 CEST 2009
Updating branch refs/heads/stable
to d17f223ca121da47345d5d389aee7c1d56fe62e4 (commit)
from 128bdf11927edac1a3395f8522fd40c93937a790 (commit)
commit d17f223ca121da47345d5d389aee7c1d56fe62e4
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 17:20:20 2009 +0200
Updates for 0.3.105 release.
NEWS | 6 ++++++
configure.in.in | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 1da6bf0..d284ee3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.3.105
+=======
+- Read mount options from a rc file (bug #2891).
+- Version the API docs.
+- Fix notes when generating the man pages.
+
0.3.104
=======
- Make unmount work for devices that have a parent that is a volume (bug #2968).
diff --git a/configure.in.in b/configure.in.in
index c506db0..9e84749 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ dnl ***************************
m4_define([libexo_verinfo], [5:0:5])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [3])
-m4_define([libexo_version_micro], [104])
+m4_define([libexo_version_micro], [105])
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