summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c20fb3a17..b51af3a2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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)
+* Add and use new icon for the development profile (Jakub Steiner, António Fernandes)
+* 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..169da712e 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.35.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)