From 2d0e10144fcd4e4d6e298e794f0d405fcf8bc094 Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 14 Apr 2020 22:00:16 -0500 Subject: [PATCH] Update ChangeLog for v3.0.8 Update coming soon. Signed-off-by: Eric F Crist --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fd5ba7..855b151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ Easy-RSA 3 ChangeLog +3.0.8 (TBD) + * Provide --version option (#372) + * Version information now within generated certificates like on *nix + * Fixed issue where gen-dh overwrote existing files without warning (#373) + * Fixed issue with ED/EC certificates were still signed by RSA (#374) + * Added support for export-p8 (#339) + 3.0.7 (2020-03-30) * Include OpenSSL libs and binary for Windows 1.1.0j * Remove RANDFILE environment variable (#261)