summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f42426af4..c20fb3a17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.34.0:
+* Fix emblems not appearing on files in some cases (Colin Atkinson)
+* Respect recursivity setting in shell search provider (Jiří Černý)
+* Make recursive permission changes apply only to children (Carlo Lobrano)
+
Major changes in 3.33.90:
* Add tooltip to view menu button
* Show warning in read-only directories when pasting files (George Mocanu)
diff --git a/meson.build b/meson.build
index 43fdf6ad1..8ab4fb69a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.33.90',
+ version: '3.34.0',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)