From: aerique Date: Tue, 7 May 2019 09:00:42 +0000 (+0200) Subject: Merge pull request #7782 from aerique/feature/update-changelog-and-secpoll-for-rec... X-Git-Tag: rec-4.2.0-rc1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20698543b3f7b099868f7e8a30d7836d5b98d7d3;p=thirdparty%2Fpdns.git Merge pull request #7782 from aerique/feature/update-changelog-and-secpoll-for-rec-4.2.0-beta1 Update changelog and secpoll for rec-4.2.0-beta1. --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f72b334dec..14012a0453 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. 2019042601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019050701 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. ; Auth @@ -182,6 +182,7 @@ recursor-4.1.10.security-status 60 IN TXT "1 OK" recursor-4.1.11.security-status 60 IN TXT "1 OK" recursor-4.1.12.security-status 60 IN TXT "1 OK" recursor-4.2.0-alpha1.security-status 60 IN TXT "1 OK" +recursor-4.2.0-beta1.security-status 60 IN TXT "1 OK" ; Recursor Debian recursor-3.6.2-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-2016-02/" diff --git a/pdns/recursordist/docs/changelog/4.2.rst b/pdns/recursordist/docs/changelog/4.2.rst index 4196eca117..fb85f956a2 100644 --- a/pdns/recursordist/docs/changelog/4.2.rst +++ b/pdns/recursordist/docs/changelog/4.2.rst @@ -1,6 +1,171 @@ Changelogs for 4.2.x ==================== +.. changelog:: + :version: 4.2.0-beta1 + :released: 7th of May 2019 + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7730 + + Move replaced negcache entries to the back of the expunge queue. + + .. change:: + :tags: Improvements + :pullreq: 7571 + + Add a ``distribution-pipe-buffer-size`` setting. + + .. change:: + :tags: Bug Fixes, DNSSEC + :pullreq: 7714 + + Fix DNSSEC validation of non-expanded wildcards. + + .. change:: + :tags: Bug Fixes, DNSSEC + :pullreq: 6341 + :tickets: 6318 + + Add DNAME support. + + .. change:: + :tags: New Features, Internals + :pullreq: 7480 + + Implement a way to disallow throttling of auths. + + .. change:: + :tags: Improvements + :pullreq: 7508 + + Add ``protobuf-use-kernel-timestamp`` for sharper latencies. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7410 + + Ignore path MTU discovery on UDP server socket. + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7731 + + Fix the cache cleaning code being only run once for workers. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7669 + :tickets: 7671 + + Set ``--enable-option-checking=fatal`` on all package builds, enable SNMP in RPMS. + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 7708 + + Alternative solution to the unaligned accesses. + + .. change:: + :tags: Improvements + :pullreq: 7649 + + This provides cpu usage statistics per thread (worker & distributor). + + .. change:: + :tags: Bug Fixes, Lua + :pullreq: 7652 + + ``ednsoptionview`` improvements. + + .. change:: + :tags: New Features + :pullreq: 7631 + + ECS cache limit with TTL. + + .. change:: + :tags: New Features, Internals + :pullreq: 7507 + + Use a bounded load balancing algo to distribute queries. + + .. change:: + :tags: Improvements + :pullreq: 7574 + + Add a new ``ecs-minimum-ttl-override`` setting. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7484 + + ``Utility::random()`` and ``srandom()`` are not used anymore. + + .. change:: + :tags: Improvements, API + :pullreq: 7504 + :tickets: 7498 + + Add rec statistics about ECS response sizes, API endpoint to get a specific stat. + + .. change:: + :tags: Bug Fixes, Lua + :pullreq: 7589 + + Add missing ``getregisteredname`` Lua function. (Aki Tuomi) + + .. change:: + :tags: Improvements, Internals + :pullreq: 7583 + + Move back to malloc on !openbsd. Doing mmap/munmap all the time hurts… + + .. change:: + :tags: Improvements, Internals + :pullreq: 7540 + + Set ``ip(v6)_recverr`` socket option to get notified of more than just port unreachable errors on Linux. + + .. change:: + :tags: Improvements, Internals + :pullreq: 7502 + + Change the way ``getRealMemUsage()`` works on Linux (using ``statm``). + + .. change:: + :tags: Bug Fixes + :pullreq: 7494 + + Correctly interpret an empty AXFR response to an IXFR query. + + .. change:: + :tags: New Features, DNSSEC + :pullreq: 7478 + :tickets: 7445 + + Add a new ``max-cache-bogus-ttl`` option. + + .. change:: + :tags: Improvements, Lua + :pullreq: 7492 + :tickets: 6853 + + Lua: expose ``dns_random`` as ``pdnsrandom``. + + .. change:: + :tags: Improvements + :pullreq: 7476 + + Add an option to not override custom RPZ types with the default policy. + + .. change:: + :tags: Improvements + :pullreq: 7433 + + Resync YaHTTP code to cmouse/yahttp@11be77a1fc4032. (Chris Hofstaedtler) + .. changelog:: :version: 4.2.0-alpha1 :released: 1st of February 2019