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 2017/08/16 18:08:31 UTC

svn commit: r21189 - in /release/commons/jcs: ./ binaries/ source/

Author: tv
Date: Wed Aug 16 18:08:31 2017
New Revision: 21189

Log:
Update commons-jcs release area

Removed:
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.sha1
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.asc
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5
    release/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.sha1
    release/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz
    release/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.asc
    release/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5
    release/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.sha1
    release/commons/jcs/source/commons-jcs-dist-2.1-src.zip
    release/commons/jcs/source/commons-jcs-dist-2.1-src.zip.asc
    release/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5
    release/commons/jcs/source/commons-jcs-dist-2.1-src.zip.sha1
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 Wed Aug 16 18:08:31 2017
@@ -1,7 +1,7 @@
-<h1>Commons-JCS v2.1</h1>
+<h1>Commons-JCS v2.2</h1>
 
 <p>
-This is the 2.1 release of commons-jcs.
+This is the 2.2 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.1-bin.tar.gz.asc
+$ pgpv commons-jcs-dist-2.2-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-jcs-dist-2.1-bin.tar.gz.asc
+$ pgp commons-jcs-dist-2.2-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-jcs-dist-2.1-bin.tar.gz.asc
+$ gpg --verify commons-jcs-dist-2.2-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 Wed Aug 16 18:08:31 2017
@@ -16,13 +16,13 @@ limitations under the License.
 
 
                         Apache Commons JCS
-                        Version 2.1
+                        Version 2.2
                         Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 2.1 version of Apache Commons JCS.
+This document contains the release notes for the 2.2 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.
 
@@ -39,16 +39,14 @@ This is mainly a bugfix release.
 
 Changes in this version include:
 
+New features:
+o           Add a shutdown() method to JCS
 
 Fixed Bugs:
-o           SoftReference cache did not work because of strong references being 
-            stored in payload of DoubleLinkedListNode
-o JCS-172:  ElementAttributes.clone() not updating createTime causes cache elements
-            to expire immediately Thanks to Tom Schroeder.
-o JCS-171:  Multiple CacheEventQueue.QProcessor spawned for the same cache region Thanks to Wiktor Niesiobedzki.
-o JCS-170:  Replace at least commas for jmx registration
-
-
+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.
 
 Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html