summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-11 17:06:18 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2015-03-11 10:37:08 -0700
commit8b4c8849f4a53e76845d9022f09d6f5142102777 (patch)
treeab2334b5def7728a1a89300c8fa4ea917b10bc5b
parent8fab77a6f1a21e826aecb910aa2186e9d62f2f64 (diff)
downloadnautilus-3.15.91.tar.gz
prepare for 3.15.913.15.91
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d5c5c0c5b..dfef128b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 3.15.91:
+* Dimmed labels for list columns (Cosimo Cechi)
+* Fix new folder shortcut (Georges Basile Stavracas Neto)
+* Fix delete shortcut in the trash (Carlos Soriano)
+* Don't use libgd notifications and implement them with Gtk+ (Carlos soriano)
+* Don't show notifications in desktop (Carlos Soriano)
+* Esc shortcut for exiting search mode (Georges Basile Stavracas Neto)
+* Fix translation problems with notifications (Carlos Soriano)
+* Fix cluttered desktop icons due to the icon size changes (Carlos Soriano)
+* Make toolbar buttons accesible for A11y (Carlos Soriano)
+* Fix open with another app for multiple selection (Isaac Ge)
+
Major changes in 3.15.90:
* Bug fixes and clean ups for the GAction port (Cosimo Cechi)
* Add path as description of the Gnome shell provider (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index 4eb5f8d5a..17e5231ea 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.15.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.15.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================