diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-02-06 18:44:14 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-02-06 18:44:14 -0500 |
commit | 071f40683bda36eb47df8a2c536da282b9fb04e6 (patch) | |
tree | 5df88974645c3219bfa7259163c46944da85877b | |
parent | b7a3fddf60aaeac95f85259b2d83fc3cde81959f (diff) | |
download | nautilus-071f40683bda36eb47df8a2c536da282b9fb04e6.tar.gz |
release: prepare for 3.3.53.3.5
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 =========================================================================== |