From: Remi Gacogne Date: Mon, 27 Nov 2017 07:15:46 +0000 (+0100) Subject: Add release date, security advisories to the changelogs X-Git-Tag: auth-4.1.0~17^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e48e0a7076790a39064c43cf0b0b5952844d957;p=pdns Add release date, security advisories to the changelogs --- diff --git a/docs/changelog/4.0.rst b/docs/changelog/4.0.rst index d08648591..bcee287d6 100644 --- a/docs/changelog/4.0.rst +++ b/docs/changelog/4.0.rst @@ -4,7 +4,10 @@ Changelogs for 4.0.x PowerDNS Authoritative Server 4.0.5 ----------------------------------- -Unreleased +Released 27th of November 2017 + +This release fixes PowerDNS Security Advisory +:doc:`2017-04 <../security-advisories/powerdns-advisory-2017-04>`: Missing check on API operations (CVE-2017-15091). Bug fixes ~~~~~~~~~ @@ -26,6 +29,8 @@ Bug fixes - `#5777 `__: Handle a signing pipe worker dying with work still pending - `#5815 `__: Ignore SOA-EDIT for PRESIGNED zones. Fixes #5814 - `#5933 `__: Check return value for all getTSIGKey calls. Fixes #5931 +- `#5996 `__: Deny cache flush, zone retrieve and notify if the API is RO (Security Advisory + :doc:`2017-04 <../security-advisories/powerdns-advisory-2017-04>`) Improvements ~~~~~~~~~~~~ diff --git a/pdns/recursordist/docs/changelog/4.0.rst b/pdns/recursordist/docs/changelog/4.0.rst index d7694095b..03064a65d 100644 --- a/pdns/recursordist/docs/changelog/4.0.rst +++ b/pdns/recursordist/docs/changelog/4.0.rst @@ -6,7 +6,11 @@ This page has all the changelogs for the PowerDNS Recursor 4.0 release train. PowerDNS Recursor 4.0.7 ----------------------- -Unreleased +Released 27th of November 2017 + +This release fixes PowerDNS Security Advisories :doc:`2017-03 <../security-advisories/powerdns-advisory-2017-03>`, +doc:`2017-05 <../security-advisories/powerdns-advisory-2017-05>`, doc:`2017-06 <../security-advisories/powerdns-advisory-2017-06>` +an ddoc:`2017-07 <../security-advisories/powerdns-advisory-2017-07>`. Bug fixes ^^^^^^^^^ @@ -18,6 +22,9 @@ Bug fixes - `#5740 `__: Lowercase all outgoing qnames when lowercase-outgoing is set - `#5599 `__: Fix libatomic detection on ppc64 - `#5961 `__: Edit configname definition to include the 'config-name' argument (Jake Reynolds) +- `#5995 `__: Security Advisories :doc:`2017-03 <../security-advisories/powerdns-advisory-2017-03>`, + :doc:`2017-05 <../security-advisories/powerdns-advisory-2017-05>`, :doc:`2017-06 <../security-advisories/powerdns-advisory-2017-06>` and + :doc:`2017-07 <../security-advisories/powerdns-advisory-2017-07>`. Improvements ^^^^^^^^^^^^