Author: tv Date: Fri Sep 7 16:51:11 2018 New Revision: 29200 Log: Release Apache Commons JCS 2.2.1 according to vote <559cbfc5-aff5-4be2-af95-78849dcd7...@apache.org>
Removed: release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz.asc release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz.sha1 release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz.sha256 release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip.asc release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip.sha1 release/commons/jcs/binaries/commons-jcs-dist-2.2-bin.zip.sha256 release/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz release/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz.asc release/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz.sha1 release/commons/jcs/source/commons-jcs-dist-2.2-src.tar.gz.sha256 release/commons/jcs/source/commons-jcs-dist-2.2-src.zip release/commons/jcs/source/commons-jcs-dist-2.2-src.zip.asc release/commons/jcs/source/commons-jcs-dist-2.2-src.zip.sha1 release/commons/jcs/source/commons-jcs-dist-2.2-src.zip.sha256 Modified: release/commons/jcs/README.html release/commons/jcs/RELEASE-NOTES.txt Modified: release/commons/jcs/README.html ============================================================================== --- release/commons/jcs/README.html (original) +++ release/commons/jcs/README.html Fri Sep 7 16:51:11 2018 @@ -1,7 +1,7 @@ -<h1>Commons-JCS v2.2</h1> +<h1>Commons-JCS v2.2.1</h1> <p> -This is the 2.2 release of commons-jcs. +This is the 2.2.1 release of commons-jcs. It is available in both binary and source distributions. </p> @@ -40,13 +40,13 @@ HREF="http://www.apache.org/dist/commons <pre>Always test available signatures, <i>e.g.</i>, $ pgpk -a KEYS -$ pgpv commons-jcs-dist-2.2-bin.tar.gz.asc +$ pgpv commons-jcs-dist-2.2.1-bin.tar.gz.asc or, $ pgp -ka KEYS -$ pgp commons-jcs-dist-2.2-bin.tar.gz.asc +$ pgp commons-jcs-dist-2.2.1-bin.tar.gz.asc or, $ gpg --import KEYS -$ gpg --verify commons-jcs-dist-2.2-bin.tar.gz.asc +$ gpg --verify commons-jcs-dist-2.2.1-bin.tar.gz.asc </pre> <p> Modified: release/commons/jcs/RELEASE-NOTES.txt ============================================================================== --- release/commons/jcs/RELEASE-NOTES.txt (original) +++ release/commons/jcs/RELEASE-NOTES.txt Fri Sep 7 16:51:11 2018 @@ -1,28 +1,11 @@ - -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - Apache Commons JCS - Version 2.2 + Version 2.2.1 Release Notes INTRODUCTION: -This document contains the release notes for the 2.2 version of Apache Commons JCS. +This document contains the release notes for the 2.2.1 version of Apache Commons JCS. Commons JCS is a distributed caching system written in Java. It is intend to speed up applications by providing a means to manage cached data of various dynamic natures. @@ -33,20 +16,14 @@ For the advice on upgrading from 1.x to http://commons.apache.org/proper/commons-jcs/UpgradingFrom13.html -Apache Commons JCS is a distributed, versatile caching system. - -This is mainly a bugfix release. - Changes in this version include: -New features: -o Add a shutdown() method to JCS Fixed Bugs: -o JCS-180: CacheInvocationContextImpl NPE if method doesnt have any argument -o JCS-179: RemoteCacheServerFactory not able to start server Thanks to Archer. -o JCS-178: Clients using RemoteCache are not working. Add a test. -o JCS-177: Fix: CompositeCacheManager leaks memory if CacheAccess.dipose is called Thanks to Ryan Fong. +o Unexpected dispose() in CompositeCacheManager.release() Thanks to athun. +o JCS-183: JCache CDI Integration is slow + + Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html