diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-14 11:20:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-14 11:59:26 +0000 |
commit | b1af864258752c24620136665406eab75faa4a0b (patch) | |
tree | 141372af1d92313abdad22f06b4355c8f13cb276 | |
parent | Updating dehydrated-tools TODO file. (diff) | |
download | service-tools-b1af864258752c24620136665406eab75faa4a0b.tar.xz service-tools-b1af864258752c24620136665406eab75faa4a0b.zip |
Releasing version 20220614.v20220614
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.txt | 22 | ||||
-rw-r--r-- | VERSION.txt | 2 |
2 files changed, 23 insertions, 1 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. diff --git a/VERSION.txt b/VERSION.txt index 2b282de..f6e8eb7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20220609 +20220614 |