From: aerique Date: Thu, 28 Feb 2019 15:35:28 +0000 (+0100) Subject: Merge pull request #7531 from aerique/feature/changelog-and-secpoll-for-auth-4.2... X-Git-Tag: auth-4.2.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3e3ec6458602a561198286b315459683f137cf;p=thirdparty%2Fpdns.git Merge pull request #7531 from aerique/feature/changelog-and-secpoll-for-auth-4.2.0-beta1 Add changelog and secpoll for auth-4.2.0-beta1. --- diff --git a/docs/backends/remote.rst b/docs/backends/remote.rst index 54d0a03ba0..61d794ca34 100644 --- a/docs/backends/remote.rst +++ b/docs/backends/remote.rst @@ -1510,7 +1510,7 @@ Response: ``getUpdatedMasters`` -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~ Used to find out any updates to master domains. This is used to trigger notifications in master mode. diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index 567ccb76de..06a66a6ed0 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -5,6 +5,251 @@ Changelogs for 4.2.x :version: 4.2.0 :released: *unreleased* + .. change:: + :tags: Bug Fixes, MySQL + :pullreq: 7496 + :tickets: 7493 + + Fix invalid SOA record in MySQL which prevented the authoritative + server from starting. + + .. change:: + :tags: Improvements + :pullreq: 6872 + + ixfrdist: Add option to limit AXFR record count. + + .. change:: + :tags: Improvements, API + :pullreq: 7326 + :tickets: 5430 + + Add ``type`` filter to search-data api. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7502 + + Use a less expensive way to get memory stats for ``real-memory-usage``. + + .. change:: + :tags: Improvements, API + :pullreq: 7359 + :tickets: 7357 + + Add ``rcode`` response statistics on API. + + .. change:: + :tags: Improvements + :pullreq: 7490 + :tickets: 7393 + + Lua records: Add ``useragent`` option to ``ifurlup`` and set a default. + + .. change:: + :tags: Improvements, Remote + :pullreq: 7448 + :tickets: 7444 + + remotebackend: Implement ``getUpdatedMasters``. + + .. change:: + :tags: Bug Fixes + :pullreq: 7494 + + Correctly interpret an empty AXFR response to an IXFR query. + + .. change:: + :tags: Improvements + :pullreq: 7492 + :tickets: 6853 + + Lua: Expose ``dns_random`` as ``pdnsrandom``. + + .. change:: + :tags: Improvements, API + :pullreq: 7491 + :tickets: 6451 + + Use commas instead of spaces when setting Zone Masters via the REST API. + + .. change:: + :tags: Bug Fixes, API + :pullreq: 7488 + :tickets: 6114 + + Improve handling of out of range ``modified_at`` value. + + .. change:: + :tags: Bug Fixes, Tools + :pullreq: 7482 + + Fix output order of pdnsutil ``add-record``. + + .. change:: + :tags: Bug Fixes + :pullreq: 7352 + + Respect packet size limits, even with ECS and TSIG. + + .. change:: + :tags: Bug Fixes + :pullreq: 7459 + :tickets: 7429 + + Fix dot stripping in ``setcontent()``. + + .. change:: + :tags: Improvements, API + :pullreq: 7463 + + Improve RRset validation. + + .. change:: + :tags: Bug Fixes, MySQL + :pullreq: 7475 + + Avoid infinite loop in mydnsbackend. + + .. change:: + :tags: Bug Fixes, LMDB + :pullreq: 7472 + :tickets: 7471 + + Do not compress the root since LMDB backend cannot set a root zone + with a compressible SOA record. + + .. change:: + :tags: Bug Fixes, LMDB + :pullreq: 7470 + :tickets: 7453 + + Avoid duplicate NSEC3 records in presigned zones in LMDB backend. + + .. change:: + :tags: New Features, LMDB + :pullreq: 7453 + + Authoritative LMDB backend. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7412 + + Be smarter about trimming whitespace when creating records from ASCII. + + .. change:: + :tags: Improvements, Internals + :pullreq: 6634 + + More sandboxing using SystemD's features. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7353 + + Fix attempt to restrict / speed-up additional processing to auth zone. + + .. change:: + :tags: Bug Fixes, Tools + :pullreq: 7148 + + sdig: Handle non-IN class records better. + + .. change:: + :tags: Improvements, DNSSEC + :pullreq: 7340 + + Error on DNSSEC default misconfiguration. + + .. change:: + :tags: Bug Fixes, Improvements, Tools + :pullreq: 7364 + + Dnsscope off-by-one + domain-filter. + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7382 + + Fix ``dns_random()`` always returning 0 when the minimum acceptable value is 0. + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7320 + + Lower ``udp-truncation-threshold`` by default to 1232. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7293 + + Make ``pdns_control notify *`` also notify slaves zones. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7348 + + Zero out QTYPE response numbers in our statistics. Makes Valgrind + usable on auth again. + + .. change:: + :tags: Bug Fixes, Tools + :pullreq: 7244 + :tickets: 7319 + + pdns_notify: Support hostname for notification. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7345 + + Improve memory handling for NSEC(3) records with lots of types. + + .. change:: + :tags: Bug Fixes + :pullreq: 7341 + + Fix replying from ANY address for non-standard port. + + .. change:: + :tags: Improvements, API + :pullreq: 7286 + + Fix a couple of Swagger / OpenAPI issues. + + .. change:: + :tags: Bug Fixes + :pullreq: 7288 + + Fix a few off-by-one errors. + + .. change:: + :tags: Bug Fixes, GeoIP + :pullreq: 7227 + :tickets: 7219 + + Forbid 0 as weight value. + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7294 + + Prevent leak of file descriptor if running out of ports for incoming AXFR. + + .. change:: + :tags: Improvements, DNSSEC + :pullreq: 7284 + + Fallback to SHA1 for the signatures cache if MD5 is not available. + + .. change:: + :tags: Bug Fixes, API + :pullreq: 7278 + :tickets: 7277 + + Prevent more than one CNAME / SOA record in the same RRset. + .. change:: :tags: Improvements, Internals :pullreq: 7245 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 90940cb9c3..fca45e4721 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019020101 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019022801 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -43,6 +43,7 @@ auth-4.1.4.security-status 60 IN TXT "3 Upgrade now auth-4.1.5.security-status 60 IN TXT "1 OK" auth-4.1.6.security-status 60 IN TXT "1 OK" auth-4.2.0-alpha1.security-status 60 IN TXT "1 OK" +auth-4.2.0-beta1.security-status 60 IN TXT "1 OK" ; Auth Debian auth-3.4.1-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"