From a60b54e1dfee13ce85ca1cd0ddb0f6863ad6580d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 5 May 2021 13:03:42 +1000 Subject: [PATCH] Add release note for [GL #2670] --- doc/notes/notes-current.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index aa3cdde892..2ca7b30e04 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -85,3 +85,6 @@ Bug Fixes - With ``dnssec-policy```, don't roll keys if the private key file is offline. :gl:`#2596` + +- Journal compaction could fail when a journal with invalid transaction + headers was not detected at startup. :gl:`#2670`