From cca0ae380b7fcf21fa98ae3e637eb21fa4fd6393 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 12 Apr 2023 10:20:27 +0200 Subject: [PATCH] dns/ddclient: prep version --- dns/ddclient/Makefile | 3 +-- dns/ddclient/pkg-descr | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 409129f4f..1e6f5d3ba 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.11 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.12 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 d26ea9ba9..f9641c8a4 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.12 + +* Add cloudflare implementation for Python backend (contributed by Thomas Cekal) +* Allow custom target hostname for dyndns2 protocol in Python backend + 1.11 * Add Python backend support for custom ddclient-like implementation using the same input