summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-04 21:46:38 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-04 21:46:38 -0500
commit5c2f0f88440bcde1e3e7d9f5904de7cc1f90062a (patch)
tree2b475ae5aec0ee6a0dbeedc1b13cb19408e813e5
parentdf4558a12a22a93b9cd67943a61eec5675a3952d (diff)
downloadnautilus-3.7.91.tar.gz
release: prepare for 3.7.913.7.91
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0b88310e..bb87e62f8 100644
--- a/NEWS
+++ b/NEWS
@@ -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 ===========================================================================