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/02/05 13:11:23 UTC

svn commit: r1781741 - in /commons/proper/jcs/branches/commons-jcs-2.1-RC: RELEASE-NOTES.txt xdocs/download_jcs.xml

Author: tv
Date: Sun Feb  5 13:11:23 2017
New Revision: 1781741

URL: http://svn.apache.org/viewvc?rev=1781741&view=rev
Log:
Prepare release

Modified:
    commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt
    commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt?rev=1781741&r1=1781740&r2=1781741&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/RELEASE-NOTES.txt Sun Feb  5 13:11:23 2017
@@ -16,13 +16,13 @@ limitations under the License.
 
 
                         Apache Commons JCS
-                        Version 2.0
+                        Version 2.1
                         Release Notes
 
 
 INTRODUCTION:
 
-This document contains the release notes for the 2.0 version of Apache Commons JCS.
+This document contains the release notes for the 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.
 
@@ -35,23 +35,19 @@ For the advice on upgrading from 1.x to
 
 Apache Commons JCS is a distributed, versatile caching system.
 
-JDK 1.6 based major release
+This is mainly a bugfix release.
 
 Changes in this version include:
 
 
 Fixed Bugs:
-o JCS-169:  JCache Access Expiry not respected
-o JCS-168:  cdi/nocdi jcache jar doesnt contain the right 
-            META-INF/services/javax.enterprise.inject.spi.Extension file
-
-Changes:
-o JCS-119:  Improve concurrency in
-            - CompositeCacheManager
-            - CacheEventQueue
-            - CacheWatchRepairable
-            - LHMLRUMemoryCache
-o           Deprecate JCS.defineRegion() methods
+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
+
 
 
 Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html

Modified: commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml?rev=1781741&r1=1781740&r2=1781741&view=diff
==============================================================================
--- commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml (original)
+++ commons/proper/jcs/branches/commons-jcs-2.1-RC/xdocs/download_jcs.xml Sun Feb  5 13:11:23 2017
@@ -111,32 +111,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons JCS 2.0 (Java 6.0+)">
+    <section name="Apache Commons JCS 2.1 (Java 6.0+)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.0-bin.tar.gz">commons-jcs-dist-2.0-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.0-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.0-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz">commons-jcs-dist-2.1-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.1-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.0-bin.zip">commons-jcs-dist-2.0-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.0-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.0-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip">commons-jcs-dist-2.1-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/binaries/commons-jcs-dist-2.1-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.0-src.tar.gz">commons-jcs-dist-2.0-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.0-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.0-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz">commons-jcs-dist-2.1-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.1-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.0-src.zip">commons-jcs-dist-2.0-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.0-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.0-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/jcs/source/commons-jcs-dist-2.1-src.zip">commons-jcs-dist-2.1-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.1-src.zip.md5">md5</a></td>
+              <td><a href="https://www.apache.org/dist/commons/jcs/source/commons-jcs-dist-2.1-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>