diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-03-27 15:13:15 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-03-27 15:13:15 +0100 |
commit | 26e8205bee3e6d3dc98a0f0bdd789a776657c809 (patch) | |
tree | b98f55fa9453eb59ac1f99f784892f25eac9a854 | |
parent | e8ace5ec54654bae4362558c35d914a817d903cf (diff) | |
download | nautilus-26e8205bee3e6d3dc98a0f0bdd789a776657c809.tar.gz |
Release version 3.36.13.36.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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+' ) |