Author: tv Date: Fri Oct 21 16:42:22 2016 New Revision: 1766066 URL: http://svn.apache.org/viewvc?rev=1766066&view=rev Log: Next attempt
Modified: commons/proper/jcs/trunk/RELEASE-NOTES.txt commons/proper/jcs/trunk/src/changes/changes.xml Modified: commons/proper/jcs/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/RELEASE-NOTES.txt?rev=1766066&r1=1766065&r2=1766066&view=diff ============================================================================== --- commons/proper/jcs/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/jcs/trunk/RELEASE-NOTES.txt Fri Oct 21 16:42:22 2016 @@ -73,6 +73,10 @@ o Reduce synchronization o JCS-48: Replace PoolAccess with a DataSourceFactory model borrowed from DB-Torque Thanks to Hanasaki Jiji. o JCS-124: Make the code in Step 5 on the JCS overview page a full working class that can compile Thanks to Richard Eigenmann. +Removed: +o Remove size limitation configuration of indexed cache recycle bin +o Replace SortedPreferentialArray with JDK ConcurrentSkipListSet +o Replace SingleLinkedList with JDK ConcurrentLinkedQueue Historical list of changes: http://commons.apache.org/proper/commons-jcs/changes-report.html Modified: commons/proper/jcs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1766066&r1=1766065&r2=1766066&view=diff ============================================================================== --- commons/proper/jcs/trunk/src/changes/changes.xml (original) +++ commons/proper/jcs/trunk/src/changes/changes.xml Fri Oct 21 16:42:22 2016 @@ -21,7 +21,7 @@ <body> <release version="2.0" date="unreleased" description="JDK 1.6 based major release"> </release> - <release version="2.0-beta-2" date="2016-10-10" description="JDK 1.6 based major release (beta-2)"> + <release version="2.0-beta-2" date="2016-10-21" description="JDK 1.6 based major release (beta-2)"> <action dev="tv" type="remove"> Remove size limitation configuration of indexed cache recycle bin </action>