Prepare changelog for release
This commit is contained in:
parent
251b167d41
commit
3a7beb27bd
1 changed files with 13 additions and 0 deletions
13
ChangeLog.md
13
ChangeLog.md
|
@ -5,8 +5,19 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
|
|
||||||
## Not yet released
|
## Not yet released
|
||||||
|
|
||||||
|
## 2022-05-15 v3.10.0-rc1
|
||||||
|
|
||||||
|
This release contains a total of 350 commits according to GitHub.
|
||||||
|
Many of them cleaned up and improved the code to make further maintenance easier.
|
||||||
|
ddclient also went through a major maintainer change. More help is highly appreciated
|
||||||
|
and for the time new features are unlikely to be implemented.
|
||||||
|
This is a first release candidate to hopefully catch some more bugs before the final 3.10.0 release.
|
||||||
|
Due to ddclient's nature talking to many cloud services, testing all of them is not easy
|
||||||
|
and it is necessary to rely on the community to test all of them.
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
||||||
|
* Added support for Cloudflare API tokens
|
||||||
* Added support for OVH DynHost.
|
* Added support for OVH DynHost.
|
||||||
* Added support for ClouDNS.
|
* Added support for ClouDNS.
|
||||||
* Added support for dinahosting.
|
* Added support for dinahosting.
|
||||||
|
@ -74,10 +85,12 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
* The way ddclient chooses the default for the `use` option has changed.
|
* The way ddclient chooses the default for the `use` option has changed.
|
||||||
Rather than rely on the default, users should explicitly set the `use`
|
Rather than rely on the default, users should explicitly set the `use`
|
||||||
option.
|
option.
|
||||||
|
* The default `interval` changed from 1 minute to 5 minutes.
|
||||||
* The `fw-banlocal` option is deprecated and no longer does anything.
|
* The `fw-banlocal` option is deprecated and no longer does anything.
|
||||||
* The `if-skip` option is deprecated and no longer does anything.
|
* The `if-skip` option is deprecated and no longer does anything.
|
||||||
* The default server for the `dslreports1` protocol changed from
|
* The default server for the `dslreports1` protocol changed from
|
||||||
`members.dyndns.org` to `www.dslreports.com`.
|
`members.dyndns.org` to `www.dslreports.com`.
|
||||||
|
* Removed support for defunct dnsspark service
|
||||||
* Removed support for defunct dtdns service
|
* Removed support for defunct dtdns service
|
||||||
* Removed support for defunct Hammernode service
|
* Removed support for defunct Hammernode service
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue