This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch release-3.2.1 in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 8101ed0488051af5395260e2e409d850424f93ab Author: Thomas Vandahl <[email protected]> AuthorDate: Sat Nov 11 16:00:25 2023 +0100 Document changes, prepare release --- src/changes/changes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3497cda0..56d01aaa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,6 +21,19 @@ <author email="[email protected]">Apache Commons Developers</author> </properties> <body> + <release version="3.2.1" date="2023-11-11"> + <action dev="tv" type="fix"> + <fixes issue="JCS-237" /> + <fixes issue="JCS-238" /> + <fixes issue="JCS-239" /> + <fixes issue="JCS-240" /> + <dueto name="Murali Thirugnanam" /> + <dueto name="Greg Parmiter" /> + Fix java.rmi.RemoteException: Method is not Remote in IRemoteCacheListener. + This is caused by a fix for JDK issue JDK-8230967 in various JDKs such as 8u241, + 11.0.6 and probably others. + </action> + </release> <release version="3.2" date="2023-08-22"> <action dev="tv" type="fix" issue="JCS-234" due-to="Chris Lake"> Fix OSGi manifest
