From: Pieter Lexis Date: Fri, 3 Nov 2017 15:18:19 +0000 (+0100) Subject: Add Authoritative Server 4.0.5 changelog X-Git-Tag: auth-4.1.0~19^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3775ba9ede9754decfcb4c1b9082e403ebf9219;p=thirdparty%2Fpdns.git Add Authoritative Server 4.0.5 changelog --- diff --git a/docs/changelog/4.0.rst b/docs/changelog/4.0.rst index 6e6bc0902b..b1316def91 100644 --- a/docs/changelog/4.0.rst +++ b/docs/changelog/4.0.rst @@ -1,6 +1,49 @@ Changelogs for 4.0.x ==================== +PowerDNS Authoritative Server 4.0.5 +----------------------------------- + +Unreleased + +Bug fixes +~~~~~~~~~ + +- `#4650 `__: Bindbackend: do not corrupt data supplied by other backends in getAllDomains (Christian Hofstaedtler) +- `#4751 `__: API: prevent sending nameservers list and zone-level NS in rrsets (Christian Hofstaedtler) +- `#4929 `__: gpgsql: make statement names actually unique (Christian Hofstaedtler) +- `#4997 `__: Fix remotebackend params (Aki Tuomi) +- `#5051 `__: Fix godbc query logging +- `#5125 `__: For create-slave-zone, actually add all slaves, and not only first n times +- `#5161 `__: Fix a regression in axfr-rectify + test (Arthur Gautier) +- `#5408 `__: When making a netmask from a comboaddress, we neglected to zero the port +- `#5599 `__: Fix libatomic detection on ppc64 +- `#5641 `__: Catch DNSName exception in the Zoneparser +- `#5722 `__: Publish inactive KSK/CSK as CDNSKEY/CDS +- `#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 + +Improvements +~~~~~~~~~~~~ + +- `#4922 `__: Fix ldap-strict autoptr feature, including a test +- `#5043 `__: mydnsbackend: Add getAllDomains (Aki Tuomi) +- `#5112 `__: Stubresolver: Use only ``recursor`` setting if given +- `#5147 `__: LuaWrapper: Allow embedded NULs in strings received from Lua +- `#5277 `__: sdig: Clarify that the ``ednssubnet`` option takes "subnet/mask" +- `#5309 `__: Tests: Ensure all required tools are available (Arthur Gautier) +- `#5320 `__: PowerDNS sdig does not truncate trailing bits of EDNS Client Subnet mask +- `#5349 `__: LuaJIT 2.1: Lua fallback functionality no longer uses Lua namespace +- `#5498 `__: Add support for Botan 2.x +- `#5509 `__: Ship ldapbackend schema files in tarball (Christian Hofstaedtler) +- `#5518 `__: Collection of schema changes (Kees Monshouwer) +- `#5523 `__: Fix typo in two log messages (Ruben Kerkhof) +- `#5598 `__: Add help text on autodetecting systemd support +- `#5723 `__: Use a unique pointer for bind backend's ``d_of`` +- `#5826 `__: Fix some of the issues found by @jpmens + PowerDNS Authoritative Server 4.0.4 -----------------------------------