diff --git a/ChangeLog.md b/ChangeLog.md index 970d58df..578d65d4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 `default@tunnelbrooker.net` + + [v2.4][] - 2018-08-18 --------------------- diff --git a/configure.ac b/configure.ac index 5f90d93b..ba61a3dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 7cbdfc7f..d5f12025 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 30 Sep 2018 11:03:53 +0200 + inadyn (2.4) unstable; urgency=medium * Add support for Dynu DDNS provider