[Goodies-commits] r7112 - gigolo/trunk

Enrico Troeger enrico at xfce.org
Sat Apr 4 19:01:20 CEST 2009


Author: enrico
Date: 2009-04-04 17:01:20 +0000 (Sat, 04 Apr 2009)
New Revision: 7112

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

Modified: gigolo/trunk/ChangeLog
===================================================================
--- gigolo/trunk/ChangeLog	2009-04-04 16:58:18 UTC (rev 7111)
+++ gigolo/trunk/ChangeLog	2009-04-04 17:01:20 UTC (rev 7112)
@@ -2,6 +2,7 @@
 
  * src/window.c:
    Move the view mode options back directly into the View menu.
+ * New release: Gigolo 0.3.1.
 
 
 2009-04-01  Enrico Tröger  <enrico(at)xfce(dot)org>

Modified: gigolo/trunk/NEWS
===================================================================
--- gigolo/trunk/NEWS	2009-04-04 16:58:18 UTC (rev 7111)
+++ gigolo/trunk/NEWS	2009-04-04 17:01:20 UTC (rev 7112)
@@ -1,21 +1,28 @@
+Gigolo 0.3.1 (April 04, 2009)
+
+	* Fix build with GTK 2.12
+	* Show the main window when the status icon in the notification
+	  area gets removed
+
+
 Gigolo 0.3.0 (March 31, 2009)
 
 	* Add a 'Browse Network' side panel to browse for available
-	  Samba/Windows network shares.
+	  Samba/Windows network shares
 	* Detect an already running instance and show its window instead of
-	  starting a new instance.
+	  starting a new instance
 	* Add command line option "--new-instance" ("-i") to restore the old
-	  behaviour.
+	  behaviour
 	* Use the GtkMountOperation dialog when additional authentication
 	  information are needed. This implicitly allows choosing the method
-	  to store passwords (never, session, forever).
+	  to store passwords (never, session, forever)
 	* Minimise to tray when the close button is clicked instead of when
-	  minimising the main window.
+	  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.
+	  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)

Modified: gigolo/trunk/configure.ac
===================================================================
--- gigolo/trunk/configure.ac	2009-04-04 16:58:18 UTC (rev 7111)
+++ gigolo/trunk/configure.ac	2009-04-04 17:01:20 UTC (rev 7112)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 
-AC_INIT([gigolo], [0.3.0], [http://bugs.xfce.org/])
+AC_INIT([gigolo], [0.3.1], [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-04-04 16:58:18 UTC (rev 7111)
+++ gigolo/trunk/wscript	2009-04-04 17:01:20 UTC (rev 7112)
@@ -27,7 +27,7 @@
 
 
 APPNAME = 'gigolo'
-VERSION = '0.3.0'
+VERSION = '0.3.1'
 
 srcdir = '.'
 blddir = '_build_'




More information about the Goodies-commits mailing list