[Xfce4-commits] <gigolo:master> New release: 0.4.0

Enrico Tröger noreply at xfce.org
Thu Dec 31 02:00:02 CET 2009


Updating branch refs/heads/master
         to f2ce31e3436ae5a6541b4b253be526057f7d6d0f (commit)
       from 364e5cefb7b38515960dda80bd1643d5a4f697ee (commit)

commit f2ce31e3436ae5a6541b4b253be526057f7d6d0f
Author: Enrico Tröger <enrico at xfce.org>
Date:   Thu Dec 31 01:45:58 2009 +0100

    New release: 0.4.0

 ChangeLog    |    5 +++++
 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 wscript      |    2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c18036d..d1412a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-31  Enrico Tröger  <enrico(at)xfce(dot)org>
+
+ * ChangeLog discontinued. Please use 'git log'.
+ 
+ 
 2009-06-17  Enrico Tröger  <enrico(at)xfce(dot)org>
 
  * src/backendgvfs.c, src/backendgvfs.h, src/bookmarkeditdialog.c:
diff --git a/NEWS b/NEWS
index 1ed0e6e..66041d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Gigolo 0.4.0 (December 31, 2009)
+
+	* Support mounting volumes like local partitions
+	* WebDav URIs may have an optional path argument
+	* Add a folder property for bookmarks which is used to open the file
+	  manager with this folder
+	* Add a Bookmark side panel
+	* Many minor fixes and improvements
+
+
 Gigolo 0.3.2 (April 18, 2009)
 
 	* Improve the network browsing code to poperly auto-mount Samba
diff --git a/configure.ac b/configure.ac
index 0e2bb3f..26e0149 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 
-AC_INIT([gigolo], [0.3.2], [http://bugs.xfce.org/])
+AC_INIT([gigolo], [0.4.0], [http://bugs.xfce.org/])
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
 AC_CONFIG_SRCDIR([src/main.c])
diff --git a/wscript b/wscript
index 9877105..585b9f7 100644
--- a/wscript
+++ b/wscript
@@ -28,7 +28,7 @@ import sys, os, shutil
 
 
 APPNAME = 'gigolo'
-VERSION = '0.3.2'
+VERSION = '0.4.0'
 
 srcdir = '.'
 blddir = '_build_'



More information about the Xfce4-commits mailing list