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.