]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Update the ChangeLog for the 1.2.1 release
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 14 Feb 2018 10:30:13 +0000 (11:30 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 14 Feb 2018 10:55:05 +0000 (11:55 +0100)
pdns/dnsdistdist/docs/changelog.rst

index 11d43255067a6fe00a777731b6b40224dbc21753..41c2851beb0c3995677707ae9865e5296aa916d5 100644 (file)
@@ -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 <sys/time.h> 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