]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep rec-4.4.0-alpha1 9046/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Apr 2020 14:45:50 +0000 (16:45 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 21 Apr 2020 09:08:54 +0000 (11:08 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.4.rst [new file with mode: 0644]
pdns/recursordist/docs/changelog/index.rst

index d1e98538bcfa043d8b9c6239804f48ae228bbdac..cd396d570ba2f878d52f106b7ba37c31145f0000 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020041601 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020042201 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -216,6 +216,7 @@ recursor-4.3.0-beta2.security-status                    60 IN TXT "2 Unsupported
 recursor-4.3.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 recursor-4.3.0-rc2.security-status                      60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 recursor-4.3.0.security-status                          60 IN TXT "1 OK"
+recursor-4.4.0-alpha1.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/"
diff --git a/pdns/recursordist/docs/changelog/4.4.rst b/pdns/recursordist/docs/changelog/4.4.rst
new file mode 100644 (file)
index 0000000..b639496
--- /dev/null
@@ -0,0 +1,146 @@
+Changelogs for 4.4.x
+====================
+
+.. changelog::
+  :version: 4.4.0-alpha1
+  :released: 22th of April 2020
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9031
+    :tickets: 9025
+
+    Fix compilation of the ports event multiplexer.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9000
+
+    Fix warnings with llvm10 and -Wrange-loop-construct (Kirill Ponomarev).
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8985
+
+    Fix compilation without deprecated OpenSSL APIs (Rosen Penev).
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8967
+
+    Implement native DNS64 support, without Lua.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8927
+
+    Add custom tags to RPZ hits.
+
+  .. change::
+    :tags: New Features
+    :pullreq:  8910
+
+    Allow attaching a 'routing' tag string to a query in lua code and use that
+    tag in the record cache when appropriate.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8900
+    :tickets: 8739
+
+    Detect {Libre,Open}SSL functions availability during configure.
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8898
+
+    Share record cache between threads.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8887
+
+    Better handling of reconnections in Remote Logger.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8883
+    :tickets: 8629
+
+    Add 'queue full' metrics for our remote logger, log at debug only.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8876, 8740
+    :tickets: 8875
+
+    Update boost.m4
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8874
+
+    Add support for Proxy Protocol between dnsdist and the recursor.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8812
+
+    Keep a masked network in the Netmask class.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8631
+
+    Replace include guard ifdef/define with pragma once (Chris Hofstaedtler).
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8830
+
+    Init zone's d_priority field.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8815
+
+    YaHTTP: Support bracketed IPv6 addresses
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8355
+
+    Rework NetmaskTree for better CPU and memory efficiency (Stephan Bosch).
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8777
+    :tickets: 8697
+
+    QName Minimization sometimes uses 1 label too many.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8778
+
+    RPZ dumpFile/seedFile: store/get SOA refresh on dump/load.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8783
+
+    Add 'IO wait' and 'steal' metrics on Linux.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8792
+
+    DNSName: Don't call strlen() when the length is already known.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8640
+
+    Fix build with gcc-10 (Sander Hoentjen).
+
+
index 88022ed2097213b1cb866fd44fcb248ae5646cfb..6e6d9da42a534727726366b52f3190f1583aae83 100644 (file)
@@ -6,6 +6,7 @@ The changelogs for the recursor are split between release trains.
 .. toctree::
     :maxdepth: 2
 
+    4.4
     4.3
     4.2
     4.1