From 3ff60b881fcc38fe6393ad6872237915ae077aa3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 25 Jun 2020 14:51:19 +1000 Subject: [PATCH] Add release note for [GL !3735] --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1ce674d1e5..ae057efdaa 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -92,3 +92,7 @@ Bug Fixes - ``named`` could crash when cleaning dead nodes in ``lib/dns/rbtdb.c`` that have been reused meanwhile. [GL #1968] + +- The introduction of KASP support broke whether the second field + of sig-validity-interval was treated as days or hours. (Thanks to + Tony Finch.) [GL !3735]