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

Commit 00242ed

Browse files
committed
Update ChangeLog and bump version for v2.13.0
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent af290fc commit 00242ed

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

ChangeLog.md

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

66

7+
[v2.13.0][] - 2025-10-25
8+
------------------------
9+
10+
> **Note:** This is the final release of In-a-Dyn project.
11+
12+
### Changes
13+
- Add support for Porkbun DDNS provider, by Steven Scobedo
14+
- Add support for domene.shop (Norwegian DDNS provider)
15+
- Add support for round-robin records to Cloudflare, by Fabrício Duarte Castelo
16+
- Add example config for DuckDNS IPv6
17+
- Add information on installing via MacPorts
18+
- Cloudflare: omit proxy setting if unset in config, retaining current value
19+
- Cloudflare: omit TTL update if unset in config, retaining current value
20+
- Simply.com provider fixed and re-enabled
21+
- Support for long ddns-path requests (increased buffer size)
22+
23+
### Fixes
24+
- Issue #450: do not use an IP resolution method different than the one
25+
specified in configuration
26+
- Issue #451: add support for round-robin records to Cloudflare
27+
- Issue #467: fix support for Namecheap
28+
- Issue #479: fix Dynu IPv6 issue
29+
- Issue #488: refactor `mkpath()` to drop all uses of `strdupa()`
30+
- Issue #492: default value -1 not used for `ttl` setting
31+
- Issue #497: fix IPv6 detection for providers with "v6" in their name,
32+
e.g., ipv64.net and dynv6.com
33+
- Fix #526: dnspod error: "Communication with checkip server failed"
34+
- Fix #522: cache directory creation on `--help` or `--check-config`
35+
- Fix #525: cache directory not writeable and no `$HOME`
36+
37+
738
[v2.12.0][] - 2023-09-19
839
------------------------
940

@@ -998,7 +1029,9 @@ First stable version.
9981029
- port to pSOS
9991030

10001031

1001-
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.11.0...HEAD
1032+
[UNRELEASED]: https://github.com/troglobit/inadyn/compare/v2.13.0...HEAD
1033+
[v2.13.0]: https://github.com/troglobit/inadyn/compare/v2.12.0...v2.13.0
1034+
[v2.12.0]: https://github.com/troglobit/inadyn/compare/v2.11.0...v2.12.0
10021035
[v2.11.0]: https://github.com/troglobit/inadyn/compare/v2.10.0...v2.11.0
10031036
[v2.10.0]: https://github.com/troglobit/inadyn/compare/v2.9.1...v2.10.0
10041037
[v2.9.1]: https://github.com/troglobit/inadyn/compare/v2.9.0...v2.9.1

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.13.0-beta1], [https://github.com/troglobit/inadyn/issues],
2+
AC_INIT([In-a-dyn], [2.13.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)