summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91cc2a295..1b6152d12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 3.15.4:
+* Port to GAction
+* Rework menus and zoom levels
+* Use monospace font for permissions column (Matthias Clasen)
+* Port to GNotification (Florian Müllner)
+* Stop loading custom accel maps file
+* Use inline toolbar for column chooser dialog (Robert Roth)
+* Fix new window activation with desktop icons enabled
+* Fix regression with --new-window option (Lubomir Rintel)
+* Use mount name if available for file operations progress report
+* Set max-width for value labels in properties (Lars Uebernickel)
+* Increase default window width (Michael Catanzaro)
+
Changes in 3.14.0:
* Translation updates
diff --git a/configure.ac b/configure.ac
index f8d307195..728a65213 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.14.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.15.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================