summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ekulik@redhat.com>2019-09-10 14:57:44 +0200
committerErnestas Kulik <ekulik@redhat.com>2019-09-10 14:57:44 +0200
commit6a55af66aff937e6e654759f1d6f84b0e07aaa2f (patch)
tree91e50f020cce4083e33b2af1b562f914deb21cf5
parent181a72d379a5f644a086796060783ce6f9a0709e (diff)
downloadnautilus-6a55af66aff937e6e654759f1d6f84b0e07aaa2f.tar.gz
Release version 3.34.03.34.0
-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+'
)