]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - docs/changelog/4.2.rst
spelling: improvements
[thirdparty/pdns.git] / docs / changelog / 4.2.rst
index b02102f4eec39999e7888fb193b041924a52b805..4f0ebdb3c0cce96bcbb0c0fc95b17eb655bee077 100644 (file)
@@ -1,6 +1,47 @@
 Changelogs for 4.2.x
 ====================
 
+.. changelog::
+  :version: 4.2.2
+  :released: 9th of April 2020
+
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9010
+
+    fix records ending up in wrong packet section (Kees Monshouwer)
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 9003, 8736
+
+    cache: strictly enforce maximum size, and improve cleanup routine
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 9001
+
+    avoid IXFR-in corruption when deltas come in close together (please see the :ref:`ixfr-in-corruption-4.2.2` upgrade notes)
+
+  .. change::
+    :tags: New Features
+    :pullreq: 8786
+
+    api: add includerings option to statistics endpoint
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8612
+
+    fix out-of-bound access for zero length "serialized" string when using lmdbbackend. (Kees Monshouwer)
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 8602
+
+    bind backend: pthread_mutex_t should be inited and destroyed and not be copied
+
 .. changelog::
   :version: 4.2.1
   :released: 2nd of December 2019
@@ -1432,7 +1473,7 @@ Changelogs for 4.2.x
     :pullreq: 5361
     :tickets: 3602
 
-    Make requests always return to sender, for usage in multimaster slave zones. Also - made sure that the master that is questioned for updates will be selected randomly, to prevent repeatidally asking a dead master for updates.
+    Make requests always return to sender, for usage in multimaster slave zones. Also - made sure that the master that is questioned for updates will be selected randomly, to prevent repeatedly asking a dead master for updates.
 
   .. change::
     :tags: Improvements, API