[Goodies-commits] r7073 - gigolo/trunk

Enrico Troeger enrico at xfce.org
Tue Mar 31 23:36:27 CEST 2009


Author: enrico
Date: 2009-03-31 21:36:27 +0000 (Tue, 31 Mar 2009)
New Revision: 7073

Modified:
   gigolo/trunk/ChangeLog
   gigolo/trunk/NEWS
   gigolo/trunk/configure.ac
   gigolo/trunk/wscript
Log:
New release: Gigolo 0.3.0.

Modified: gigolo/trunk/ChangeLog
===================================================================
--- gigolo/trunk/ChangeLog	2009-03-31 21:34:22 UTC (rev 7072)
+++ gigolo/trunk/ChangeLog	2009-03-31 21:36:27 UTC (rev 7073)
@@ -1,3 +1,8 @@
+2009-03-31  Enrico Tröger  <enrico(at)xfce(dot)org>
+
+ * New release: Gigolo 0.3.0.
+
+
 2009-03-29  Enrico Tröger  <enrico(at)xfce(dot)org>
 
  * src/main.c, src/window.c:

Modified: gigolo/trunk/NEWS
===================================================================
--- gigolo/trunk/NEWS	2009-03-31 21:34:22 UTC (rev 7072)
+++ gigolo/trunk/NEWS	2009-03-31 21:36:27 UTC (rev 7073)
@@ -1,3 +1,23 @@
+Gigolo 0.3.0 (March 31, 2009)
+
+	* Add a 'Browse Network' side panel to browse for available
+	  Samba/Windows network shares.
+	* Detect an already running instance and show its window instead of
+	  starting a new instance.
+	* Add command line option "--new-instance" ("-i") to restore the old
+	  behaviour.
+	* Use the GtkMountOperation dialog when additional authentication
+	  information are needed. This implicitly allows choosing the method
+	  to store passwords (never, session, forever).
+	* Minimise to tray when the close button is clicked instead of when
+	  minimising the main window.
+	* Add a new preference to set whether to show error message dialogs
+	  when auto-connecting bookmarks.
+	* Various fixes and improvements to URI handling.
+	* Add a View menu to quickly change GUI preferences.
+	* Add Online Help and Supported Protocols help menu items.
+
+
 Gigolo 0.2.1 (February 22, 2009)
 
 	* Fix wrong saving of Obex URIs

Modified: gigolo/trunk/configure.ac
===================================================================
--- gigolo/trunk/configure.ac	2009-03-31 21:34:22 UTC (rev 7072)
+++ gigolo/trunk/configure.ac	2009-03-31 21:36:27 UTC (rev 7073)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 
-AC_INIT([gigolo], [0.2.1], [http://bugs.xfce.org/])
+AC_INIT([gigolo], [0.3.0], [http://bugs.xfce.org/])
 AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
 
 AC_CONFIG_SRCDIR([src/main.c])

Modified: gigolo/trunk/wscript
===================================================================
--- gigolo/trunk/wscript	2009-03-31 21:34:22 UTC (rev 7072)
+++ gigolo/trunk/wscript	2009-03-31 21:36:27 UTC (rev 7073)
@@ -27,7 +27,7 @@
 
 
 APPNAME = 'gigolo'
-VERSION = '0.2.1'
+VERSION = '0.3.0'
 
 srcdir = '.'
 blddir = '_build_'




More information about the Goodies-commits mailing list