summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a54c9de63..df752caff 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 f3547561b..6afc042dd 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 6aa73125a..abbd3612d 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+')