Prepare changelog for 0.13.0

This commit is contained in:
Alexander Neumann
2022-03-26 20:09:39 +01:00
parent d7e46c187a
commit 0ca89b6fec
34 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Bugfix: Make `copy` command honor `--no-lock` for source repository
The `copy` command previously did not respect the `--no-lock` option for the
source repository, causing failures with read-only storage backends. This has
now been fixed such that the option is now respected.
https://github.com/restic/restic/issues/3518
https://github.com/restic/restic/pull/3589