[Xfce4-commits] <xfce4-mount-plugin:master> updates for 0.6.3

Landry Breuil noreply at xfce.org
Fri Apr 27 14:46:01 CEST 2012


Updating branch refs/heads/master
         to d4f10e75b24a3e5b0aafe224192ec2546a342b25 (commit)
       from ce3a6d02129fc1d84e52004539018587350aa0a8 (commit)

commit d4f10e75b24a3e5b0aafe224192ec2546a342b25
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Apr 27 14:05:24 2012 +0200

    updates for 0.6.3

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

diff --git a/NEWS b/NEWS
index 2c09d01..e8f16fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+27 april 2012 - version 0.6.3
+- Launch the on-mount command async to avoid blocking plugin UI
+- translation updates
+
 23 april 2012 - version 0.6.2
 - remove sudo option
 - translation updates
diff --git a/configure.ac.in b/configure.ac.in
index 35ce670..a841703 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ dnl for Xfce4-panel 4.8 and higher only!
 
 m4_define([mount_version_major], [0])
 m4_define([mount_version_minor], [6])
-m4_define([mount_version_micro], [2])
+m4_define([mount_version_micro], [3])
 m4_define([mount_version_tag], []) # Leave empty for releases
 m4_define([mount_version_build], [@REVISION@])
 m4_define([mount_version], [mount_version_major().mount_version_minor().mount_version_micro()ifelse(mount_version_tag(), [], [], [mount_version_tag()-mount_version_build()])])


More information about the Xfce4-commits mailing list