Create NEWS.md, seeded with RELEASENOTE's history
Create a document that describes notable changes between released versions. Populate it with the contents of RELEASENOTE over time, and delete RELEASENOTE as it is now redundant. (The full announcements can still be found at https://github.com/ddclient/ddclient/releases.) The name NEWS.md was chosen because it is the convention, and because Debian policy says documents of this nature must be installed at /usr/share/doc/ddclient/NEWS.gz. For details, see: https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
This commit is contained in:
parent
31902ac1b1
commit
1b5b156097
2 changed files with 59 additions and 19 deletions
59
NEWS.md
Normal file
59
NEWS.md
Normal file
|
@ -0,0 +1,59 @@
|
|||
# News
|
||||
|
||||
This document describes notable changes. For details, see the [source code
|
||||
repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||
|
||||
## Not yet released
|
||||
|
||||
* added support for OVH DynHost
|
||||
|
||||
## 2020-01-08 v3.9.1
|
||||
|
||||
* added support for Yandex.Mail for Domain DNS service
|
||||
* added support for NearlyFreeSpeech.net
|
||||
* added support for DNS Made Easy
|
||||
* added systemd instructions
|
||||
* added support for dondominio.com
|
||||
* updated perl instruction
|
||||
* updated fritzbox instructions
|
||||
* fixed multidomain support for namecheap
|
||||
* fixed support for Yandex
|
||||
|
||||
## 2018-08-09 v3.9.0
|
||||
|
||||
* added IPv6 support for cloudfare
|
||||
* added suppport for freemyip
|
||||
* added configurable TTL to Cloudflare
|
||||
* added support for woima.fi dyndns service
|
||||
* added support for google domain
|
||||
|
||||
## 2015-05-28 v3.8.3
|
||||
|
||||
* added Alpine Linux init script - patch sent by @Tal on github.
|
||||
* added support for nsupdate - patch sent by @droe on github
|
||||
* allow log username-password combinations - patch sent by @dirdi on github
|
||||
* adding support for cloudflare - patch sent by @roberthawdon on github
|
||||
* adding support for duckdns - patch sent by @gkranis
|
||||
|
||||
## 2013-12-26 v3.8.2
|
||||
|
||||
* added support by ChangeIP - patch sent by Michele Giorato
|
||||
* sha-1 patch sent by pirast to allow Digest::SHA
|
||||
* allow reuse of use - patch sent by Rodrigo Araujo
|
||||
* preventing deep sleep - see [SourceForge bug
|
||||
#46](https://sourceforge.net/p/ddclient/bugs/46/)
|
||||
* Fallback to iproute if ifconfig doesn't work sent by Maccied Grela
|
||||
|
||||
## 2011-07-11 v3.8.1
|
||||
|
||||
* Fixed [SourceForge Trac ticket
|
||||
#28](https://sourceforge.net/p/ddclient/tractickets/28/):
|
||||
FreeDNS.afraid.org changed api slightly
|
||||
* Added dtdns-support
|
||||
* Added support for longer password
|
||||
* Added cisco-asa patch
|
||||
* Added support for LoopiaDNS
|
||||
|
||||
## Older Releases
|
||||
|
||||
See the source code repository history.
|
19
RELEASENOTE
19
RELEASENOTE
|
@ -1,19 +0,0 @@
|
|||
Yet again it's been a while but here is new release of ddclient. As usual,
|
||||
there are some important changes and some documentation is modified.
|
||||
A detailed overview can be found in git log but here's a quick overview:
|
||||
|
||||
* added support for Yandex.Mail for Domain DNS service
|
||||
* added support for NearlyFreeSpeech.net
|
||||
* added support for DNS Made Easy
|
||||
* added systemd instructions
|
||||
* added support for dondominio.com
|
||||
* updated perl instruction
|
||||
* updated fritzbox instructions
|
||||
* fixed multidomain support for namecheap
|
||||
* fixed support for Yandex
|
||||
* added support for OVH DynHost
|
||||
|
||||
A very big thank you for everyone who created a pull request on github and
|
||||
for everyone who helped to fix the little issues caused by the new providers.
|
||||
And a very special thank you for @DaveSophoServices who started to help with
|
||||
the maintenance of ddclient.
|
Loading…
Reference in a new issue