From 09c3efda414314d7edcfb2aed9463fb935fc95a6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Sat, 18 Nov 2017 07:50:43 +1100 Subject: [PATCH] 4822. [bug] Use resign_sooner in dns_db_setsigningtime. [RT #46473] (cherry picked from commit f975d0acaaf27e514399ee84efb4deef66d79601) --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 804ba48808..a7c1d5ea00 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +4822. [bug] Use resign_sooner in dns_db_setsigningtime. [RT #46473] + 4821. [bug] When resigning ensure that the SOA's expire time is always later that the resigning time of other records. [RT #46473] @@ -6,7 +8,7 @@ information to the new header. [RT #46473] 4819. [bug] Fully backout the transaction when adding a RRset - to the resigning / removal heaps fail. [RT #46473] + to the resigning / removal heaps fails. [RT #46473] 4818. [test] The logfileconfig system test could intermittently report false negatives on some platforms. [RT #46615]