summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-24 16:22:54 +0200
committerOndrej Holy <oholy@redhat.com>2020-04-24 16:22:54 +0200
commit241dceb5fe2bd755ef600004afb2f10c2190ad67 (patch)
treef22b2048d673f726d2189981897493d5eea8dff1
parent2ff6b784d5978fa3bf1c78f435048e5bb43c645c (diff)
downloadnautilus-gnome-3-34.tar.gz
Release version 3.34.33.34.3gnome-3-34
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd439bba9..35776ec7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.34.3:
+* Revert icon emblem fixes in order to prevent performance issues (António Fernandes)
+* Fix crashes often happening when searching (Ondrej Holy)
+* Fix crashes after conflict dialog response (Ondrej Holy)
+
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)
diff --git a/meson.build b/meson.build
index e829c9443..80c230834 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.34.2',
+ version: '3.34.3',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)