]> granicus.if.org Git - pdns/commitdiff
dnsdist: Add 1.3.3 ChangeLog, update the secpoll zone
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 5 Nov 2018 14:55:30 +0000 (15:55 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 7 Nov 2018 19:10:35 +0000 (20:10 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index 2bf4eb0ab8a8fd7c82abfb1f00c10b8fdbc641a2..68065873adf5a2fee6ae790d3cb584b3d69559f5 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2018110701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2018110801 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 ; Auth
@@ -275,3 +275,6 @@ recursor-4.0.0_beta1-1pdns.xenial.ubuntu.security-status 60 IN TXT "3 Upgrade no
 recursor-4.0.0_alpha2-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/"
 recursor-4.0.0_alpha3-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/"
 recursor-4.0.0_beta1-1pdns.jessie.raspbian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/"
+
+; dnsdist
+dnsdist-1.3.3.security-status                              60 IN TXT "1 OK"
index 76499aedfef106105051c50707e6dfd06c1da791..90a527ef9420c7d85c17f9ad0c087579b1ce5276 100644 (file)
@@ -1,6 +1,192 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.3.3
+  :released: 8th of November 2018
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6737, 6939
+    :tickets: 6932
+
+    Add consistent hash builtin policy
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6803
+
+    Add EDNSOptionRule
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6813
+
+    Add DSTPortRule (phonedph1)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6826
+
+    Make getOutstanding usable from both lua and console (phonedph1)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6831
+
+    Get rid of some allocs/copies in DNS parsing
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6835
+
+    Display dynblocks' default action, None, as the global one
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6847
+    :tickets: 6348, 4857
+
+    Set a correct EDNS OPT RR for self-generated answers
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6856
+
+    Added :excludeRange and :includeRange methods to DynBPFFilter class (Reinier Schoof)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6877
+
+    Fix a sign-comparison warning in isEDNSOptionInOPT()
+
+  .. change::
+    :tags: New Features
+    :pullreq: 3935, 6343, 6901, 7007, 7089
+    :tickets: 4947, 6002
+
+    Add Prometheus stats support (Pavel Odintsov, Kai S)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 6956
+
+    Fix compilation when SO_REUSEPORT is not defined
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6986
+    :tickets: 6907, 6907
+
+    Add warning rates to DynBlockRulesGroup rules
+
+  .. change::
+    :tags: New Features
+    :pullreq: 6997
+    :tickets: 6974
+
+    Name threads in the programs
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7015
+    :tickets: 7004, 6990
+
+     Add support for exporting a server id in protobuf
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7030
+
+    dnsdist did not set TCP_NODELAY, causing needless latency
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 7060
+
+    Release memory on DNS over TLS handshake failure
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7062
+
+    Add a setting to control the number of stored sessions
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7064
+    :tickets: 7060
+
+     Wrap GnuTLS and OpenSSL pointers in smart pointers
+
+  .. change::
+    :tags: New Features
+    :pullreq: 7075
+    :tickets: 6908
+
+    Support the NXDomain action with dynamic blocks
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7078
+    :tickets: 6909
+
+    Add a 'creationOrder' field to rules
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7092
+    :tickets: 7091
+
+    Fix return-type detection with boost 1.69's tribool
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7104
+    :tickets: 7096
+
+    Fix format string issue on 32bits ARM
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7108
+
+    Wrap TCP connection objects in smart pointers
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7109
+    :tickets: 7084
+
+    Add the setConsoleOutputMaxMsgSize function
+
+  .. change::
+    :tags: New Features
+    :pullreq: 7115
+
+    Add security polling
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 7117
+    :tickets: 7112
+
+    Add the ability to update webserver credentials
+
+  .. change::
+    :tags: New Features
+    :pullreq: 7140
+
+    Add a PoolAvailableRule to easily add backup pools (Robin Geuze)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: TBD
+    :tickets: 6896
+
+    Handle trailing data correctly when adding OPT or ECS info
+
 .. changelog::
   :version: 1.3.2
   :released: 10th of July 2018