From 91488a9b6d0a653c74a8bf2f73960dc99693dc55 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 8 Sep 2022 10:01:25 +1000 Subject: [PATCH] Add a release note for [GL #3525] --- doc/notes/notes-current.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e1f3761303..2d7f9218c5 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -46,6 +46,12 @@ Feature Changes or pass it through unchanged, instead of stopping with an error message. You can use the ``idna2`` utility for checking IDNA syntax. :gl:`#3485`. +- The DNSSEC signing data included in zone statistics identified + keys only by the key ID; this caused confusion when two keys using + different algorithms had the same ID. Zone statistics now identify + keys using the algorithm number, followed by "+", followed by the + key ID: for example, "8+54274". :gl:`#3525` + Bug Fixes ~~~~~~~~~