[nautilus-python] === Release v0.7.3 ===



commit 1ff65f8a4c86bd20bafd3405ec35bc52b6a2275b
Author: Adam Plumb <adamplumb gmail com>
Date:   Mon Mar 28 08:58:19 2011 -0400

    === Release v0.7.3 ===

 NEWS         |    7 +++++++
 configure.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index bd718b2..f525275 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.7.3:
+    - Use PyCapsule_Import for pygobject as well as pygtk
+    - Fixed bug #644399, in the property page example plugin, get the md5sum
+        of the file contents, not the file name
+    - Removed extraneous .cvsignore files
+    - Fixed the update-file-info-async example plugin
+
 0.7.2:
     - Fix to get the PyCapsule patch to work even if there is no PyCapsule 
         object set up for pygtk.
diff --git a/configure.in b/configure.in
index f587e41..15abb1b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.7.2
+VERSION=0.7.3
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



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