From: Pieter Lexis Date: Tue, 14 Nov 2017 08:44:09 +0000 (+0100) Subject: Add Recursor 4.0.7 changelog X-Git-Tag: auth-4.1.0~19^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9db408be851330293838c9147219e8b2ec59783;p=pdns Add Recursor 4.0.7 changelog --- diff --git a/pdns/recursordist/docs/changelog/4.0.rst b/pdns/recursordist/docs/changelog/4.0.rst index 027541496..1e363f8a8 100644 --- a/pdns/recursordist/docs/changelog/4.0.rst +++ b/pdns/recursordist/docs/changelog/4.0.rst @@ -3,6 +3,41 @@ Changelogs for 4.0.x This page has all the changelogs for the PowerDNS Recursor 4.0 release train. +PowerDNS Recursor 4.0.7 +----------------------- + +Unreleased + +Bug fixes +^^^^^^^^^ + +- `#4561 `__: Update rec_control manpage (Winfried Angele) +- `#4824 `__: Check in the detected OpenSSL/libcrypto for ECDSA +- `#5406 `__: Make more specific Netmasks < to less specific ones +- `#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 + +Improvements +^^^^^^^^^^^^ + +- `#4646 `__: Extract nested exception from Luawrapper +- `#4960 `__: Use explicit yes for default-enabled settings (Christian Hofstaedtler) +- `#5078 `__: Throw an error when lua-conf-file can't be loaded +- `#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 +- `#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 +- `#5726 `__: Be more resilient with broken auths +- `#5739 `__: Remove pdns.PASS and pdns.TRUNCATE +- `#5755 `__: Improve dnsbulktest experience in travis for more robustness +- `#5762 `__: Create socket-dir from init-script +- `#5843 `__: b.root renumbering, effective 2017-10-24 +- `#5921 `__: Don't retry security polling too often when it fails + + PowerDNS Recursor 4.0.6 -----------------------