]> granicus.if.org Git - pdns/commitdiff
Add latest recursor changelogs
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 18 Jul 2017 08:41:47 +0000 (10:41 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 18 Jul 2017 09:58:05 +0000 (11:58 +0200)
pdns/recursordist/docs/changelog/4.1.rst
pdns/recursordist/docs/conf.py
pdns/recursordist/docs/upgrade.rst

index 1d0e2cd54c4beb57928ba5de42f6931c955c815c..e15f2ac662fb41e9f921ac44458f2b5146190cc7 100644 (file)
@@ -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.
index 6e9ab6b3bff9823e1fec3dd504ee36d4ed36f12b..ab477b7f635a15612909eb225676d68d7faa4f2e 100644 (file)
@@ -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.
index 5a6d662f235762c5dd873778553a10c4923c0efc..a4ee8c3a4847528f2b5c83bc92375f2852fdcdbc 100644 (file)
@@ -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.