dns/bind: release new version

This commit is contained in:
Franco Fichtner
2024-07-10 10:46:22 +02:00
parent 50a7a11736
commit 7967441e43
2 changed files with 6 additions and 3 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= bind
PLUGIN_VERSION= 1.31
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.32
PLUGIN_COMMENT= BIND domain name service
PLUGIN_DEPENDS= bind918
PLUGIN_MAINTAINER= m.muenz@gmail.com
+5 -1
View File
@@ -9,11 +9,15 @@ WWW: https://www.isc.org
Plugin Changelog
================
1.32
* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock)
* Fix multiple select on Recursion field (contributed by Jordan Stacy)
1.31
* Do not add the update-policy if the zone type is secondary (contributed by Brendan Bank)
* Adjust severity log levels (contributed by kulikov-a)
* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock)
1.30