]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
docs: rename migration to upgrading
authorPetr Špaček <petr.spacek@nic.cz>
Fri, 8 Mar 2019 18:56:51 +0000 (19:56 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:46:45 +0000 (10:46 +0100)
We might eventually have section "migrating from other resolvers".

NEWS
doc/index.rst
doc/upgrading.rst [moved from doc/migration.rst with 98% similarity]

diff --git a/NEWS b/NEWS
index 8f62a696d2f53df0f152b6361c560d155fc7aa8a..ce7588b92fe6aac64d00f054dd0f7e65e300776f 100644 (file)
--- 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
index 9726495ad283ffed81eb8ca69b65719545ff9720..17ab4f1b7e2d32d38751910053fa0754ed940e41 100644 (file)
@@ -14,7 +14,7 @@ and it provides a state-machine like API for extensions.
    build
    lib
    modules_api
-   migration
+   upgrading
    NEWS
 
 
similarity index 98%
rename from doc/migration.rst
rename to doc/upgrading.rst
index d2de47920477b949d90ae3f473082ec757612e22..c4b810bf280f86fbed1e9f163ab02180f9b416f0 100644 (file)
@@ -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.