summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b7ea4f90..47cfe1e4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.36.3:
+* Fix broken tracker search engine under some locales (Cristiano Nunes, António Fernandes)
+* Translation updates
+
Major changes in 3.36.2:
* Prevent jump to the old scrolling position after changing location (António Fernandes)
* Revert icon emblem fixes in order to prevent performance issues (António Fernandes)
diff --git a/meson.build b/meson.build
index f1ff55f9e..4ca625f4c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.36.2',
+ version: '3.36.3',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)