summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 648797db4..0b7ea4f90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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)
+* Fix content type detection when opening files from remote locations (Ondrej Holy)
+
Major changes in 3.36.1.1:
* Translation updates
diff --git a/meson.build b/meson.build
index d9ac51548..f1ff55f9e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.36.1.1',
+ version: '3.36.2',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)