Author: tv Date: Sat Mar 31 19:20:46 2012 New Revision: 1307882 URL: http://svn.apache.org/viewvc?rev=1307882&view=rev Log: document changes
Modified: commons/proper/jcs/branches/generics-interface/src/changes/changes.xml Modified: commons/proper/jcs/branches/generics-interface/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/src/changes/changes.xml?rev=1307882&r1=1307881&r2=1307882&view=diff ============================================================================== --- commons/proper/jcs/branches/generics-interface/src/changes/changes.xml (original) +++ commons/proper/jcs/branches/generics-interface/src/changes/changes.xml Sat Mar 31 19:20:46 2012 @@ -20,6 +20,18 @@ </properties> <body> <release version="2.0" date="unreleased" description="JDK 1.5 based major release"> + <action dev="tv" type="fix" issue="JCS-90" due-to="Diego Rivera"> + When issuing a shutDown() command, JCS fails to clean up the Queue Processor + thread. + </action> + <action dev="tv" type="fix" issue="JCS-89" due-to="Diego Rivera"> + UDP Discovery fails to report correct IP address to peers for back-connect + when InetAddress.getLocalHost() fails to return an externally-visible + address (i.e. returns a local address) + </action> + <action dev="tv" type="fix" issue="JCS-88" due-to="Diego Rivera"> + Add a test to verify correct block size calculation + </action> <action dev="tv" type="update"> Change the interfaces to use generics </action>