From 31fd8e98b96fb566ffb4148f88072e5f82fcd152 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 31 May 2017 21:33:45 +0200 Subject: [PATCH] Add Entry to CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a18159f5a..8333bbd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ Important Changes in 0.X.Y Small changes: -------------- + * We've fixed a bug where `rebuild-index` would corrupt the index when used + with the s3 backend together with the `default` layout. This is not the + default setting. + https://github.com/restic/restic/pull/987 + * Backends based on HTTP now allow several idle connections in parallel. This is especially important for the REST backend, which (when used with a local server) may create a lot connections and exhaust available ports quickly.