From: Remi Gacogne Date: Wed, 14 Feb 2018 10:30:13 +0000 (+0100) Subject: dnsdist: Update the ChangeLog for the 1.2.1 release X-Git-Tag: dnsdist-1.3.0~103^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02b3c9b0d8f7c9aaae3897da8575cf63a776013f;p=thirdparty%2Fpdns.git dnsdist: Update the ChangeLog for the 1.2.1 release --- diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 11d4325506..41c2851beb 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,84 @@ Changelog ========= +.. changelog:: + :version: 1.2.1 + :released: TBD + + .. change:: + :tags: New Features + :pullreq: 5880 + + Add configuration option to disable IP_BIND_ADDRESS_NO_PORT (Dan McCombs). + + .. change:: + :tags: Improvements + :pullreq: 6057 + + Handle bracketed IPv6 addresses without ports (Chris Hofstaedtler). + + .. change:: + :tags: Bug Fixes + :pullreq: 5647 + + Make dnsdist dynamic truncate do right thing on TCP/IP. + + .. change:: + :tags: Bug Fixes + :pullreq: 5686 + + Add missing QPSAction + + .. change:: + :tags: Bug Fixes + :pullreq: 5847 + + Don't create a Remote Logger in client mode. + + .. change:: + :tags: Bug Fixes + :pullreq: 5858 + + Use libsodium's CFLAGS, we might need them to find the includes. + + .. change:: + :tags: Bug Fixes + :pullreq: 6012 + + Keep the TCP connection open on cache hit, generated answers. + + .. change:: + :tags: Bug Fixes + :pullreq: 6041 + + Add the missing include to mplexer.hh for struct timeval. + + .. change:: + :tags: Bug Fixes + :pullreq: 6043 + + Sort the servers based on their 'order' after it has been set. + + .. change:: + :tags: Bug Fixes + :pullreq: 6073 + + Quiet unused variable warning on macOS (Chris Hofstaedtler). + + .. change:: + :tags: Bug Fixes + :pullreq: 6094 + :tickets: 5652 + + Fix the oustanding counter when an exception is raised. + + .. change:: + :tags: Bug Fixes + :pullreq: 6164 + :tickets: 6163 + + Do not connect the snmpAgent from a dnsdist client. + .. changelog:: :version: 1.2.0 :released: 21st of August 2017