Docn Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/514dc16e Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/514dc16e Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/514dc16e
Branch: refs/heads/CRYPTO-1.0.0 Commit: 514dc16e98e5c38bf0640745147f54b689482c29 Parents: ffde313 Author: Sebb <s...@apache.org> Authored: Wed Jul 13 19:00:31 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Wed Jul 13 19:00:31 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 7 ++++++- src/changes/changes.xml | 11 ++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/514dc16e/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 67be48b..f98d1c4 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -16,7 +16,7 @@ Features 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encyrption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C++ version based on OpenSsl. -5. Portable across various operating systems (currently only Linux/MacOSX); +5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. @@ -49,6 +49,11 @@ The following provides more details on the included cryptographic software: * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers Initial release +=============== +The initial release is known to build on Linux, MacOS/X and Windows (using MinGW). +It may build on other systems. +Please note that the JNA interface to OpenSSL is a preliminary release. +It is relatively slow, but may be of use on systems which aren't yet supported by the JNI code. Changes in this version include: http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/514dc16e/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aab782b..edc0322 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,16 @@ --> <body> - <release version="1.0.0" date="2016-07-??" description="Initial release"> + <release version="1.0.0" date="2016-07-??" description=" +Initial release + =============== + +The initial release is known to build on Linux, MacOS/X and Windows (using MinGW). + +It may build on other systems. + +Please note that the JNA interface to OpenSSL is a preliminary release. + It is relatively slow, but may be of use on systems which aren't yet supported by the JNI code."> <action issue="CRYPTO-68" type="add" dev="britter" >Enable common code quality reports.</action> <action issue="CRYPTO-65" type="fix" dev="britter" due-to="sebb">Warnings compiling on MacOSX - JNIEXPORT redefined.</action> <action issue="CRYPTO-11" type="add" dev="Ke Jia" due-to="Ke Jia, Jerry Chen">User guide documentation .</action>