From dfe8e6ffad540bf20373f1d027c37ceef533fcb9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 6 Apr 2022 18:39:06 +0100 Subject: [PATCH] Update ChangeLog Add: * Prefer 'PKI/vars' over all other locations (#528) * Introduce 'init-pki soft' option (#197) Signed-off-by: Richard T Bonhomme --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a2545b..e58560a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ Easy-RSA 3 ChangeLog 3.0.9 (TBD) + * Prefer 'PKI/vars' over all other locations (#528) + * Introduce 'init-pki soft' option (#197) * Warnings are no longer silenced by --batch (#523) * Improve packaging options (#510) * Introduce basic support for OpenSSL version 3 (#492) @@ -57,7 +59,7 @@ Easy-RSA 3 ChangeLog * Remove use of egrep (#154) * Integrate with Travis-CI (#165) * Remove "local" from variable assignment (#165) - * Other changes related to Travis-CI fixes + * Other changes related to Travis-CI fixes * Assign values to variables defined previously w/local * Finally(?) fix the subjectAltName issues I presented earlier (really fixes #168)