From 41b34ced08150de66a05d2366aaf8d83abccd66b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 7 Aug 2023 08:14:19 +0200 Subject: [PATCH] dns/ddclient: prep for release --- dns/ddclient/Makefile | 1 - dns/ddclient/pkg-descr | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d2d3a3d02..68ef2b885 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.14 -#PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient-devel PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index e6ad375a3..7fd2112ef 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.14 + +* Add "post" protocol in custom service type + 1.13 * Fix not returning IP address as a string in Python backend (contributed by Sean Kelly)