From: Pieter Lexis Date: Tue, 27 Mar 2018 12:23:16 +0000 (+0200) Subject: dnsdist: Update 1.3.0 changelog X-Git-Tag: dnsdist-1.3.1~190^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24c5f2d013d31b5a02deab1e54bdc16204bf496;p=thirdparty%2Fpdns.git dnsdist: Update 1.3.0 changelog --- diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 9b2336143b..10bc7c64dd 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