summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-24 16:14:21 +0200
committerOndrej Holy <oholy@redhat.com>2020-04-24 16:14:21 +0200
commit5ee1fc0be9af9aa4b32223e735400d50d19456cf (patch)
tree90c8d7b4f8d2af0ce3e34239eb56d7e716231a12
parente3f0a3ccb1c6ecf5468b68409ce4bc41514eed25 (diff)
downloadnautilus-5ee1fc0be9af9aa4b32223e735400d50d19456cf.tar.gz
Release version 3.36.23.36.2
-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+'
)