From bc0501d72c76da39fba7ff9fb5f7fd361d60419d Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Tue, 25 Aug 2020 23:33:10 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-2899 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-2899 diff --git a/changelog/unreleased/pull-2899 b/changelog/unreleased/pull-2899 new file mode 100644 index 000000000..5aa42f36b --- /dev/null +++ b/changelog/unreleased/pull-2899 @@ -0,0 +1,9 @@ +Bugfix: Fix possible crash in the progress bar of check --read-data + +We've fixed a possible crash while displaying the progress bar for the +check --read-data command. The crash occurred when the length of the +progress bar status exceeded the terminal width, which only happened for +very narrow terminal windows. + +https://github.com/restic/restic/pull/2899 +https://forum.restic.net/t/restic-rclone-pcloud-connection-issues/2963/15