mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 22:33:07 -04:00
dns/ddclient: prepare for next version
This commit is contained in:
parent
1a97275116
commit
2460249baf
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue