[nautilus/gnome-3-24] release: Prepare for 3.24.1



commit 3a3af1d3b6528eef4a76bb840724bb1e5740688f
Author: Carlos Soriano <csoriano gnome org>
Date:   Sat Apr 22 23:14:16 2017 +0200

    release: Prepare for 3.24.1

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a54c9de..df752ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.24.1:
+* Focus when a new folder is created (Kevin Lopez)
+* Do not consider directory names with dots as extensions (Evgeny Shulgin)
+* Fix move to/copy to when searching (Alex Pandelea)
+* Various fixes to the new experimental views (Carlos Soriano)
+* Fix scripts order in submenu (Carlos Soriano)
+* Fix open in new tab/window in Other Places (Carlos Soriano)
+* Show new networks available while in Other Places view (Georges Basile Stavracas Neto)
+
 Major changes in 3.24.0:
 * Translations
 
diff --git a/configure.ac b/configure.ac
index f354756..6afc042 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
 m4_define(nautilus_extension_current,  5)
 m4_define(nautilus_extension_revision, 0)
 
-AC_INIT([nautilus],[3.24.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.24.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
 
 dnl ===========================================================================
 
diff --git a/meson.build b/meson.build
index 6aa7312..abbd361 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project ('nautilus', 'c',
-         version: '3.23.91',
+         version: '3.24.1',
          meson_version: '>=0.37.0',
          license: 'GPL2+')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]