From: Remi Gacogne Date: Wed, 22 Nov 2017 11:17:45 +0000 (+0100) Subject: Update auth 4.0.5 and rec 4.0.7 changelogs with recent backports X-Git-Tag: auth-4.1.0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5953%2Fhead;p=thirdparty%2Fpdns.git Update auth 4.0.5 and rec 4.0.7 changelogs with recent backports --- diff --git a/docs/changelog/4.0.rst b/docs/changelog/4.0.rst index b1316def91..d086485912 100644 --- a/docs/changelog/4.0.rst +++ b/docs/changelog/4.0.rst @@ -20,10 +20,12 @@ Bug fixes - `#5599 `__: Fix libatomic detection on ppc64 - `#5641 `__: Catch DNSName exception in the Zoneparser - `#5722 `__: Publish inactive KSK/CSK as CDNSKEY/CDS +- `#5730 `__: Handle AFSDB record separately due to record structure. Fixes #4703 (Johan Jatko) - `#5678 `__: Treat requestor's payload size lower than 512 as equal to 512 - `#5766 `__: Correctly purge entries from the caches after a transfer - `#5777 `__: Handle a signing pipe worker dying with work still pending - `#5815 `__: Ignore SOA-EDIT for PRESIGNED zones. Fixes #5814 +- `#5933 `__: Check return value for all getTSIGKey calls. Fixes #5931 Improvements ~~~~~~~~~~~~ diff --git a/pdns/recursordist/docs/changelog/4.0.rst b/pdns/recursordist/docs/changelog/4.0.rst index 1e363f8a83..d7694095b3 100644 --- a/pdns/recursordist/docs/changelog/4.0.rst +++ b/pdns/recursordist/docs/changelog/4.0.rst @@ -17,6 +17,7 @@ Bug fixes - `#5525 `__: Fix validation at the exact RRSIG inception or expiration time - `#5740 `__: Lowercase all outgoing qnames when lowercase-outgoing is set - `#5599 `__: Fix libatomic detection on ppc64 +- `#5961 `__: Edit configname definition to include the 'config-name' argument (Jake Reynolds) Improvements ^^^^^^^^^^^^ @@ -27,6 +28,7 @@ Improvements - `#5261 `__: get-remote-ring's "other" report should only have two items. (Patrick Cloke) - `#5320 `__: PowerDNS sdig does not truncate trailing bits of EDNS Client Subnet mask - `#5488 `__: Only increase `no-packet-error` on the first read +- `#5498 `__: Add support for Botan 2.x - `#5511 `__: Add more information to recursor cache dumps - `#5523 `__: Fix typo in two log messages (Ruben Kerkhof) - `#5598 `__: Add help text on autodetecting systemd support