From: Evan Hunt Date: Sat, 5 Feb 2022 07:51:39 +0000 (-0800) Subject: CHANGES and release note for [GL #2486] X-Git-Tag: v9.19.0~108^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=53bc8905ab91788a6b2619eb718ae6a50f200d06;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #2486] --- diff --git a/CHANGES b/CHANGES index 65a9f828cb2..f5598d1691f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5810. [func] New option '-J' for dnssec-signzone and dnssec-verify + allows loading journal files. [GL #2486] + 5809. [bug] Reset client TCP connection when data received cannot be parsed as a valid DNS request. [GL #3149] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b712aca52e5..bfe85f1f4d3 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -25,7 +25,9 @@ Known Issues New Features ~~~~~~~~~~~~ -- None. +- ``dnssec-verify`` and ``dnssec-signzone`` now accept a ``-J`` option to + specify a journal file to read when loading the zone to be verified or + signed. :gl:`#2486` Removed Features ~~~~~~~~~~~~~~~~