Skip to content

Commit

Permalink
Update ChangeLog for upcoming v2.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 31, 2023
1 parent 9108cbe commit 2d2937f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ Change Log
All notable changes to the project are documented in this file.


[v2.12.0][UNRELEASED]
------------------------

### Changes
- Add support for IPv64.net (IPv4 and IPv6), by Dennis Schröder
- Clarify warning when provider's checkip server times out
- Update example config for Dyn.com, by Fredrik Lanker
- Add OVH example config, by Lana Heyrendt
- Add support for JSON output in DDNS provider listing, i.e.

inadyn --list-providers --json

### Fixes
- Issue #433: dynv6.com not working at all, regression in v2.11.0
- Issue #434: fix regression in DDNS provider names, introduced in
v2.11.0. This change adds support for a provider name alias that
restores support for:
- dyndns@3322.org
- dyndns@he.net
- default@dynv6.com
- ipv6tb@he.net
- Issue #435: dnsHome.de provider updated with new checkip servers
and fixes to update URLs (IPv4 and IPv6)
- Issue #436: speculative fix for IPv6 support for dyndns.inwx.com,
introduced in v2.11.0


[v2.11.0][] - 2023-05-20
------------------------

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.11.1-dev], [https://github.com/troglobit/inadyn/issues],
AC_INIT([In-a-dyn], [2.12.0-dev], [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

0 comments on commit 2d2937f

Please sign in to comment.