]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc: add migration from 2.9.x to 3.0.x
authorDaniel Salzman <daniel.salzman@nic.cz>
Wed, 12 Aug 2020 08:06:21 +0000 (10:06 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 12 Aug 2020 08:06:28 +0000 (10:06 +0200)
doc/migration.rst

index 908f6caae1ab67ee9017f3df0eaf764c96ffc46e..1113c730b7848f923585e21dae9e59e393c44689 100644 (file)
@@ -179,6 +179,22 @@ Miscellaneous changes
   the module :ref:`DNS Cookies<mod-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