diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2013-03-19 19:46:55 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2013-03-19 19:46:55 -0400 |
commit | 5be01e6bc26180b3c67e8355ae04a97593153a28 (patch) | |
tree | 21a858eaf51347bc6be2c659b9ffe4ab060be404 | |
parent | 1bc7eead58c08d0768bff9f5fa86e5e1ec40e551 (diff) | |
download | nautilus-5be01e6bc26180b3c67e8355ae04a97593153a28.tar.gz |
release: prepare for 3.7.923.7.92
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 =========================================================================== |