]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update the ChangeLog and secpoll zone for 1.6.0-alpha2 10140/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 3 Mar 2021 15:25:03 +0000 (16:25 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 3 Mar 2021 15:25:03 +0000 (16:25 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index f233778efbc73c4c224dc50d72bbd733accde406..6e01a69d8697fe4b6db528f3942061c579c7e106 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021020801 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021030401 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -384,4 +384,5 @@ dnsdist-1.5.0-rc3.security-status                          60 IN TXT "2 Unsuppor
 dnsdist-1.5.0-rc4.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.5.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.5.1.security-status                              60 IN TXT "1 OK"
-dnsdist-1.6.0-alpha1.security-status                       60 IN TXT "1 OK"
+dnsdist-1.6.0-alpha1.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
+dnsdist-1.6.0-alpha2.security-status                       60 IN TXT "1 OK"
index b4aa5302cc7e3fd5ed5365b500c07113a8f84b16..cfc8be0117a621075d5f61d98c289c76e9378dc4 100644 (file)
@@ -1,6 +1,79 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.6.0-alpha2
+  :released: 4th of March 2021
+
+ .. change::
+    :tags: Improvements
+    :pullreq: 9361
+
+    Bind __tostring instead of toString for Lua, so that conversion to string works automatically (Aki Tuomi)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10046
+    :tickets: 10035
+
+    Make NetmaskTree::fork() a bit easier to understand
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10050
+    :tickets: 10049
+
+    Remove forgotten debug line in the web server
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10063
+
+    Add option to spoofRawAction to spoof multiple answers (Sander Hoentjen)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 10073
+
+    Add 'spoof' and 'spoofRaw' Lua bindings
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10088
+
+    Create TCP worker threads before acceptors ones
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10095
+    :tickets: 10090
+
+    Prevent a crash with DynBPF objects in client mode
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10108
+
+    Fix several bugs in the TCP code path, add unit tests
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 10131
+
+    Do not update the TCP error counters on idle states
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10139
+
+    Fix size check during trailing data addition, regression tests
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 10133
+
+    Clean up expired entries from all the packet cache's shards
+
 .. changelog::
   :version: 1.6.0-alpha1
   :released: 2nd of February 2021