From e05ef7052b9f9fd63774c1646c18a9040e0ab52e Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 15 Feb 2019 08:32:56 +0100 Subject: [PATCH] update CHANGES (1.0-maint) --- docs/changes.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index b6b1c6652..2fc1fcb43 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -131,8 +131,14 @@ Changelog Version 1.0.13 (not released yet) --------------------------------- +Please note: this is very likely the last 1.0.x release, please upgrade to 1.1.x. + Bug fixes: +- security fix: configure FUSE with "default_permissions", fixes #3903 + "default_permissions" is now enforced by borg by default to let the + kernel check uid/gid/mode based permissions. + "ignore_permissions" can be given to not enforce "default_permissions". - xattrs: fix borg exception handling on ENOSPC error, #3808 New features: @@ -156,7 +162,8 @@ Other changes: - vagrant: - misc. fixes - - FUSE for macOS: upgrade 3.7.1 to 3.8.0 + - FUSE for macOS: upgrade 3.7.1 to 3.8.3 + - Python: upgrade 3.5.5 to 3.5.6 - docs: - Update installation instructions for macOS