Add changelog

This commit is contained in:
Michael Eischer 2021-06-29 21:27:00 +02:00
parent bd316d3893
commit 43b82d69b4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Bugfix: Correctly handle download errors during `restore`
Due to a regression in restic 0.12.0 the `restore` command in some cases
did not retry download errors and only printed a warning. This has been
fixed by retrying incomplete data downloads.
https://github.com/restic/restic/issues/3439
https://github.com/restic/restic/pull/3449