From 40713bf086c0c4ac32727c0bc49953ade6b63aa6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 20 Aug 2018 15:41:23 +0200 Subject: [PATCH] Add recursor 4.1.4 changelog --- pdns/recursordist/docs/changelog/4.1.rst | 68 ++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index 9363e7b1d..474041a1c 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -1,6 +1,67 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.4 + :released: 31st of August 2018 + + .. change:: + :tags: Improvements + :pullreq: 6436 + + Split ``pdns_enable_unit_tests``. (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes + :pullreq: 6465 + :tickets: 6462 + + Don't account chained queries more than once. + + .. change:: + :tags: Improvements + :pullreq: 6518 + + Add a new :ref:`setting-max-udp-queries-per-round` setting. + + .. change:: + :tags: Bug Fixes + :pullreq: 6557 + :tickets: 6536 + + Make :doc:`rec_control` respect :ref:`setting-include-dir`. + + .. change:: + :tags: Improvements + :pullreq: 6590 + + Fix warnings reported by gcc 8.1.0. + + .. change:: + :tags: Improvements + :pullreq: 6809 + + Tests: replace awk command by perl. + + .. change:: + :tags: Bug Fixes + :pullreq: 6812 + :tickets: 6567 + + Load lua scripts only in worker threads. + + .. change:: + :tags: Improvements + :pullreq: 6720 + + Allow the snmp thread to retrieve statistics. + + .. change:: + :tags: Bug Fixes + :pullreq: 6873 + + Purge all auth/forward zone data including subtree. (@phonedph1) + .. changelog:: :version: 4.1.3 :released: 22nd of May 2018 @@ -105,6 +166,13 @@ Changelogs for 4.1.x Use the SyncRes time in our unit tests when checking cache validity (Chris Hofstaedtler). + .. change:: + :tags: Bug Fixes + :pullreq: 6850 + :tickets: 6849 + + Disable only our own tcp listening socket when reuseport is enabled + .. changelog:: :version: 4.1.2 :released: 29th of March 2018 -- 2.40.0