diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 2bcc8648d..e78625cad 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.26 -PLUGIN_REVISION= 5 +PLUGIN_VERSION= 1.27 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 b995ce64f..2b15382ee 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -10,6 +10,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.27 + +* Add DNAME support (contributed by Simon Fischer) + 1.26 * Allow multiple ACLs to be selected for Transfers/Queries (contributed by Robbert Rijkse)