summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-05-29 16:17:24 +0200
committerOndrej Holy <oholy@redhat.com>2020-05-29 16:17:24 +0200
commitefc97f8a99e1059126a20817bb0691a7c0d29311 (patch)
tree71a5a66133de41924a6244a5a66be8e2bc74f95e
parent878778188af18eaac277316f76b93c72c61fe509 (diff)
downloadnautilus-efc97f8a99e1059126a20817bb0691a7c0d29311.tar.gz
Release version 3.36.33.36.3
-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+'
)