ChangeLog: Replace option --fix-offset with --startdate/--enddate

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-03-21 01:44:22 +00:00
parent 4a8ec3af15
commit 67e34ace64
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1,15 +1,16 @@
Easy-RSA 3 ChangeLog
3.1.3 (ETA: 2023-10-13)
* Replace --fix-offset with --startdate, --enddate (#918)
* Introduce option -S|--silent-ssl: Silence SSL output (#913)
* Only create a random serial number file when expected (#896)
* Always verify SSL lib, for all commands (#877)
* Option --fix-offset: Adjust off-by-one day (#847)
* Option --fix-offset: Adjust off-by-one day (#847) Superseded (#918)
3.1.2 (2023-01-13)
* build-full: Always enable inline file creation (#834)
* Make default Edwards curve ED25519 (#828)
* Allow --fix-offset to create post-dated certificates (#804)
* Allow --fix-offset to create post-dated certificates (#804) Superseded (#918)
* Introduce command 'set-pass' (#756)
* Introduce global option '--nopass|--no-pass' (#752)
* Introduce global option '--notext|--no-text' (#745)