summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-02-06 17:26:15 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-02-06 17:26:15 -0500
commit37acaa61ae295762b9e17794457bd4d003c09c20 (patch)
tree5333595af618f3ef8053f753ee9bb63faae7d2d3
parentb3434e8bec9231b21f34fbe4bfc5e05b8d2e592b (diff)
downloadnautilus-37acaa61ae295762b9e17794457bd4d003c09c20.tar.gz
release: prepare for 3.7.53.7.5
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0f945d36..7bff8dc24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 3.7.5 are:
+* Switch to hovered locations on DnD (William Jon McCann)
+* Support a --force-desktop commandline option for classic mode
+* Add a separate desktop file for classic mode integration
+* Use a better position for navigation button popup menus
+* Fix many memory leaks (Pavel Vasin)
+* Fix a crasher when a file in trash has reserved characters in the filename
+* Fix a crasher when closing the sidebar immediately after construction
+* Fix a crasher closing the properties dialog while calculating folder size
+* Fix backup files showing up in search provider results
+* Fix floating bar buttons being added twice
+
Major changes in 3.7.4 are:
* Support a --select commandline option to force selection of the passed-in URI
* Add source hints to notifications (Matthias Clasen)
diff --git a/configure.ac b/configure.ac
index f4cb0ee9d..7347b44b7 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.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.7.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================