-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ChangeLog and bump version for v2.5 release
Signed-off-by: Joachim Nilsson <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,26 @@ Change Log | |
|
||
All notable changes to the project are documented in this file. | ||
|
||
|
||
[v2.5][] - 2018-09-30 | ||
--------------------- | ||
|
||
### Changes | ||
- macOS changes by Jo Rhett: | ||
- Add linking with `-lresolv` | ||
- Use Homebrew's CA trust store | ||
- Update REDAME with install help | ||
- Add support for selfhost.de DDNS | ||
|
||
### Fixes | ||
- Fix #211: Only show DDNS server response on successful transaction | ||
- Fix #211: Improved error handling in OpenSSL back-end | ||
- Fix #214: Add `nochg` to list of good responses for custom providers | ||
- Fixes by Erich Sauvageau: | ||
- Fix #216: Add DNS lookup exception for `all.dnsomatic.com` | ||
- Fix #219: Add DNS lookup exception for `[email protected]` | ||
|
||
|
||
[v2.4][] - 2018-08-18 | ||
--------------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
inadyn (2.5) unstable; urgency=medium | ||
|
||
* Add support for selfhost.de DDNS provider | ||
* Only show DDNS server response on successful transaction | ||
* Add 'nochg' to list of good responses for custom providers | ||
* DNS lookup exceptions for dnsomatic.com and tunnelbrooker.net | ||
|
||
-- Joachim Nilsson <[email protected]> Sun, 30 Sep 2018 11:03:53 +0200 | ||
|
||
inadyn (2.4) unstable; urgency=medium | ||
|
||
* Add support for Dynu DDNS provider | ||
|