Repository: commons-crypto Updated Branches: refs/heads/master 0fa9f0a20 -> a289ecd26
Add CRYPTO-54, CRYPTO-57, CRYPTO-61, CRYPTO-62 to changelog Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/a289ecd2 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/a289ecd2 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/a289ecd2 Branch: refs/heads/master Commit: a289ecd26257ac4ffaf1bbb686cf06b3a9ececdc Parents: 0fa9f0a Author: Sun Dapeng <[email protected]> Authored: Mon Jun 6 14:07:19 2016 +0800 Committer: Sun Dapeng <[email protected]> Committed: Mon Jun 6 14:07:19 2016 +0800 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/a289ecd2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d03452..d12d1a5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,7 @@ <title>Release Notes</title> </properties> <body> - <release version="1.0.0" date="2016-MM-DD" description="Feature and bug fix release"> + <release version="1.0.0" date="2016-06-06" description="Feature and bug fix release"> <action issue="CRYPTO-11" type="add" dev="Ke Jia" due-to="Ke Jia, Jerry Chen">User guide documentation .</action> <action issue="CRYPTO-12" type="add" dev="Xianda Ke" due-to="Xianda Ke">Rename CryptoInputStream to CipherInputStream and CryptoOutputStream to CipherOutputStream .</action> <action issue="CRYPTO-13" type="add" dev="Xianda Ke" due-to="Xianda Ke">The API differences between apache.commons.crypto and JCE .</action> @@ -58,6 +58,10 @@ <action issue="CRYPTO-48" type="add" dev="Benedikt Ritter" due-to="Benedikt Ritter, Dapeng Sun">Setup site build as defined in commons-parent pom .</action> <action issue="CRYPTO-49" type="fix" dev="Dapeng Sun" due-to="Dapeng Sun">CRYPTO-1 Fix build of X86 .</action> <action issue="CRYPTO-7" type="update" dev="Ferdinand Xu" due-to="ferdinand xu">Rename source code in Chimera to Apache name space .</action> + <action issue="CRYPTO-57" type="fix" dev="Benedikt Ritter" due-to="Benedikt Ritter">Fix build on Mac OS</action> + <action issue="CRYPTO-61" type="fix" dev="Hendrik Saly" due-to="Hendrik Saly">Fix possible NPE in OpensslCryptoRandom</action> + <action issue="CRYPTO-54" type="fix" dev="Dapeng Sun" due-to="Stian Soiland-Reyes, Jerry Chen, Benedikt Ritter, Gary Gregory">US Export classification and ECCN registration for encryption</action> + <action issue="CRYPTO-62" type="update" dev="Hendrik Saly" due-to="Hendrik Saly">Add multithreaded related tests</action> </release> </body>
