Add changelog

This commit is contained in:
Michael Eischer 2020-10-24 22:49:29 +02:00
parent 8d7d6ad2d5
commit 1aa61e6def
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Bugfix: Correctly dump directories into tar files
The dump command previously wrote directories in a tar file in a way which
can cause compatibility problems. This caused for example 7zip on Windows
to open tar files containing directories. In addition it was not possible
to dump directories with extended attributes. These compatibility problems
were fixed by properly setting the attributes of a directory.
In addition a tar file now includes the name of the owner and group of a file.
https://github.com/restic/restic/issues/2319
https://github.com/restic/restic/pull/3039