]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: document the module API changes
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Nov 2018 15:58:41 +0000 (16:58 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Nov 2018 15:59:46 +0000 (16:59 +0100)
... done in the few preceding commits.
I intentionally don't mention ::daemon_context at this point.

NEWS

diff --git a/NEWS b/NEWS
index cc0534b5042dfce2447e97745039f1023439ea4b..e830f6bc0821ae2c2b28c7b3421133588d222a6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Knot Resolver 3.x.y (201y-mm-dd)
+================================
+
+Module API changes
+------------------
+- new layer is added: answer_finalize
+- kr_request keeps ::qsource.packet beyond the begin layer
+- kr_request::qsource.tcp renamed to ::qsource.flags.tcp
+- kr_request::has_tls renamed to ::qsource.flags.tls
+
+
 Knot Resolver 3.1.0 (2018-11-02)
 ================================