X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=docs%2Fchangelog%2F4.2.rst;h=4f0ebdb3c0cce96bcbb0c0fc95b17eb655bee077;hb=1f552b3b1acd3ac9b54b05f6c56ea80a8fef5aae;hp=b02102f4eec39999e7888fb193b041924a52b805;hpb=653d8ca16a8761109f216b2679b1616efd90f775;p=thirdparty%2Fpdns.git diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index b02102f4ee..4f0ebdb3c0 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -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