summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-11-22 13:49:09 +0100
committerOndrej Holy <oholy@redhat.com>2019-11-22 13:49:09 +0100
commit85e891e5faff4c72dc14ef54569a8f09a3f9ed79 (patch)
treeda8d6f46cb9c0250455a4878515e97908e80a0e8
parentb836f002cec9b3fa62ac9471227e2254273d37e4 (diff)
downloadnautilus-85e891e5faff4c72dc14ef54569a8f09a3f9ed79.tar.gz
Release version 3.34.23.34.2
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79ed56a0d..dd439bba9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.34.2:
+* Don't use hyphens when breaking filenames in multiple lines (António Fernandes)
+* Fix drag and drop on scaled displays (Robert Mader)
+
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)
diff --git a/meson.build b/meson.build
index 4843f4c6f..e829c9443 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.34.1',
+ version: '3.34.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)