From a8386e7d7143d15b6ca23f8459abebbb9519d4af Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 31 May 2017 19:53:54 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5586c00cf..a18159f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ Important Changes in 0.X.Y Small changes: -------------- + * 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. + https://github.com/restic/restic/issues/985 + https://github.com/restic/restic/pull/986 + * Regular status report: We've removed the status report that was printed every 10 seconds when restic is run non-interactively. You can still force reporting the current status by sending a `USR1` signal to the process.