From 724bf6eec7844a8ff3ae1578a79f0a251243398d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 26 Aug 2019 11:50:31 +0200 Subject: [PATCH] dns/bind: version and changelog requested by @mimugmail --- dns/bind/Makefile | 2 +- dns/bind/pkg-descr | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 181d7000c..c7aebff53 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.6 +PLUGIN_VERSION= 1.7 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind914 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index 0b4cab6a7..628adee2b 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -8,6 +8,14 @@ necessary for asking and answering name service questions. Plugin Changelog ================ +1.7 + +* Rename "domain" to "zone", because both forward and reverse zones can be used[1] +* Automatically replace "@" with a "." in zone contact e-mail address[1] +* Assorted UX and help text improvements[1] + +[1] https://github.com/opnsense/plugins/pull/1431 + 1.6 * Add update and extra WindowsSpyBlocker list