You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2021/12/31 09:44:27 UTC

[commons-jcs] 03/03: Document changes

This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch release-3.1
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit e19e4e4b6c90ce5fd4e1ed192634178c4b2609e1
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Fri Dec 31 10:43:05 2021 +0100

    Document changes
---
 src/changes/changes.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0d8f8a..689dd3d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -19,7 +19,11 @@
 		<author email="dev@commons.apache.org">Apache Commons Developers</author>
 	</properties>
 	<body>
-        <release version="3.1" date="2021-12-23">
+        <release version="3.1" date="2022-01-02">
+            <action dev="tv" type="fix" due-to="Bruno Kinoshita">
+               Use new SecureRandom() instead of SecureRandom.getStrongInstance() to 
+               avoid potential performance problems on Linux
+            </action>
             <action dev="tv" type="fix" due-to="Patrick Ziegler" issue="JCS-228">
                Attempt to fix osgi import packages
             </action>