From 0de17f64e9e3ca7f12e9f16c67c6d8dda9489118 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 19 Jul 2017 17:02:53 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9cc44cc..9f8bea3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,14 @@ Small changes * The dependencies have been updated. https://github.com/restic/restic/pull/1108 + * A bug was found (and corrected) in the index rebuilding after prune, which + led to indexes which include blobs that were not present in the repo any + more. There were already checks in place which detected this situation and + aborted with an error message. A new run of either `prune` or + `rebuild-index` corrected the index files. This is now fixed and a test has + been added to detect this. + https://github.com/restic/restic/pull/1115 + Important Changes in 0.7.0 ==========================