From 282e94639cb240e92828234b4bba3525bfcd70b2 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 31 Jan 2021 12:51:28 +0100 Subject: [PATCH] Update changelogs for v2.8 release Signed-off-by: Joachim Wiberg --- ChangeLog.md | 4 ++-- configure.ac | 2 +- debian/changelog | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 50f91170..467bf52e 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.8][UNRELEASED] - 2021-01-31 +[v2.8][] - 2021-01-31 --------------------- Improvied `--exec SCRIPT` support and massive Cloudflare plugin updates. @@ -842,7 +842,7 @@ First stable version. - port to pSOS -[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.7...HEAD +[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.8...HEAD [v2.8]: https://github.com/troglobit/inadyn/compare/v2.7...v2.8 [v2.7]: https://github.com/troglobit/inadyn/compare/v2.6...v2.7 [v2.6]: https://github.com/troglobit/inadyn/compare/v2.5...v2.6 diff --git a/configure.ac b/configure.ac index da728350..0e8006b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT([In-a-dyn], [2.8-rc1], [https://github.com/troglobit/inadyn/issues], +AC_INIT([In-a-dyn], [2.8], [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 648de845..eb60bd60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +inadyn (2.8) stable; urgency=medium + + * New keyword 'default' for 'checkip-server', uses api.ipify.org + * Fallback to api.ipify.org if a provider's 'checkip-server' fails + * Extended support for external script, new 'event' mode introduced + to allow script to be called for all events + * Massive updates to, and related to, Cloudlflare plugin + - Increased size of response buffer, JSON reply is quite big and + In-a-dyn is used to one-liner replies from most servers + - Add 'ttl' option, by なつき + - Add 'proxied' option, by なつき + - Use 1.1.1.1 as default checkip server, by なつき + - Updated examples for IPv4 and IPv6, by なつき + + -- Joachim Wiberg Sun, 31 Jan 2021 12:49:52 +0100 + inadyn (2.7) stable; urgency=medium * New 'broken-rtc = ' setting