[nautilus-python] === Release 0.6.0 ===



commit 76345d5ee52f74d7050947718d8653ff07b46cd3
Author: Adam Plumb <adamplumb gmail com>
Date:   Fri Jan 15 12:16:07 2010 -0500

    === Release 0.6.0 ===

 NEWS         |   14 ++++++++++++++
 configure.in |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 59c40da..4944e04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.6.0:
+    - Remove eel dependency (Vincent Untz)
+    - Sanitize python search path (Mark Lee)
+    - Remove gnomevfs dependency and unused code (Daniel Holbach)
+    - Load python from lib64 in 64 bit multilib distributions (Ted Toth)
+    - Fix segfault when a plugin doesn't implement the __init__ method
+    - Added the can_write, get_mount, get_file_type, get_location, 
+        and get_parent_location methods to the NautilusFileInfo object
+    - Added the NautilusMenu.get_items method
+    - Updated some example plugins
+    - Bug fix for some PyThreadState_New segmentation faults
+    - Use the nautilus prefix by default for distfiles, rather than /usr
+    - Require nautilus-2.22 and pygobject-2.16 now that we support GIO
+
 0.5.1:
     - Add support for location widgets (Tim Cole)
 
diff --git a/configure.in b/configure.in
index 57b9d20..6873955 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.5.1
+VERSION=0.6.0
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



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