From: Petr Špaček Date: Fri, 8 Mar 2019 18:56:51 +0000 (+0100) Subject: docs: rename migration to upgrading X-Git-Tag: v4.0.0~24^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6ca2f6dffb1e664d724241745ed1bf28555ac8;p=thirdparty%2Fknot-resolver.git docs: rename migration to upgrading We might eventually have section "migrating from other resolvers". --- diff --git a/NEWS b/NEWS index 8f62a696d..ce7588b92 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,8 @@ Knot Resolver 4.0.0 (2019-0m-dd) Incompatible changes -------------------- -- see migration guide: - https://knot-resolver.readthedocs.io/en/v4.0.0/migration.html#upgrade-from-3-to-4 +- see upgrading guide: + https://knot-resolver.readthedocs.io/en/v4.0.0/upgrading.html#upgrade-from-3-to-4 - meson build system is now used for builds (!771) - build with embedded LMBD is no longer supported - default modules dir location has changed diff --git a/doc/index.rst b/doc/index.rst index 9726495ad..17ab4f1b7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -14,7 +14,7 @@ and it provides a state-machine like API for extensions. build lib modules_api - migration + upgrading NEWS diff --git a/doc/migration.rst b/doc/upgrading.rst similarity index 98% rename from doc/migration.rst rename to doc/upgrading.rst index d2de47920..c4b810bf2 100644 --- a/doc/migration.rst +++ b/doc/upgrading.rst @@ -1,5 +1,5 @@ ********* -Migration +Upgrading ********* .. _upgrade-from-3-to-4: @@ -57,8 +57,8 @@ Packagers & Developers Valid configuration must open cache using `cache.open()` or `cache.size =` before executing cache operations like `cache.clear()`. -Modules changes -~~~~~~~~~~~~~~~ +Module changes +~~~~~~~~~~~~~~ * New layer was added: ``answer_finalize``. * ``kr_request`` keeps ``::qsource.packet`` beyond the ``begin`` layer.