summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-01-31 12:47:38 +0100
committerOndrej Holy <oholy@redhat.com>2020-01-31 12:47:38 +0100
commit1c634647195bf426586d91e330a3def2e3abb737 (patch)
tree056b12226c6f3cb1cc064933de1f0fd56d88795a
parent24ddced96a511180d626bbb3e72b35254f56eec7 (diff)
downloadnautilus-1c634647195bf426586d91e330a3def2e3abb737.tar.gz
Release version 3.35.903.35.90
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b51af3a2a..6f152ae91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.35.90:
+* Fix crashes after conflict dialog response (Ondrej Holy)
+* Add support for numeric keypad for zooming (Sabri Ünal)
+* Fix missing filename results when searching (Ondrej Holy)
+* Fix compilation on Wayland-only systems (Javier Jardón)
+
Major changes in 3.35.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 169da712e..25f1810d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.35.2',
+ version: '3.35.90',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)