dns/ddclient: prepare for next version

This commit is contained in:
Franco Fichtner 2023-04-24 07:25:21 +02:00
parent 1a97275116
commit 2460249baf
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.12
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.13
PLUGIN_DEPENDS= ddclient-devel
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.13
* Fix not returning IP address as a string in Python backend (contributed by Sean Kelly)
* Fix PID file handling for Python backend
1.12
* Add cloudflare implementation for Python backend (contributed by Thomas Cekal)