summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-19 19:46:55 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-19 19:46:55 -0400
commit5be01e6bc26180b3c67e8355ae04a97593153a28 (patch)
tree21a858eaf51347bc6be2c659b9ffe4ab060be404
parent1bc7eead58c08d0768bff9f5fa86e5e1ec40e551 (diff)
downloadnautilus-3.7.92.tar.gz
release: prepare for 3.7.923.7.92
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb87e62f8..18a377b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.7.92 are:
+* Ensure target directories exist when restoring trash contents
+* Export non-VFS URIs to DnD selections
+* Hide Change Background desktop action g-c-c is not installed
+* Fix double tap not working on certain touchscreen devices
+* Fix for removal of org.gnome.desktop.background draw-background setting
+* Fix inability to move desktop icons to non-primary displays in certain
+ configurations
+
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
diff --git a/configure.ac b/configure.ac
index bd3ad60c9..324fc33db 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.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.7.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================