From f4fbca6e1661920a7f5bb8039486827d1f729018 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 25 Jun 2020 14:50:16 +1000 Subject: [PATCH] Add CHANGES note for [GL !3735] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f7a4558282..f7cc269d14 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5471. [bug] 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] + 5470. [port] illumos: only call gsskrb5_register_acceptor_identity if we have gssapi_krb5.h. [GL #1995]