]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: add #8497 to changelog 9180/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Sun, 31 May 2020 21:46:02 +0000 (23:46 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Jun 2020 08:12:46 +0000 (10:12 +0200)
docs/changelog/4.2.rst

index 4f0ebdb3c0cce96bcbb0c0fc95b17eb655bee077..7212a97ee7fc8c0abe122da63a54e0265f96eb39 100644 (file)
@@ -81,6 +81,14 @@ Changelogs for 4.2.x
 
     API: reduce number of database connections (Kees Monshouwer)
 
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8497
+
+    Clear the caches for the entire zone after a patch operation (was apex only).
+    The default default-api-rectify setting was ignored in patchZone(), rectify only took place when the API-RECTIFY metadata was set to "1".
+    (Kees Monshouwer)
+
   .. change::
     :tags: Improvements
     :pullreq: 8546