Prepare changelog for 0.9.3

This commit is contained in:
Alexander Neumann
2018-10-13 12:56:27 +02:00
parent 4a2134bbc5
commit 8b5b031f90
13 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: restore: suppress lchown errors when not running as root
Like "cp" and "rsync" do, restic now only reports errors for changing
the ownership of files during restore if it is run as root, on non-Windows
operating systems. On Windows, the error is reported as usual.
https://github.com/restic/restic/issues/1766