[nautilus-python] === Release 0.6.1 ===



commit bd26c92b6d9f6b38908b479efa1e15616c7c5fa5
Author: Adam Plumb <adamplumb gmail com>
Date:   Tue Jan 19 13:27:42 2010 -0500

    === Release 0.6.1 ===

 NEWS         |    8 ++++++++
 configure.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4944e04..2b31203 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.6.1:
+    - Look for libpython2.6.so.1.0 instead of libpython2.6.so, the latter 
+	is general available from -devel packages only.
+    - Re-added the missing spec and pc files
+    - Free pygobject data directly after using file objects.  Stops seg 
+	faults from occurring when nautilus wants to free pygobject data
+	after Py_Finalize() is called.
+
 0.6.0:
     - Remove eel dependency (Vincent Untz)
     - Sanitize python search path (Mark Lee)
diff --git a/configure.in b/configure.in
index 68f0fed..c57b3de 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.6.0
+VERSION=0.6.1
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



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