]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.5.0-alpha1
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 13 Jan 2021 11:42:50 +0000 (12:42 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 13 Jan 2021 11:50:51 +0000 (12:50 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.5.rst [new file with mode: 0644]
pdns/recursordist/docs/changelog/index.rst

index 45eaddcc6bbbc51390bafeb00b6f75abf6bd0f4c..adc413105c7b5e0679eb7ac74d2374a2c917d9d5 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2020121801 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021011501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -248,6 +248,7 @@ recursor-4.4.0-rc2.security-status                      60 IN TXT "3 Unsupported
 recursor-4.4.0.security-status                          60 IN TXT "1 OK"
 recursor-4.4.1.security-status                          60 IN TXT "1 OK"
 recursor-4.4.2.security-status                          60 IN TXT "1 OK"
+recursor-4.5.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.5.rst b/pdns/recursordist/docs/changelog/4.5.rst
new file mode 100644 (file)
index 0000000..6c1c61e
--- /dev/null
@@ -0,0 +1,201 @@
+Changelogs for 4.5.X
+====================
+
+.. changelog::
+  :version: 4.5.0-alpha1
+  :released: 15th of January 2021
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9699
+    :tickets: 440
+
+    Introduce "Refresh almost expired" a mechanism to keep the record cache warm.
+
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9917
+
+    Set the Protocol Buffer 'inBytes' field for zero-length messages.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9843
+    :tickets: 9780, 9781
+
+    Use protozero for Protocol Buffer operations in dnsdist, and dnstap/outgoing for the recursor.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9883
+    :tickets: 9621
+
+    Lookup DS entries before CNAME entries.
+
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9841
+
+    ProtobufLogger: Better handling of short-reads, errors.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9856
+
+    Use a short-lived NSEC3 hashes cache for denial validation.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9828
+
+    Add a compatibility layer for 'Bogus', document changes and the new metrics.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9670
+
+    Introduce synonyms for offensive language in settings and docs.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9812
+    :tickets: 9808
+
+    Handle failure to start the web server more gracefully.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9720
+
+    Switch default TTL override to 1.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9806
+
+    Log the exact Bogus state when 'dnssec-log-bogus' is enabled.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9793
+
+    Fix the gathering of denial proof for wildcard-expanded answers.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9789
+
+    Actually discard invalid RRSIGs with too high labels count.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9744
+
+    Switch to TCP in case of spoofing (near-miss) attempts.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9673
+
+    Add support for rfc8914: Extended DNS Errors.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9633
+
+    two OpenBSD improvements for UDP sockets: port randomization and EAGAIN errors.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9630
+
+    Start using protozero to create protobuf messages.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9686
+    :tickets: 9638
+
+    x-our-latency is a gauge.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9594
+
+    Cleanup of RPZ refresh handling.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9629
+
+    Refactor the percentage computation and use rounding.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9571
+
+    Throttle servers sending invalid data and rcodes.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9572
+
+    Terminate TCP connections instead of 'ignoring' errors.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9432
+    :tickets: 7743
+
+    Make parse ip:port a bit smarter.
+
+  .. change::
+    :tags:  Improvements
+    :pullreq: 9569
+
+    Don't parse any config with `--version`.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9562
+
+    Expose typed cache flush via Web API.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9554
+
+    Remove query-local-address6.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9515
+
+    Fix wipe-cache-typed.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 8942
+
+    Lua: add backtraces to errors.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9493
+
+    Log the line received from rec_control.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9492
+
+    Detach snmp thread to avoid trouble when trying to quit nicely.
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9475
+
+    Shared and sharded neg cache.
+
index 6e6d9da42a534727726366b52f3190f1583aae83..ea5fa306587e9a451c647a06683f4e1eae5667ed 100644 (file)
@@ -6,6 +6,7 @@ The changelogs for the recursor are split between release trains.
 .. toctree::
     :maxdepth: 2
 
+    4.5
     4.4
     4.3
     4.2