]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Update NEWS and doc
authorLukáš Ježek <lukas.jezek@nic.cz>
Fri, 13 Dec 2019 12:06:57 +0000 (13:06 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Fri, 20 Dec 2019 09:23:40 +0000 (10:23 +0100)
NEWS
doc/build.rst

diff --git a/NEWS b/NEWS
index 0e5757a78e97336e1d75b25505b2d7cb1891e82d..6379783db91c5dddc24c1136427ce46abde448fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,11 @@
-Knot Resolver 4.x.y (20yy-mm-dd)
+(??)
 ================================
 
 Improvements
 ------------
 - logging: control-socket commands don't log unless --verbose (#528)
 - use SO_REUSEPORT_LB if available (FreeBSD 12.0+)
+- lua: remove dependency on lua-socket and lua-sec, used lua-http and cqueues (#512, #521, !894)
 
 
 Knot Resolver 4.3.0 (2019-12-04)
index 25479c088631ffee9ac62c36fede964b2e69c404..33866f912954285ff8ae21bd0696689d66a34d65 100644 (file)
@@ -44,8 +44,7 @@ Resolver:
    :header: "Optional", "Needed for", "Notes"
 
    "`lua-http`_", "``modules/http``", "HTTP/2 client/server for Lua."
-   "luasocket_", "``trust anchors, modules/stats``", "Sockets for Lua."
-   "luasec_", "``trust anchors``", "TLS for Lua."
+   "`lua-cqueues`_", "``modules/graphite``", "Send statistics over the Graphite protocol."
    "cmocka_", "``unit tests``", "Unit testing framework."
    "Doxygen_", "``documentation``", "Generating API documentation."
    "Sphinx_ and sphinx_rtd_theme_", "``documentation``", "Building this
@@ -298,9 +297,8 @@ For development, it's possible to build the container directly from your git tre
 .. _pkg-config: https://www.freedesktop.org/wiki/Software/pkg-config/
 .. _libknot: https://gitlab.labs.nic.cz/knot/knot-dns
 .. _cmocka: https://cmocka.org/
-.. _luasec: https://luarocks.org/modules/brunoos/luasec
-.. _luasocket: https://luarocks.org/modules/luarocks/luasocket
 .. _lua-http: https://luarocks.org/modules/daurnimator/http
+.. _lua-cqueues: https://25thandclement.com/~william/projects/cqueues.html
 .. _boot2docker: http://boot2docker.io/
 .. _deckard: https://gitlab.labs.nic.cz/knot/deckard
 .. _libsystemd: https://www.freedesktop.org/wiki/Software/systemd/