]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prepare for rec-4.3.0-beta1
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Dec 2019 14:40:10 +0000 (15:40 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Dec 2019 14:40:10 +0000 (15:40 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.3.rst

index 6a6bae98bc1c2a385a45bdc1d5d8f34de156f6e6..b0662769b2229b3d326e1d3bd1f86e7392b43d3e 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019121001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019121201 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -205,6 +205,7 @@ recursor-4.2.1.security-status                          60 IN TXT "1 OK"
 recursor-4.3.0-alpha1.security-status                   60 IN TXT "1 OK"
 recursor-4.3.0-alpha2.security-status                   60 IN TXT "1 OK"
 recursor-4.3.0-alpha3.security-status                   60 IN TXT "1 OK"
+recursor-4.3.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/"
index 168c2fad3e69d757f5c64c7f14e30c2ed0dcca33..1f3ecca4eddfd5c41eff0391dce6c24b4a100420 100644 (file)
@@ -1,6 +1,85 @@
 Changelogs for 4.3.x
 ====================
 
+.. changelog::
+  :version: 4.3.0-beta1
+  :released: 12th of December 2019
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8571
+
+    Better time based data structures
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8512
+
+    Remove duplicate RRs inside a RRSet when computing the signature
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8560
+
+    Check return value of dup() and avoid fd leak if if fdopen() fails
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8559
+    :tickets: 8558
+
+    Avoid startup race by setting the state of a tread before starting it.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8561
+
+    QName Minimization is no longer experimental
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8525
+    :tickets: 7771
+
+    Purge map of failed auths periodically by keeping a last changed timestamp.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8521
+    :tickets: 8518
+
+    Make threads run until asked to stop.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8440
+
+    Fix -WShadow warnings (Aki Tuomi)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8477
+
+    Enable qname minimization
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8511
+
+    Do RFC 8020 only if cache entry is dnssec validated
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8510
+
+    Avoid mthread race when using the set of rootNSZones.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8492
+
+    Add a parameter to limit the number of '$GENERATE' steps
+
 .. changelog::
   :version: 4.3.0-alpha3
   :released: 29th of October 2019