summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-02-28 14:05:09 +0100
committerOndrej Holy <oholy@redhat.com>2020-02-28 14:05:26 +0100
commit0770a8d9e1014131fc261f02277a269d5d9be4bb (patch)
tree95122eed70ed5b6a8502bd9f1c40a41e466a6f27
parent6b16de613dc87b9f84d87a46ac5987b6d7087a5c (diff)
downloadnautilus-3.35.92.tar.gz
Release version 3.35.923.35.92
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 36857fff6..3cb1902fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.35.92:
+* Fix crashes often happening when searching (Ondrej Holy)
+* Say "Trash is Empty" only in the root of trash folder (Abdul Rauf)
+
Major changes in 3.35.91.1:
* Add support for hidden template files (Ondrej Holy)
* Fix conflict dialog for google-drive (Ondrej Holy)
diff --git a/meson.build b/meson.build
index ba8193a3b..0089d0e97 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.35.91.1',
+ version: '3.35.92',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)