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



commit f4efee51fb110375b53daee83bc22e05d1e50747
Author: Adam Plumb <adamplumb gmail com>
Date:   Wed Mar 2 10:45:11 2011 -0500

    === Release v0.7.0 ===

 NEWS         |    6 ++++++
 configure.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2825907..2c9e5db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.7.1:
+    - Fixed AM_CHECK_PYTHON_LIBS usage of test (GNOME bug #619440)
+    - Cleaned up the docs Makefile.am to make it more consistent
+    - Fix some python3 syntax issues in the python.m4 script
+    - Add python 2.7 support (GNOME bug #633171)
+
 0.7.0:
     - Added methods:
         nautilus.InfoProvider.update_file_info_full
diff --git a/configure.in b/configure.in
index ca4d5ea..34e4383 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=0.7.0
+VERSION=0.7.1
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



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