nautilus-python r53 - trunk



Author: johan
Date: Fri Jan 11 15:08:39 2008
New Revision: 53
URL: http://svn.gnome.org/viewvc/nautilus-python?rev=53&view=rev

Log:
0.5.0

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Jan 11 15:08:39 2008
@@ -1,3 +1,11 @@
+0.5.0:
+	- Add support for submenus (LukÃÅ LalinskÃ, Sylvain Baubeau, Erik Wien)
+	- Make it work with nautilus 2.22 (Brian Pepple)
+	- Initialize gnomevfs explicitly (Scott Tsai)
+	- Compilable with Python 2.5 (Jonathan Rogers)
+	- Shutdown Python (Gustavo Carneiro)
+	- Initialize PyGObject/PyGTK/PyGNOMEVFS on demand (Gustavo Carneiro)
+
 0.4.3:
         - Make debugging messages a run-time option
         - Fix bug in loading extensions from system extensions dir

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 11 15:08:39 2008
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.4.3
+VERSION=0.5.0
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]