diff --git a/ChangeLog b/ChangeLog index 5cc49a5..484c89a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,56 @@ Easy-RSA 3 ChangeLog +3.0.0-rc2 (2014/07/27) + + * 1551e5f docs: fix typo + (Josh Cepek ) + + * 7ae44b3 Add KNOWN_ISSUES to stage next -rc release + (Josh Cepek ) + + * a0d58b2 Update documentation + (Josh Cepek ) + + * 5758825 Fix vars.example with proper path to extensions.temp + (Josh Cepek ) + + * 89f369c Add support to change private key passphrases + (Josh Cepek ) + + * 49d7c10 Improve docs: add Upgrade-Notes; add online support refs + (Josh Cepek ) + + * fcc4547 Add build-dist packaging script; update Building docs + (Josh Cepek ) + + * f74d08e docs: update Hacking.md with layout & git conventions + (Josh Cepek ) + + * 0754f23 Offload temp file removal to a clean_temp() function + (Josh Cepek ) + + * 1c90df9 Fix incorrect handling of invalid --use-algo option + (Josh Cepek ) + + * c86289b Fix batch-mode handling with changes in e75ad75 + (Josh Cepek ) + + * e75ad75 refine how booleans are evaluated + (Eric F Crist ) + + * cc19823 Merge PKCS#7 feature from pull req #14 + (Author: Luiz Angelo Daros de Luca ) + (Modified-By: Josh Cepek ) + + * 8b1fe01 Support OpenSSL-0.9.8 with the EXTRA_EXTS feature + (Josh Cepek ) + + * d5516d5 Windows: make builds easier by using a matching dir structure + (Josh Cepek ) + + * dc2e6dc Windows: improve external checks and env-var help + (Josh Cepek ) + 3.0.0-rc1 (2013/12/01) * The 3.x release is a nearly complete re-write of the 2.x codebase