summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df752caff..bdc2fb82b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.24.2:
+* Hide desktop icons autostart in Ubuntu (Jeremy Bicha)
+* Confirm file name change in dialog conflicts with return (Ernestas Kulik)
+* Fix search activation not changing current directory (Alex Pandelea)
+* Don't wrap names after . or _ (Jeremy Bicha)
+* Fix rubberband selection when using wacom tablets (Jason Gerecke)
+* Fix crash in batch renaming (Ernestas Kulik)
+
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)
diff --git a/meson.build b/meson.build
index abbd3612d..d902049f0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project ('nautilus', 'c',
- version: '3.24.1',
+ version: '3.24.2',
meson_version: '>=0.37.0',
license: 'GPL2+')