diff --git a/ChangeLog.md b/ChangeLog.md index 603e15e0..1dcd21f9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ Change Log All notable changes to the project are documented in this file. -[v2.6][] - 2020-02-xx +[v2.6][] - 2020-02-22 --------------------- **NOTE:** The `-1, --once` mode has changed semantics, it no longer @@ -44,6 +44,7 @@ All notable changes to the project are documented in this file. - Fix default checkip server for PubYun/3322, bliao.com not working. This patch adds support for the official 3322 checkip server - Fix #277: See #235 but also for IPv4 ... +- Fix #297: api.ipify.org default checkip server for custom providers [v2.5][] - 2018-09-30 diff --git a/configure.ac b/configure.ac index 32bd8c44..293c43f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([In-a-dyn], [2.6-rc1], [https://github.com/troglobit/inadyn/issues], +AC_INIT([In-a-dyn], [2.6], [https://github.com/troglobit/inadyn/issues], [inadyn], [https://troglobit.com/projects/inadyn/]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) diff --git a/debian/changelog b/debian/changelog index 806d0552..09f1023b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,9 @@ inadyn (2.6) stable; urgency=medium * Sync with latest downstream Debian packaging * Behavior change: `--once` now requires `--force` to force an update even if there is no need to update + * Change default checkip server for custom providers to api.ipify.org - -- Joachim Nilsson Sun, 16 Feb 2020 17:02:58 +0100 + -- Joachim Nilsson Sat, 22 Feb 2020 16:10:34 +0100 inadyn (2.5) unstable; urgency=medium