summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2024-02-19 10:02:55 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-02-19 10:22:23 +0100
commit61454b1374a610e3ef7219e32f4a01f004d6c267 (patch)
treeb0f40b016d8a0375700112a5060ec3e82dbccabe /NEWS
parentMerge branch 'manager-nits' into '6.0' (diff)
downloadknot-resolver-61454b1374a610e3ef7219e32f4a01f004d6c267.tar.xz
knot-resolver-61454b1374a610e3ef7219e32f4a01f004d6c267.zip
datamodel: support interface names with dashes
Dashes can't be present in normal identifiers in Lua, so we switch to a different syntactic sugar for the same thing.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4ce40fb..fbf4e348 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Knot Resolver 6.0.7 (2024-0m-dd)
+================================
+
+Bugfixes
+--------
+- fix listening by interface name containing dashes (#900, !1500)
+
+
Knot Resolver 6.0.6 (2024-02-13)
================================