Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-01-07 15:15:45 +01:00
parent b8620429e2
commit b708cfee3f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Bugfix: Restore directory permissions as the last step
This change allows restoring into directories that were not writable during
backup. Before, restic created the directory, set the read-only mode and then
failed to create files in the directory. This change now restores the directory
(with its permissions) as the very last step.
https://github.com/restic/restic/issues/1512
https://github.com/restic/restic/pull/1536