[Xfce4-commits] <exo:xfce-4.6> Update NEWS for 0.3.102 release.

Nick Schermer nick at xfce.org
Thu Aug 20 20:40:06 CEST 2009


Updating branch refs/heads/xfce-4.6
         to af777c1f4d9e1bf442c2733bd148d32185fe6395 (commit)
       from 36563a3374ec1fc574ef682ea068ad3cb24ae84a (commit)

commit af777c1f4d9e1bf442c2733bd148d32185fe6395
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Aug 20 20:24:25 2009 +0200

    Update NEWS for 0.3.102 release.

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

diff --git a/NEWS b/NEWS
index 9932fa1..ccd068c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@
 - Make sure the ui-manager is up2date when creating the exo toolbar.
 - Fix possible segfault in exo_icon_view_get_item_at_pos (bug #5633).
 - Do not escape commas in urls (bug #5654).
+- Lookup the hardcoded paths for (u)mount during configure (bug #3717).
+- Fix missing include for strftime (bug #3751).
+- Prefer getvfsstat over getfsstat (bug #3718).
+- Don't abort if python is not found (bug #3751).
 
 0.3.101
 =======
diff --git a/configure.in.in b/configure.in.in
index 7b568d0..ee85ce6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,7 +12,7 @@ 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], [101])
+m4_define([libexo_version_micro], [102])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [r at REVISION@])
 m4_define([libexo_version_tag], [])



More information about the Xfce4-commits mailing list