summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-02-17 14:27:45 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-02-17 14:27:45 +0100
commit3f15ec03a11b6800cc956c1313df30530779054c (patch)
treee17bcd919614f9e34270535bbde83a33b6ea3b47
parentfb0008c70c6028fea0bca10c4e18cc30bd7619f0 (diff)
downloadnautilus-3.15.90.tar.gz
release: prepare for 3.15.903.15.90
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b6152d12..d5c5c0c5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+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)
+* Add in app notification when deleting items (Carlos Soriano)
+* Set move to trash shortcut to just the Delete key (Carlos Soriano)
+* Avoid hiding the search on small windows (Cosimo Cechi, Carlos Soriano)
+* Improve file operations dialogs UI (Carlos Soriano)
+* Show a warning dialog when the user uses the old move to trash shortcut (Carlos Soriano)
+* Improve list view columns (Carlos Soriano)
+* Add a new modified column with the time (Carlos Soriano)
+
Major changes in 3.15.4:
* Port to GAction
* Rework menus and zoom levels
diff --git a/configure.ac b/configure.ac
index fca843c14..1be1cee9d 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.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.15.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================