summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-07-17 19:44:31 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-07-17 19:44:31 +0200
commitd11d53db7fb3cdaa73aab653cec8a0a48579a936 (patch)
tree21169b66083c8bbf2a620e220ad142bf96e86be0
parentd40c4fba9f5d5a28b9b02c83e062310a9e5c351f (diff)
downloadnautilus-d11d53db7fb3cdaa73aab653cec8a0a48579a936.tar.gz
release: Prepare for 3.24.23.24.2
-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+')