From: Petr Špaček Date: Wed, 4 Dec 2019 08:39:45 +0000 (+0100) Subject: doc: clarify upgrade instructions for modules X-Git-Tag: v4.3.0~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3cc0ea141a1900e48761d642d07c24aa9192ca;p=thirdparty%2Fknot-resolver.git doc: clarify upgrade instructions for modules --- diff --git a/doc/upgrading.rst b/doc/upgrading.rst index c428b408f..ab5601606 100644 --- a/doc/upgrading.rst +++ b/doc/upgrading.rst @@ -11,9 +11,11 @@ We advise users to also read :ref:`release_notes` for respective versions. Module changes -------------- -* In case you directly call ``kr_ranked_rrarray_add()`` from your own module, - you need to additionally call ``kr_ranked_rrarray_finalize()`` after each batch - (before changing the added memory regions). +* In case you wrote your own module which directly calls function + ``kr_ranked_rrarray_add()``, you need to additionally call function + ``kr_ranked_rrarray_finalize()`` after each batch (before changing + the added memory regions). For a specific example see `changes in dns64 module + `_. .. _upgrade-from-3-to-4: