Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Sep 30, 2018
1 parent 37dc88b commit 9d3d785
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT(In-a-dyn, 2.4, https://github.com/troglobit/inadyn/issues, inadyn, http://troglobit.com/inadyn.html)
AC_INIT(In-a-dyn, 2.5, https://github.com/troglobit/inadyn/issues, inadyn, http://troglobit.com/inadyn.html)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
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
Expand Down

0 comments on commit 9d3d785

Please sign in to comment.