From cda81a34bc30b237420358bdb99c19ffa284ff5c Mon Sep 17 00:00:00 2001 From: Anhad Jai Singh Date: Fri, 16 Feb 2018 19:14:29 +0530 Subject: [PATCH] Update 4.1 changelog for auth-4.1.1 release PRs part of this release are: * 6261, 6260 - backports PRs, originals are 6261: * 6077 * 6048 * 6172 * 6134 * 6129 * 6122 * 6103 * 6041 6260: * 6029 --- docs/changelog/4.1.rst | 69 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/docs/changelog/4.1.rst b/docs/changelog/4.1.rst index 094ea0d9e..36311234f 100644 --- a/docs/changelog/4.1.rst +++ b/docs/changelog/4.1.rst @@ -1,6 +1,75 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.1 + :released: 16th of Feburary 2018 + + This is the second release in the 4.1 train. + + This is a bug-fix only release, with fixes to the LDAP and MySQL backends, the ``pdnsutil`` tool, and PDNS internals. + + Changes since 4.1.1: + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 6260 + :tickets: 6028 + + Backport: forbid label compression in alias wire format + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 6077 + + Include unistd.h for chroot(2) et al. (Florian Obser) + + .. change:: + :tags: Bug Fixes, LDAP + :pullreq: 6048 + + Ldap: fix getdomaininfo() to set ``this`` as di.backend (Grégory Oestreicher) + + .. change:: + :tags: Bug Fixes, Improvements + :pullreq: 6172 + + Ixfr: correct behavior of dealing with dns name with multiple records (Leon Xu) + + .. change:: + :tags: Bug Fixes, MySQL + :pullreq: 6134 + :tickets: 6115 + + Auth: always bind the results array after executing a mysql statement + + .. change:: + :tags: Bug Fixes, Tools + :pullreq: 6129 + :tickets: 6125 + + Auth: init openssl and libsodium before chrooting in pdnsutil + + .. change:: + :tags: Bug Fixes, LDAP + :pullreq: 6122 + :tickets: 6097, 6060 + + Ldapbackend: fix listing zones incl. axfr (Chris Hofstaedtler) + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 6103 + + Auth: fix out of bounds exception in caa processing, fixes #6089 + + .. change:: + :tags: Bug Fixes, Internals + :pullreq: 6041 + :tickets: 6040 + + Add the missing include to mplexer.hh for struct timeval + .. changelog:: :version: 4.1.0 :released: 30th of November 2017 -- 2.40.0