summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8289f87..db062f2 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,25 @@
+2022-06-14 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20220614.
+
+ [ Daniel Baumann ]
+ * Only restarting kresd in dehydrated exit_hook.service-reload if tls is configured.
+ * Adding test target in apache-tools makefile.
+ * Adding top-level makefile.
+ * Adding quotes arround some variables in dehydrated-tools to prevent globbing and word splitting.
+ * Adding quotes arround some variables in dnsdist-tools to prevent globbing and word splitting.
+ * Adding quotes arround some variables in linux-tools to prevent globbing and word splitting.
+ * Removing unused color definitions in linux-tools.
+ * Adding shellcheck exception in irker-tools for variable sourced from configuration file.
+ * Using read -r to not mangle backslashes in git-tools.
+ * Adding quotes arround some variables in git-tools to prevent globbing and word splitting.
+ * Changing default value handling for variables in git-whoami to more portable format.
+ * Consistently using curly braces for variables in git-whoami.
+ * Adding support for individual TSIG files per record, zone, and nameserver rather than having one global key for all updates in dehydrated-nsupdate.
+ * Handling comments in TSIG keyfiles in dehydrated-nsupdate to support disabling TSIG for individual records.
+ * Completing existing dehydrated-tools manpages.
+ * Updating dehydrated-tools TODO file.
+
2022-06-09 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20220609.