Move changelog files for the 0.9.0 release

This commit is contained in:
Alexander Neumann
2018-05-21 15:57:02 +02:00
parent d2431b667f
commit e2b7dc6528
20 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Ignore/remove invalid lock files
This corrects a bug introduced recently: When an invalid lock file in the repo
is encountered (e.g. if the file is empty), the code used to ignore that, but
now returns the error. Now, invalid files are ignored for the normal lock
check, and removed when `restic unlock --remove-all` is run.
https://github.com/restic/restic/issues/1652
https://github.com/restic/restic/pull/1653