5468. [bug] Address potential double unlock in process_fd().
[GL #2005]
+5466. [bug] Addressed an error in recursive clients stats reporting.
+ [GL #1719]
+
5465. [func] Fallback to built in trust-anchors, managed-keys, or
trusted-keys if the bindkeys-file (bind.keys) cannot
be parsed. [GL #1235]
Bug Fixes
~~~~~~~~~
+- Addressed an error in recursive clients stats reporting.
+ There were occasions when an incoming query could trigger a prefetch for
+ some eligible rrset, and if the prefetch code were executed before recursion,
+ no increment in recursive clients stats would take place. Conversely,
+ when processing the answers, if the recursion code were executed before the
+ prefetch, the same counter would be decremented without a matching increment.
+ [GL #1719]
+
- 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]