From: Daniel Salzman Date: Wed, 12 Aug 2020 08:06:21 +0000 (+0200) Subject: doc: add migration from 2.9.x to 3.0.x X-Git-Tag: v3.0.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ee1dcfd76bbdca96fa13476de89db167c39bf6;p=thirdparty%2Fknot-dns.git doc: add migration from 2.9.x to 3.0.x --- diff --git a/doc/migration.rst b/doc/migration.rst index 908f6caae1..1113c730b7 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -179,6 +179,22 @@ Miscellaneous changes the module :ref:`DNS Cookies` was updated to be interoperable - Number of open files limit is set to 1048576 in upstream packages +.. _Upgrade 2.9.x to 3.0.x: + +Upgrade 2.9.x to 3.0.x +====================== + +Knot DNS version 3.0.x is fully compatible with 2.9.x. + +Building notes +-------------- + +- The embedded library *LMDB* is no longer part of the source code. Almost every + modern operating system has a sufficient version of this library. +- DoH support in kdig requires optional library *libnghttp2*. +- XDP support on Linux requires optional library *libbpf >= 0.0.6*. If not available, + an embedded library can be used via ``--enable-xdp=yes`` configure option. + .. _Knot DNS for BIND users: Knot DNS for BIND users