]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
secpoll and changelog for auth 4.2.1 8574/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 25 Nov 2019 11:13:22 +0000 (12:13 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 2 Dec 2019 08:35:04 +0000 (09:35 +0100)
docs/changelog/4.2.rst
docs/secpoll.zone

index f3443860853963ae62937419ca3953223d831843..f39f179f4e1b6d0393157c13e1cdda786a7e1b91 100644 (file)
@@ -1,6 +1,107 @@
 Changelogs for 4.2.x
 ====================
 
+.. changelog::
+  :version: 4.2.1
+  :released: 2nd of December 2019
+
+  This release fixes several bugs and makes a few features more robust or intuitive. It also contains a few performance improvements for API users.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8589
+    :tickets: 8572
+
+    LUA view: do not crash on empty IP list
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8576
+
+    API: Accept headers without spaces
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8570
+    :tickets: 8299
+
+    Avoid database state-related SERVFAILs after a LUA error
+
+  .. change::
+    :tags: Bug Fixes, Improvements, LMDB
+    :pullreq: 8568
+    :tickets: 8134
+
+    Just before 4.2.0, some SQL-related fixes broke edit-zone and other features with the LMDB backend. This has been fixed now. (backport by Kees Monshouwer)
+
+  .. change::
+    :tags: Performance, Improvements
+    :pullreq: 8457
+
+    API: reduce number of database connections (Kees Monshouwer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8546
+
+    Register a few known RR types and remove an unknown one
+
+  .. change::
+    :tags: New Features, Improvements
+    :pullreq: 8549
+
+    Add SLAVE-RENOTIFY zone metadata support (Matti Hiljanen)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8507
+    :tickets: 8217
+
+    rfc2136, pdnsutil: somewhat improve duplicate record handling
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8548
+
+    bindbackend: use metadata for also-notifies as well (Matti Hiljanen)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8508
+    :tickets: 8218
+
+    pdnsutil increase-serial: under SOA-EDIT=INCEPTION-EPOCH, bump as if it is EPOCH
+
+  .. change::
+    :tags: New Features, Improvements
+    :pullreq: 8547
+
+    Add configurable timeout for inbound AXFR (Matti Hiljanen)
+
+  .. change::
+    :tags: Performance, Improvements
+    :pullreq: 8541
+
+    API: optionally do not return dnssec info in domain list (Christian Hofstaedtler)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8454
+
+    Basic validation of $GENERATE parameters
+
+  .. change::
+    :tags: New Features, Improvements
+    :pullreq: 8428
+
+    Add CentOS 8 as builder target
+
+  .. change::
+    :tags: New Features, Improvements
+    :pullreq: 8341
+
+    gmysql backend, add an option to send the SSL capability flag
+
 .. changelog::
   :version: 4.2.0
   :released: 30th of August 2019
index 9b0633d596662560457df18a435b73bda7a87704..904643a8083c01b827cc0f0f436f5eee87d9ac0e 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019112001 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019120201 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -59,6 +59,7 @@ auth-4.2.0-rc1.security-status                          60 IN TXT "2 Unsupported
 auth-4.2.0-rc2.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.2.0-rc3.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 auth-4.2.0.security-status                              60 IN TXT "1 OK"
+auth-4.2.1.security-status                              60 IN TXT "1 OK"
 
 ; Auth Debian
 auth-3.4.1-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-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/"