summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-10-07 11:02:49 +0200
committerOndrej Holy <oholy@redhat.com>2019-10-07 13:46:29 +0200
commit7a2a59b6847580aa9f73b4670fc03bf2a15f7708 (patch)
tree05773131001f8019e3f871946ed0929b0c347e08
parent694e90677d60ba266c6850d64310a5295571e40a (diff)
downloadnautilus-7a2a59b6847580aa9f73b4670fc03bf2a15f7708.tar.gz
Release version 3.34.13.34.1
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c20fb3a17..79ed56a0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.34.1:
+* Fix criticals and crashes when closing properties dialog (Ondrej Holy)
+* Fix opening file previews in Sushi (Jan Alexander Steffens)
+* Fix criticals after trashing file (Ondrej Holy)
+
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ý)
diff --git a/meson.build b/meson.build
index 8ab4fb69a..4843f4c6f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.34.0',
+ version: '3.34.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)