From 885154d33c231e9bebfe98b7ed0e4c082d073271 Mon Sep 17 00:00:00 2001 From: Frederik Lindenaar <frederik@lindenaar.nl> Date: Tue, 6 Aug 2019 11:28:02 +0200 Subject: [PATCH] Added CHANGELOG with changes in v1.1 --- CHANGELOG | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..b7b6fa1 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,23 @@ +CHANGELOG +========= + +Version 1.1 Changes (2019-08-05): + * Enhancements: + * Added config file support and a sample config file + * Implemented secret for list operator, listing is now disabled by default + * Enhanced domain selection mechanism and made it configurable (@DNSDomain) + * Reduced CNAME lookups to when really needed + * Sanitized HTTP Error codes and made output consistent (provide HTTP + response with error when normal things go wrong) and Hid detailed error + information in debug info so that end users cannot see this + * Made address autodetect explicit for updates (no more implicit autodetect) + The behavior of the update command changed so that it would not just pick + the remote address if no ip parameter was provided. This now also supports + setting one automatically and one specifically. + + * Fixes: + * Fixed issue with listing the domain without 'domain' parameter + * Fixed issue with splice on perl versions > 5.23 + * Fixed handling of expiry & calculation of expiry period + * Suppress unsupported records so that DNSSEC (RRSIG records) are no issue + -- libgit2 0.22.2