From: Peter van Dijk Date: Mon, 25 Jan 2021 10:26:16 +0000 (+0100) Subject: fix pullreq links in auth-4.4.0 docs X-Git-Tag: dnsdist-1.6.0-alpha2~49^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=699f2ce3e581f2ee19c5a3399afd87e0d5f4103a;p=thirdparty%2Fpdns.git fix pullreq links in auth-4.4.0 docs --- diff --git a/docs/changelog/4.4.rst b/docs/changelog/4.4.rst index 0f2627a9cb..89e7cbc353 100644 --- a/docs/changelog/4.4.rst +++ b/docs/changelog/4.4.rst @@ -73,31 +73,31 @@ Changelogs for 4.4.x .. change:: :tags: Bug Fixes - :pullreq: #9884 + :pullreq: 9884 clear the LMDB set state when performing a new lookup or list to prevent corruption cases (Robin Geuze) .. change:: :tags: Bug Fixes - :pullreq: #9878 + :pullreq: 9878 SVCB: Correctly parse and print unknown params .. change:: :tags: Bug Fixes - :pullreq: #9873 + :pullreq: 9873 fix direct-dnskey in AXFR-out (Kees Monshouwer) .. change:: :tags: Improvements - :pullreq: #9866 + :pullreq: 9866 don't log trusted-notification-proxy notify at error level (Kees Monshouwer) .. change:: :tags: Improvements - :pullreq: #9853 + :pullreq: 9853 Stop using incbin and use od & sed to generate constant string data.