From: Pieter Lexis Date: Tue, 18 Jul 2017 08:41:47 +0000 (+0200) Subject: Add latest recursor changelogs X-Git-Tag: rec-4.1.0-alpha1~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7731aeee61995bd271ec8d4508981c3562f15dc4;p=pdns Add latest recursor changelogs --- diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index 1d0e2cd54..e15f2ac66 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -2,7 +2,7 @@ Changelogs for 4.1.x ==================== .. changelog:: - :version: 4.1.0 + :version: 4.1.0-alpha1 This is the first release of the PowerDNS Recursor in the 4.1 release train. This release contains several performance and correctness improvements in the EDNS Client subnet area, as well as better DNSSEC processing. @@ -29,8 +29,8 @@ Changelogs for 4.1.x .. change:: :tags: Improvements, DNSSEC - :pullreq: 5463, 5223, 5486 - :tickets: 4994, 4490, 4362, 4254 + :pullreq: 5223, 5463, 5486, 5528 + :tickets: 4254, 4362, 4490, 4994 Implement "on-the-fly" DNSSEC processing. This places the DNSSEC processing alongside the regular recursion, reducing possible cornercases, adding unit tests and making the code better maintainable. @@ -232,3 +232,27 @@ Changelogs for 4.1.x :pullreq: 5511 When dumping the cache, also dump RRSIGs. + + .. change:: + :tags: Bug Fixes, DNSSEC + :pullreq: 5525 + + Fix validation at the exact RRSIG inception or expiration time. + + .. change:: + :tags: Improvements + :pullreq: 5485 + + Don't always override :ref:`setting-loglevel` to 6. + + .. change:: + :tags: Improvements + :pullreq: 5406, 5530 + + Make more specific Netmasks < to less specific ones. + + .. change:: + :tags: New Features + :pullreq: 5482 + + Add a :ref:`setting-cpu-map` directive to set CPU affinity per thread. diff --git a/pdns/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index 6e9ab6b3b..ab477b7f6 100644 --- a/pdns/recursordist/docs/conf.py +++ b/pdns/recursordist/docs/conf.py @@ -61,7 +61,7 @@ author = 'PowerDNS.COM BV' # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1.0-alpha0' +release = '4.1.0-alpha1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 5a6d662f2..a4ee8c3a4 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -7,7 +7,7 @@ When upgrading several versions, please read **all** notes applying to the upgra 4.0.x to 4.1.0 -------------- -:ref:`setting-max-recursion-depth` defaulted to 4 but was always overridden to 6 during +:ref:`setting-loglevel` defaulted to 4 but was always overridden to 6 during the startup. The issue has been fixed and the default value set to 6 to keep the behavior consistent.