From 33dc46d8f4686fac39832518a17d815aaed08863 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 7 Jun 2020 17:42:22 -0400 Subject: [PATCH] Update ChangeLog.md with recent changes affecting compatibility --- ChangeLog.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8ddbb5e..101c3c1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,22 @@ repository history](https://github.com/ddclient/ddclient/commits/master). ## Not yet released - * added support for OVH DynHost +### New features + + * Added support for OVH DynHost. + +### Compatibility changes + + * Perl v5.8 or later is now required. + * Removed the `concont` protocol. If you still use this protocol, please + [file a bug report](https://github.com/ddclient/ddclient/issues) and we + will restore it. + * The `force` option no longer prevents daemonization. + * If installed as `ddclientd` (or any other name ending in `d`), the default + value for the `daemon` option is now 5 minutes instead of the previous 1 + minute. + * The `pid` option is now ignored when ddclient is not daemonized. + * ddclient now gracefully exits when interrupted by Ctrl-C. ## 2020-01-08 v3.9.1