summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-07-16 22:25:39 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-07-16 22:33:45 -0400
commit31a4b7154889174a2effadf6d94c0363c44d2238 (patch)
treee562eb51de7e3f6d2be5d953a1c2f49503069101
parent45d4b23ea9abc1c9f58c3506bc3c8520f8c0f6b6 (diff)
downloadnautilus-3.5.4.tar.gz
release: prepare for 3.5.43.5.4
-rw-r--r--NEWS29
-rw-r--r--configure.in2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eed794c47..f94f80837 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Major changes in 3.5.4 are:
+* Add Copy To and Move To actions
+* Add a notification while ejecting volumes
+* List view:
+ - New date format display
+ - Use a list model instead of a tree model for list view
+ - Use a better default column order
+ - Change some list column names
+ - Use 32px icons by default
+ - Tweak padding
+* Search:
+ - "Just type" search
+ - Combine the search bar and the query editor
+ - Tracker engine performance improvements and fixes
+* Sidebar:
+ - Add a recent files place
+ - Use symbolic icons
+ - Improve order of the items
+* Toolbar:
+ - Change toolbar layout to the GNOME 3 style
+ - Don't show titlebar when maximized
+ - Use a linked style for the pathbar
+* Menus:
+ - Migrate the menubar to a gear menu
+ - Remove "Go" menu
+ - Remove "Bookmarks" menu
+* Remove "Text beside icons" option for icon view
+* Fix loading string not disappearing in image properties on load
+
Major changes in 3.5.3 are:
* Fix accessibility implementation of rename entries and icon view
* Fix DnD not working on sidebar bookmarks
diff --git a/configure.in b/configure.in
index a481f123a..0fce54bcc 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.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.5.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================