Skip to content

Commit

Permalink
Update changelog and bump version for v2.11.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed May 20, 2023
1 parent f25b10f commit 21b6a5e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
56 changes: 55 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,59 @@ Change Log
All notable changes to the project are documented in this file.


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

> **Note:** this releases replaces built-in default checkip server
> http://api.ipify.org with the more reliable http://ifconfig.me/ip
### Changes
- Add custom provider example for dnsmadeeasy.com
- Add wildcard support for Cloudflare
- New DDNS providers from DD-WRT, courtesy of Sebastian Gottschall:
- goip.de
- myonlineportal.net
- desec.io (a.k.a. dedyn.io)
- domaindiscount24.com
- dy.fi
- do.de (Domain-Offensive)
- Domopoli.de
- inwx
- It's DNS
- Joker.com
- all-inkl.com
- core-networks.de
- dnsever.com
- dnshome.de
- dnsmadeeasy.com
- dnsmax.com
- schokokeks.org
- variomedia.de
- udmedia.de
- moniker.com
- dyndns.it
- infomaniak.com
- oray.com
- simply.com
- mydns.jp
- myonlineportal.net
- namecheap.com
- regfish.de
- twodns.de
- Initial support for updating both ipv4 and ipv6 address for the same
provider, also by Sebastian Gottschall
- Add new command line options `-L` and `-S NAME` to list supported
providers and their respective details

### Fixes
- Issue #398: add `success` as a valid generic response to DNS update
- Issue #402: fix use after free in logger at inadyn exit
- Issue #416: use dynv6 'auto' IP only if we have not detected an address
- Issue #424: replace unstable api.ipify.org with http://ifconfig.me
- Fix default checkip server for dnsexit.com
- Fix easydns response code problem


[v2.10.0][] - 2022-11-12
------------------------

Expand Down Expand Up @@ -915,7 +968,8 @@ First stable version.
- port to pSOS


[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.10.0...HEAD
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.11.0...HEAD
[v2.11.0]: https://github.com/troglobit/inadyn/compare/v2.10.0...v2.11.0
[v2.10.0]: https://github.com/troglobit/inadyn/compare/v2.9.1...v2.10.0
[v2.9.1]: https://github.com/troglobit/inadyn/compare/v2.9.0...v2.9.1
[v2.9.0]: https://github.com/troglobit/inadyn/compare/v2.8.1...v2.9.0
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.0-rc1], [https://github.com/troglobit/inadyn/issues],
AC_INIT([In-a-dyn], [2.11.0], [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 21b6a5e

Please sign in to comment.