mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 13:17:42 +00:00
add changelog for locking refactor
This commit is contained in:
parent
5e98f1e2eb
commit
07eb6c315b
10
changelog/unreleased/pull-4709
Normal file
10
changelog/unreleased/pull-4709
Normal file
@ -0,0 +1,10 @@
|
||||
Bugfix: Correct `--no-lock` handling of `ls` and `tag` command
|
||||
|
||||
The `ls` command never locked the repository. This has been fixed. The old
|
||||
behavior is still supported using `ls --no-lock`. The latter invocation also
|
||||
works with older restic versions.
|
||||
|
||||
The `tag` command erroneously accepted the `--no-lock` command. The command
|
||||
now always requires an exclusive lock.
|
||||
|
||||
https://github.com/restic/restic/pull/4709
|
Loading…
Reference in New Issue
Block a user