summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-10-17 17:18:45 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-10-17 17:18:45 -0400
commit6c67e5534e2e757ba2522045bc5a81c0b9dde19a (patch)
treecdd78c3685b953053324ea416ec148915e306497
parentcf133691f7bd47b81781d7cb35a4424dad082859 (diff)
downloadnautilus-3.2.1.tar.gz
release: prepare for 3.2.13.2.1
-rw-r--r--NEWS11
-rw-r--r--configure.in2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 27099f6c7..7bba6f68b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.2.1 are:
+* Consolidate typeahead find entry for icon view
+* Fix a crasher when middle-clicking empty space in the places sidebar
+* Fix a crasher when trying to delete files from the tree sidebar
+* Fix a crasher when ejecting a removable device under some circumstances
+* Fix a crasher when trying to activate the previewer in a list view
+ with no selection
+* Fix a crasher when symbolic icon theme is not available
+* Plug some memory leaks
+* Fix the build when Tracker FTS is enabled
+
Major changes in 3.2.0 are:
* Fix a couple of drawing regressions introduced in 3.1.92
* Lots of translation updates
diff --git a/configure.in b/configure.in
index 268208db5..0a83bc95b 100644
--- a/configure.in
+++ b/configure.in
@@ -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.2.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================