summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6135c79da..eed794c47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.5.3 are:
+* Fix accessibility implementation of rename entries and icon view
+* Fix DnD not working on sidebar bookmarks
+* Fix thumbnails failing to display in icon view
+* Fix crasher after ejecting a volume from the sidebar
+* Fix crasher on gtk-shell-shows-app-menu GtkSetting change
+* Fix possible crasher when cancelling a rename operation
+* Use GtkSearchEntry
+
Major changes in 3.5.2 are:
* Add a way to create a new directory for selection
* Don't pack multiple x-content bars in the view
diff --git a/configure.in b/configure.in
index 4b4f20cb3..0a5a05277 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.5.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================