From f24c5f2d013d31b5a02deab1e54bdc16204bf496 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 27 Mar 2018 14:23:16 +0200 Subject: [PATCH] dnsdist: Update 1.3.0 changelog --- pdns/dnsdistdist/docs/changelog.rst | 36 +++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 9b2336143..10bc7c64d 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -141,9 +141,10 @@ Changelog .. change:: :tags: Improvements - :pullreq: 6375 + :pullreq: 6375, 5866 + :tickets: 4845 - Add '?' for providing help() output on ``dnsdist -c`` (Kirill Ponomarev). + Add '?' and 'help' for providing help() output on ``dnsdist -c`` (Kirill Ponomarev, Chris Hofstaedtler). .. change:: :tags: Improvements @@ -152,6 +153,37 @@ Changelog Replace the Lua mutex with a rw lock to limit contention. This improves the processing speed and parallelism of the policies. + .. change:: + :tags: New Features + :pullreq: 6220, 5594 + :tickets: 5079, 5654 + + Add experimental XPF support based on `draft-bellis-dnsop-xpf-04 `__. + + .. change:: + :tags: New Features + :pullreq: 6147 + + Add :func:`ERCodeRule` to match on extended RCodes (Chris Hofstaedtler). + + .. change:: + :tags: Bug Fixes + :pullreq: 6018 + + Fix escaping unusual DNS label octets in DNSName is off by one (Kees Monshouwer). + + .. change:: + :tags: New Features + :pullreq: 6003 + + Add :func:`TempFailureCacheTTLAction` (Chris Hofstaedtler). + + .. change:: + :tags: Improvements + :pullreq: 6146 + + Ensure :program:`dnsdist` compiles on NetBSD (Tom Ivar Helbekkmo). + .. changelog:: :version: 1.2.1 :released: 16th of February 2018 -- 2.40.0