From 157d36589494d7e8e75c5482e2feda1d2fbb5bad Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 28 Oct 2018 21:38:04 +0100 Subject: [PATCH] Add entry to CHANGELOG --- changelog/unreleased/pull-2068 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/pull-2068 diff --git a/changelog/unreleased/pull-2068 b/changelog/unreleased/pull-2068 new file mode 100644 index 000000000..1b8853943 --- /dev/null +++ b/changelog/unreleased/pull-2068 @@ -0,0 +1,6 @@ +Bugfix: Correctly return error loading data + +In one case during `prune` and `check`, an error loading data from the backend is not returned properly. This is now corrected. + +https://github.com/restic/restic/pull/2068 +https://github.com/restic/restic/issues/1999#issuecomment-433737921