diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -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 =========================================================================== |