From 38f16f93e8304806f34b5dc5c7ff0798f47f04b8 Mon Sep 17 00:00:00 2001 From: FUTATSUKI Yasuhito Date: Sat, 5 Oct 2024 03:22:40 +0900 Subject: [PATCH] RELEASE_NOTES: Record merge of PR #228 and PR #219 --- RELEASE_NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 59569de6..876ab9e7 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -18,6 +18,10 @@ release, and a summary of the changes in that release. (PR #162) Extend KeyTable to specify signing algorithm. Patch from Yasuhito Futatsuki. (PR #202) + Add config file option CheckSigningTable to determine if it check + the content of SigningTable on loading config file, + and command line option to force turning off the option. + Patch from @r-a-z-v-a-n on GitHub (PR #228) Fix dkimf_db_nextpunct() so it doesn't incorrectly identify an encoded hex digit as a value delimiter. Fix issue #8: The password file critical section isn't big enough. @@ -68,6 +72,8 @@ release, and a summary of the changes in that release. parameters. Patch from Benoit Branciard (PR #211). Fix a bug on usage of struct dkimf_dstring type in mlfi_eoh(). Patch from Michael Orlitzky (PR #214). + Fix crash on config load when specify a memchache as SigningTable. + Patch from Yasuhito Futatsuki (PR #219). CONFIG: Add compatibility with openssl-1.1.0. Patch from Scott Kitterman. CONFIG: Add missing ReplaceHeaders definition. Patch from