]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.3.0-alpha2
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 28 Oct 2019 13:22:35 +0000 (14:22 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 28 Oct 2019 14:46:11 +0000 (15:46 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.3.rst

index dfdc4af7f86ecbe299c4e229d7fe00670bd3f20d..0bc451e80ae7157b2daa3cc6d50451b255988eca 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019102501 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019102900 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -199,6 +199,7 @@ recursor-4.2.0-rc1.security-status                      60 IN TXT "2 Unsupported
 recursor-4.2.0-rc2.security-status                      60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 recursor-4.2.0.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 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 aca1a5804e1adee9f80c539a4f238a48b7ac07b7..f982ddfed795b23b4b5b62e0b00c287a56c9f991 100644 (file)
@@ -1,6 +1,124 @@
 Changelogs for 4.3.x
 ====================
 
+.. changelog::
+  :version: 4.3.0-alpha2
+  :released: 29th of October 2019
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8470
+
+    Rec: prime NS records of root-servers.net parent (.net)
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8463
+
+    Rec: Update CentOS 6 init script (None)
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8451
+
+    Basic validation of $GENERATE parameters
+
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8433
+
+    Dns64: stop hiding PTR indirection
+
+
+  .. change::
+    :tags: New features
+    :pullreq: 8391
+    :tickets: 8358
+
+    Rec: Allow multiple simultaneous incoming TCP queries over a connection
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8344
+
+    Add signal handling for SIGTERM and SIGINT in pdns_recursor, if we are PID1 (Frank Louwers)
+
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8367
+
+    Implement RFC 8020 "NXDOMAIN: There Really Is Nothing Underneath"
+
+
+  .. change::
+    :tags: New features
+    :pullreq: 8400
+
+    Add CentOS 8 as builder target
+
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8371
+
+    Fix chmod paths in rules files
+
+
+  .. change::
+    :tags: New features
+    :pullreq: 8366
+
+    Rec: Build Newly Observed Domain (NOD) support by default.
+
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8360
+    :tickets: 8352
+
+    Rec: chmod/own recursor.conf for the systemd case
+
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8340
+    :tickets: 8338
+
+    Fix #8338: Issue with "zz" abbreviation for IPv6 RPZ triggers
+
+
+  .. change::
+    :tags: Bug fixes
+    :pullreq: 8317
+
+    Retry getrandom() on EINTR
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8287
+
+    Docs: Add small description for pipe backend about distributor-threads (Donatas Abraitis)
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8290
+
+    Improve commandline error reporting for non-opts
+
+
+  .. change::
+    :tags: New features
+    :pullreq: 7758
+
+    Recursor webhandler for prometheus metrics (Greg Cockroft)
+
 .. changelog::
   :version: 4.3.0-alpha1
   :released: 5th of September 2019