summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-09-02 22:15:26 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2013-09-02 22:15:26 -0700
commit5382a325c59453daf182b03a5444907daadc3536 (patch)
treefd3033fbc3cb7f5b60bf2e56fea3b6cbf58b2e75
parent63f4d5c4af3a245e685c7233af0499980ba0295a (diff)
downloadnautilus-3.9.91.tar.gz
release: prepare for 3.9.913.9.91
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0fa9d8b4..d476207a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.9.91:
+* Use a GtkRevealer for the search bar
+* Don't present redundant options for operations on single
+ files (William Kunkel)
+* Fix desktop window for newer GTK+ client side decorations
+ (Christian Hergert, Matthias Clasen)
+* Fix double menu when right clicking on the pathbar (Stefano Facchini)
+* Fix headerbar appearance with latest GTK+ (Yosef or Boczko)
+* Fix copy/cut/paste accels not working correctly
+
Major changes in 3.9.90:
* Fix support for HiDpi displays
* Replace control characters when fixing filenames for FAT
diff --git a/configure.ac b/configure.ac
index 87791a2c1..8878597a2 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.9.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.9.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================