From d0205ec889228a4775a95430a7c0bddd322ef17b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 5 Mar 2018 20:22:45 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.4/issue-1652 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/0.8.4/issue-1652 diff --git a/changelog/0.8.4/issue-1652 b/changelog/0.8.4/issue-1652 new file mode 100644 index 000000000..aefad7912 --- /dev/null +++ b/changelog/0.8.4/issue-1652 @@ -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