]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update changelog and secpoll for rec-4.1.12. 7654/head
authorErik Winkels <erik.winkels@powerdns.com>
Tue, 2 Apr 2019 11:08:12 +0000 (13:08 +0200)
committerErik Winkels <erik.winkels@powerdns.com>
Tue, 2 Apr 2019 11:08:12 +0000 (13:08 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.1.rst

index f9f0c5236fe72503fddb34a8d0a36718d59baa15..83c2a0ef8f86e5f30035d2fa6188fe23bda1f195 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019032201 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019040201 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -180,6 +180,7 @@ recursor-4.1.8.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.1.9.security-status                          60 IN TXT "1 OK"
 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 Debian
index a7843705a326ecd2e0b613e5c31dc786e685f008..e54c537c1fb7d71268d32b825beba03b68b396ce 100644 (file)
@@ -1,6 +1,37 @@
 Changelogs for 4.1.x
 ====================
 
+.. changelog::
+  :version: 4.1.12
+  :released: 2nd of April 2019
+
+  .. change::
+    :tags: Bug Fixes, Internals
+    :pullreq: 7495
+    :tickets: 7494
+
+    Correctly interpret an empty AXFR response to an IXFR query.
+
+  .. change::
+    :tags: Improvements, Internals
+    :pullreq: 7647
+
+    Provide CPU usage statistics per thread (worker & distributor).
+
+  .. change::
+    :tags: Improvements, Internals, Performance
+    :pullreq: 7634
+    :tickets: 7507
+
+    Use a bounded load-balancing algo to distribute queries.
+
+  .. change::
+    :tags: Improvements, Internals
+    :pullreq: 7651
+    :tickets: 7631, 7572
+
+    Implement a configurable ECS cache limit so responses with an ECS scope more specific than a certain threshold and a TTL smaller than a specific threshold are not inserted into the records cache at all.
+
 .. changelog::
   :version: 4.1.11
   :released: 1st of February 2019