Skip to content

Commit

Permalink
Update changelogs for v2.8 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jan 31, 2021
1 parent 55f7461 commit 282e946
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.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])
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 31 Jan 2021 12:49:52 +0100

inadyn (2.7) stable; urgency=medium

* New 'broken-rtc = <true|false>' setting
Expand Down

0 comments on commit 282e946

Please sign in to comment.