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 b7392645f..413650cd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.3.5 are:
+* Introduce Undo support for common file operations
+* Fix a crash when middle clicking icons on the desktop
+* Fix split view actions not updating properly
+* Fix wrong places sidebar selection under some locales
+* Fix a crash when enabling desktop icons handling
+* Support build against Tracker 0.13/0.14
+* Make the rubberband animation obey the global GtkSetting
+
Major changes in 3.3.4 are:
* Show both the current file counter and the total files in file operations UI
* Lazily initialize the notification daemon
diff --git a/configure.in b/configure.in
index a762e004e..679db0fd3 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.3.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.3.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================