From: Michał Kępień Date: Wed, 10 Jun 2020 09:07:02 +0000 (+0200) Subject: Add release note for #1714 X-Git-Tag: v9.17.3~52^2~3^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a9a9b800a795868f09b6f0658722e2116539c4;p=thirdparty%2Fbind9.git Add release note for #1714 --- diff --git a/doc/notes/notes-9.17.2.rst b/doc/notes/notes-9.17.2.rst index 16858aefbc8..47c90bf93a9 100644 --- a/doc/notes/notes-9.17.2.rst +++ b/doc/notes/notes-9.17.2.rst @@ -166,6 +166,10 @@ Bug Fixes - Fix a data race in resolver.c:formerr() that could lead to assertion failure. [GL #1808] +- Previously, ``provide-ixfr no;`` failed to return up-to-date + responses when the serial number was greater than or equal to the + current serial number. [GL #1714] + - A bug in dnstap initialization could prevent some dnstap data from being logged, especially on recursive resolvers. [GL #1795]