summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-03-27 15:13:15 +0100
committerOndrej Holy <oholy@redhat.com>2020-03-27 15:13:15 +0100
commit26e8205bee3e6d3dc98a0f0bdd789a776657c809 (patch)
treeb98f55fa9453eb59ac1f99f784892f25eac9a854
parente8ace5ec54654bae4362558c35d914a817d903cf (diff)
downloadnautilus-26e8205bee3e6d3dc98a0f0bdd789a776657c809.tar.gz
Release version 3.36.13.36.1
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 42764201a..014ae2307 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.36.1:
+* Fix check to not clear clipboard after each move/copy operation (Artem Serostanov)
+* Ignore hidden directories in the templates folder (Ondrej Holy)
+* Honor umask when creating new files from templates (Ondrej Holy)
+* Fix endless content size calculations in properties dialog (Ondrej Holy)
+
Major changes in 3.36.0:
* Translation updates
diff --git a/meson.build b/meson.build
index 5cf61c873..b97e1f128 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('nautilus', 'c',
default_options: ['c_std=c11'],
- version: '3.36.0',
+ version: '3.36.1',
meson_version: '>= 0.47.0',
license: 'GPL3+'
)