This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 32a1ed1 Docs. 32a1ed1 is described below commit 32a1ed12dd8d4c7f2d0b1fbe5bcc5f44fd440f8d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 12 10:14:37 2020 -0400 Docs. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8127b4c..7c5da6b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,8 @@ --> <body> - <release version="1.1.0" date="tba" description="Minor release (Java 8)"> + <release version="1.1.0" date="2020-MM-DD" description="Minor release (Java 8 and OpenSSL 1.1.1)"> + <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode (GCM).</action> <action issue="CRYPTO-125" type="fix">CryptoOutputStream does not call write in a loop when underlying channel works in non-block mode.</action> <action issue="CRYPTO-131" type="add" dev="britter">Provide FAQ page.</action> <action issue="CRYPTO-134" type="fix" dev="sebb">CipherByteBufferExample should not truncate the string</action>