diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Major changes in 3.7.91 are: +* Export an OpenLocations property over DBus (Marco Trevisan) +* Add a way to reuse and raise existing windows already opened to a + given location (Marco Trevisan) +* Use an ARGB window for the desktop (Matthias Clasen) +* Stop drawing the desktop background +* Register our GtkApplication with gnome-session +* Fix Tracker search not working correctly +* Fix activation of search provider results +* Fix nautilus --quit from terminal not working + Major changes in 3.7.90 are: * Add back a Treeview option for list view. This is off by default, and is backed by a checkbox in the Preferences dialog diff --git a/configure.ac b/configure.ac index da767ac51..bd3ad60c9 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 5) m4_define(nautilus_extension_revision, 0) -AC_INIT([nautilus],[3.7.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) +AC_INIT([nautilus],[3.7.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus]) dnl =========================================================================== |