[nautilus-python/nautilus-3.0] === Release 1.0 ===



commit 97b10dfe81e6573597a54fe52a5b8f851b37c022
Author: Adam Plumb <adamplumb gmail com>
Date:   Sun Apr 17 13:57:40 2011 -0400

    === Release 1.0 ===

 NEWS         |   11 +++++++++++
 configure.in |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index bd718b2..9113351 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+1.0.0:
+    - Use the gobject instrospection dynamic bindings, breaks compatibility
+        for existing extensions.
+    - For Nautilus3, the get_toolbar_items methods have been removed. (Only reporting
+        that change, it isn't up to us).  Should still work with Nautilus 2.x annotations.
+    - No longer look in the old ~/.nautilus/python-extensions or /usr/lib/nautilus/extensions2.0/python
+        folders for extensions.  Now look in ~/.local/share/nautilus-python/extensions or
+        $XDG_DATA_DIR/nautilus-python/extensions.  Extensions should be arch-independent now.
+    - General clean up of the repository, removed old .cvsignore files
+    - Updated the gtk-doc documentation and examples to work with new dynamic bindings.
+
 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 9ad18e7..407b0c5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_INIT
 
 PACKAGE=nautilus-python
-VERSION=1.0-git
+VERSION=1.0
 
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)



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