diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-02-19 10:02:55 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-02-19 10:22:23 +0100 |
commit | 61454b1374a610e3ef7219e32f4a01f004d6c267 (patch) | |
tree | b0f40b016d8a0375700112a5060ec3e82dbccabe /NEWS | |
parent | Merge branch 'manager-nits' into '6.0' (diff) | |
download | knot-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-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) ================================ |