From 294ca559670bdd1397b04e5ca3c52407a168e3f3 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Jan 2020 15:35:26 +0100 Subject: [PATCH] Add changelog entry --- changelog/unreleased/issue-2389 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-2389 diff --git a/changelog/unreleased/issue-2389 b/changelog/unreleased/issue-2389 new file mode 100644 index 000000000..194820735 --- /dev/null +++ b/changelog/unreleased/issue-2389 @@ -0,0 +1,8 @@ +Bugfix: Fix mangled json output of backup command + +We've fixed a race condition in the json output of the backup command +that could cause multiple lines to get mixed up. We've also ensured that +the backup summary is printed last. + +https://github.com/restic/restic/issues/2389 +https://github.com/restic/restic/pull/2545