summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-06-17 16:45:54 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2013-06-17 17:06:57 -0700
commitb9ffaac4f86ab73a2d4e65c0402fd7eb788bf463 (patch)
tree7f0da1601d468b8f599180658c784242aaf51e47
parent3d82365d25f4a7ef83307864d8f554764eb290a6 (diff)
downloadnautilus-3.9.3.tar.gz
release: prepare for 3.9.33.9.3
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 866e66f94..5a00eeba3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Major changes in 3.9.3:
+* Shade rubberbands on the desktop using the wallpaper color (Ted Gould)
+* Port to GtkPlacesSidebar (Federico Mena Quintero)
+* Check for available mail clients before enabling sendto
+ extension (Plamena Manolova)
+* Enter location bar upon entering "~" (Garrett Regier)
+* Add a menu item to open parent folder of search/recent
+ items (Garrett Regier)
+* Use Shift+Ctrl+Z, not Ctrl+Y, for Redo (Adam Dingle)
+* Remove multicontext menu items from editable entries
+
+Major changes in 3.8.2:
+* Don't grab focus to search entry needlessly (Rui Matos)
+* Increase default size to fit 4 columns of icons (Michael Catanzaro)
+* Remove no-longer-existing keys from GConf conversion
+* Change 'x-nautilus-search:' To 'Search' in tooltips (Ting-Wei Lan)
+* Translation updates
+
+Major changes in 3.8.1 are:
+* Use a consistent name for applications in the Open With context menu
+* Don't follow symbolic links when searching recursively
+* Increase default sidebar width
+* Fix resetting view to default preferences not working (Michael Wood)
+* Fix behavior of search entry with external Input Methods (Rui Matos)
+* Fix partial ranking order of search results
+* Fix move of special icons on the Desktop triggering file operations
+* Fix copy action not working in Recent
+
Major changes in 3.8.0 are:
* Fix inconsistency in handling of NoDisplay=true applications
* Translation updates
diff --git a/configure.ac b/configure.ac
index 72b9e5051..d8e006beb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.8.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================