-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024110500 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024111100 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-5.1.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2024-04.html"
recursor-5.1.2.security-status 60 IN TXT "1 OK"
recursor-5.1.3.security-status 60 IN TXT "1 OK"
+recursor-5.2.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release"
; 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/"
--- /dev/null
+Changelogs for 5.2.X
+====================
+
+Before upgrading, it is advised to read the :doc:`../upgrade`.
+
+.. changelog::
+ :version: 5.2.0-alpha1
+ :released: 11th of November 2024
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14825
+ :tickets: 13066
+
+ rec_control top* cleanup.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14824
+
+ Coverity-20241105 and one log level change.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14822
+ :tickets: 14310
+
+ Fix a difference between record-cache hit and miss in some ServFail results if QName Minimization is enabled.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14525
+
+ Add 38696 root anchor.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14759
+ :tickets: 12865
+
+ Implement catalog zones to populate forwarding zones.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14807
+
+ Drop ref in mtasker when it is no longer needed.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14796
+ :tickets: 8032
+
+ Provide a few more Lua functions, most importantly record cache dump and load and hook when starting and stopping the recursor.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14809
+
+ Actively deprecate old style settings.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14816
+
+ Periodic stats cleanup and rename outqueries-per-query to outqueries-per-query-perc.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14722
+
+ Generate metrics related files from a single source.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14506
+
+ Notify_allowed should be processed for forward_zones and forward_zones_recurse.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14693
+
+ Implement rfc6303 special zones (mostly v6 reverse mappings).
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14697
+
+ Give a more clear error message if the build fails because python was not found.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14653,14758
+
+ Rust related version updates.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14611
+ :tickets: 14582
+
+ Only log MOADNSExceptions if logging.log_common_errors is true.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14694
+
+ RPZ tweaks: log policyName on policyHit when updating root.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14651
+
+ Stop supporting ucontext flavor for context switching from out codebase. boost might still provide methods on some platforms using ucontext.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14666
+
+ Introduce a "too large" counter for the framestream remote logger.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14633
+
+ Move minimal boost version to 1.54.
+
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14595
+
+ Rework auth response sanitize code.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14606
+
+ Rework the way tcp-in limits is maintained.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14557
+ :tickets: 14522
+
+ Always include all stats for RPZs in Prometheus data (previously zero stats would be skipped).
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14518
+ :tickets: 14455
+
+ Refactor version reporting code and write version to stdout.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14499
+
+ Limit the number of async tasks pushed to resolve NS names.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14471
+
+ Dump right SOA into dumpFile and report non-relative SOA for includeSOA=true.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14458,14678,14487,14517
+ :tickets: 13987
+
+ Add meson build
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14459
+
+ Provide docker image with yml config file.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14430
+
+ Refactor sanitizeRecords and fix order dependency.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14419
+ :tickets: 14327
+
+ Fix compile error on OPENSSL_VERSION_MAJOR < 3.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14408
+
+ Show throttle reason in rec_control dump-throttlemap.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 14404
+
+ Yahttp router: appease coverity with respect to unsigned underflow in match().
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14386
+
+ Fix coverity 1544951 copy_instead_of_move.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14385
+
+ Tidy AXFRRetriever::timeoutReadn.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 14381
+
+ Cleanup read2n and mark unixDie as [[noreturn]].
+
+