From: Pieter Lexis Date: Mon, 20 Aug 2018 12:44:13 +0000 (+0200) Subject: Add authoritative server 4.1.4 changelog X-Git-Tag: dnsdist-1.3.3~137^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a2645ef423fc91a3e63962788c8746d9ef515d;p=pdns Add authoritative server 4.1.4 changelog --- diff --git a/docs/changelog/4.1.rst b/docs/changelog/4.1.rst index a56284eb9..239ba1423 100644 --- a/docs/changelog/4.1.rst +++ b/docs/changelog/4.1.rst @@ -1,6 +1,79 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.4 + :released: August 30th 2018 + + .. change:: + :tags: Improvements + :pullreq: 6590 + + Fix warnings reported by gcc 8.1.0. + + .. change:: + :tags: Improvements + :pullreq: 6842, 6844, 6848 + :tickets: 6632 + + Make the gmysql backend future-proof. (Chris Hofstaedtler) + + * Use future-proof statement for transaction isolation + * Allow compiling against MySQL 8 client header files + * Workaround MariaDB pretending to be MySQL + + .. change:: + :tags: Improvements + :pullreq: 6686 + :tickets: 6685 + + Initialize some missed qtypes. (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes + :pullreq: 6691 + :tickets: 4457 + + ``pdns_control notify``: handle slave without renotify properly. (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes + :pullreq: 6738 + :tickets: 6736 + + Reset the TSIG state between queries. + + .. change:: + :tags: Bug Fixes + :pullreq: 6857 + + Remove SOA-check backoff on incoming notify and fix lock handling. (Klaus Darilion) + + .. change:: + :tags: Bug Fixes + :pullreq: 6858 + + Fix an issue where updating a record via DNS-UPDATE in a child zone that also exists in the parent zone, we would incorrectly apply the update to the parent zone. + + .. change:: + :tags: Bug Fixes, API + :pullreq: 6780 + + Avoid concurrent records/comments iteration from running out of sync. + + .. change:: + :tags: Bug Fixes + :pullreq: 6677 + :tickets: 6676 + + Geoipbackend: check ``geoip_id_by_addr_gl`` and ``geoip_id_by_addr_v6_gl`` return value. (Aki Tuomi) + + .. change:: + :tags: Bug Fixes, API + :pullreq: 6816 + + Fix a crash in the API when adding records + .. changelog:: :version: 4.1.3 :released: 24th of May 2018