[Xfce4-commits] <exo:xfce-4.6> Updates for 0.3.104 release.
Nick Schermer
noreply at xfce.org
Sat Oct 10 17:58:04 CEST 2009
Updating branch refs/heads/xfce-4.6
to e5c280fe6390f30366ee7c399012cdad949d9efc (commit)
from 3890e30591371112f2b0d4490b242f01a8472c21 (commit)
commit e5c280fe6390f30366ee7c399012cdad949d9efc
Author: Nick Schermer <nick at xfce.org>
Date: Sat Oct 10 17:52:26 2009 +0200
Updates for 0.3.104 release.
NEWS | 4 ++++
configure.in.in | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 1bd8833..1da6bf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.3.104
+=======
+- Make unmount work for devices that have a parent that is a volume (bug #2968).
+
0.3.103
=======
- Use the update-preview signal for updating the preview (bug #5133)
diff --git a/configure.in.in b/configure.in.in
index 801d2dc..c5b86f1 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], [103])
+m4_define([libexo_version_micro], [104])
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