Commit 885154d33c231e9bebfe98b7ed0e4c082d073271
1 parent
fb75de8d
Added CHANGELOG with changes in v1.1
Showing
1 changed file
with
23 additions
and
0 deletions
CHANGELOG
0 → 100644
1 | +CHANGELOG | |
2 | +========= | |
3 | + | |
4 | +Version 1.1 Changes (2019-08-05): | |
5 | + * Enhancements: | |
6 | + * Added config file support and a sample config file | |
7 | + * Implemented secret for list operator, listing is now disabled by default | |
8 | + * Enhanced domain selection mechanism and made it configurable (@DNSDomain) | |
9 | + * Reduced CNAME lookups to when really needed | |
10 | + * Sanitized HTTP Error codes and made output consistent (provide HTTP | |
11 | + response with error when normal things go wrong) and Hid detailed error | |
12 | + information in debug info so that end users cannot see this | |
13 | + * Made address autodetect explicit for updates (no more implicit autodetect) | |
14 | + The behavior of the update command changed so that it would not just pick | |
15 | + the remote address if no ip parameter was provided. This now also supports | |
16 | + setting one automatically and one specifically. | |
17 | + | |
18 | + * Fixes: | |
19 | + * Fixed issue with listing the domain without 'domain' parameter | |
20 | + * Fixed issue with splice on perl versions > 5.23 | |
21 | + * Fixed handling of expiry & calculation of expiry period | |
22 | + * Suppress unsupported records so that DNSSEC (RRSIG records) are no issue | |
23 | + | |
... | ... |