Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 21b6a5e

Browse files
committed
Update changelog and bump version for v2.11.0 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent f25b10f commit 21b6a5e

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

ChangeLog.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,59 @@ Change Log
44
All notable changes to the project are documented in this file.
55

66

7+
[v2.11.0][] - 2023-05-20
8+
------------------------
9+
10+
> **Note:** this releases replaces built-in default checkip server
11+
> http://api.ipify.org with the more reliable http://ifconfig.me/ip
12+
13+
### Changes
14+
- Add custom provider example for dnsmadeeasy.com
15+
- Add wildcard support for Cloudflare
16+
- New DDNS providers from DD-WRT, courtesy of Sebastian Gottschall:
17+
- goip.de
18+
- myonlineportal.net
19+
- desec.io (a.k.a. dedyn.io)
20+
- domaindiscount24.com
21+
- dy.fi
22+
- do.de (Domain-Offensive)
23+
- Domopoli.de
24+
- inwx
25+
- It's DNS
26+
- Joker.com
27+
- all-inkl.com
28+
- core-networks.de
29+
- dnsever.com
30+
- dnshome.de
31+
- dnsmadeeasy.com
32+
- dnsmax.com
33+
- schokokeks.org
34+
- variomedia.de
35+
- udmedia.de
36+
- moniker.com
37+
- dyndns.it
38+
- infomaniak.com
39+
- oray.com
40+
- simply.com
41+
- mydns.jp
42+
- myonlineportal.net
43+
- namecheap.com
44+
- regfish.de
45+
- twodns.de
46+
- Initial support for updating both ipv4 and ipv6 address for the same
47+
provider, also by Sebastian Gottschall
48+
- Add new command line options `-L` and `-S NAME` to list supported
49+
providers and their respective details
50+
51+
### Fixes
52+
- Issue #398: add `success` as a valid generic response to DNS update
53+
- Issue #402: fix use after free in logger at inadyn exit
54+
- Issue #416: use dynv6 'auto' IP only if we have not detected an address
55+
- Issue #424: replace unstable api.ipify.org with http://ifconfig.me
56+
- Fix default checkip server for dnsexit.com
57+
- Fix easydns response code problem
58+
59+
760
[v2.10.0][] - 2022-11-12
861
------------------------
962

@@ -915,7 +968,8 @@ First stable version.
915968
- port to pSOS
916969

917970

918-
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.10.0...HEAD
971+
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.11.0...HEAD
972+
[v2.11.0]: https://github.com/troglobit/inadyn/compare/v2.10.0...v2.11.0
919973
[v2.10.0]: https://github.com/troglobit/inadyn/compare/v2.9.1...v2.10.0
920974
[v2.9.1]: https://github.com/troglobit/inadyn/compare/v2.9.0...v2.9.1
921975
[v2.9.0]: https://github.com/troglobit/inadyn/compare/v2.8.1...v2.9.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.61)
2-
AC_INIT([In-a-dyn], [2.11.0-rc1], [https://github.com/troglobit/inadyn/issues],
2+
AC_INIT([In-a-dyn], [2.11.0], [https://github.com/troglobit/inadyn/issues],
33
[inadyn], [https://troglobit.com/projects/inadyn/])
44
AC_CONFIG_AUX_DIR(aux)
55
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])

0 commit comments

Comments
 (0)