From: Peter van Dijk Date: Thu, 13 Apr 2023 14:22:20 +0000 (+0200) Subject: auth 4.7.4: secpoll and docs X-Git-Tag: auth-4.8.0-beta1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12747%2Fhead;p=thirdparty%2Fpdns.git auth 4.7.4: secpoll and docs --- diff --git a/docs/changelog/4.7.rst b/docs/changelog/4.7.rst index 0c3f88d8b5..341f0e18e3 100644 --- a/docs/changelog/4.7.rst +++ b/docs/changelog/4.7.rst @@ -1,6 +1,79 @@ Changelogs for 4.7.x ==================== +.. changelog:: + :version: 4.7.4 + :released: 17th of April 2023 + + This is release 4.7.4 of the Authoritative Server. + It contains various bug fixes, some performance improvements, and one new feature (``pdnsutil list-member-zones``). + + .. change:: + :tags: Bug Fixes + :pullreq: 12742 + + Properly encode json string containing binary data + + .. change:: + :tags: Bug Fixes + :pullreq: 12741 + + Prevent a race during the processing of SVC auto-hints + + .. change:: + :tags: New Features + :pullreq: 12676 + + pdnsutil, implement list-member-zones (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 12675 + + lmdb delete fixes and tests (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 12429 + + minicurl: stop leaking hostlist memory + + .. change:: + :tags: Bug Fixes + :pullreq: 12521 + + ixfrdist fixes and improvements + + .. change:: + :tags: Improvements + :pullreq: 12458 + + lock.hh: include + + .. change:: + :tags: Bug Fixes + :pullreq: 12746 + + Pick the right signer name when a NSEC name is also a delegation point + + .. change:: + :tags: Improvements + :pullreq: 12745 + + calm down the communicator loop + + .. change:: + :tags: Bug Fixes + :pullreq: 12744 + + Fix multiple-version IXFR request handling in ixfrdist + + .. change:: + :tags: Improvements + :pullreq: 12743 + + timeout handling for IXFRs as a client + .. changelog:: :version: 4.7.3 :released: 9th of December 2022 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 94d25f493f..9ba2dde073 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023041400 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023041700 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -117,6 +117,7 @@ auth-4.7.0.security-status 60 IN TXT "1 OK" auth-4.7.1.security-status 60 IN TXT "1 OK" auth-4.7.2.security-status 60 IN TXT "1 OK" auth-4.7.3.security-status 60 IN TXT "1 OK" +auth-4.7.4.security-status 60 IN TXT "1 OK" auth-4.8.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" ; Auth Debian