diff --git a/dns/bind/Makefile b/dns/bind/Makefile index f0efb8335..d5a3705c8 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.27 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.28 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind918 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index 2b15382ee..2eb158b7e 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -10,6 +10,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.28 + +* Add break-dnssec toggle when using filter-aaaa on IPv4/IPv6 clients (contributed by doktornotor) + 1.27 * Add DNAME support (contributed by Simon Fischer)