Author: asmuts
Date: Mon Jun 19 14:39:37 2006
New Revision: 415434

URL: http://svn.apache.org/viewvc?rev=415434&view=rev
Log:
I fixed bug in sorted preferential array remove method.  
It was generating error log messages from an array index out of bounds 
exception.
The new call to system arraycopy didn't work.  I reverted it to the old manual 
copy.  
I made a test that exposed the bug and verified the fix.

I increased the JCS temp build version and added an entry to the changes.xml


Modified:
    jakarta/jcs/trunk/xdocs/changes.xml

Modified: jakarta/jcs/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/xdocs/changes.xml?rev=415434&r1=415433&r2=415434&view=diff
==============================================================================
--- jakarta/jcs/trunk/xdocs/changes.xml (original)
+++ jakarta/jcs/trunk/xdocs/changes.xml Mon Jun 19 14:39:37 2006
@@ -5,7 +5,14 @@
        </properties>
        <body>
 
-               <release version="1.2.7.3" date="in CVS">
+               <release version="1.2.7.7" date="in CVS">
+                       <action dev="asmuts" type="fix">
+                               Fixed the array index out of bounds exception 
in the Sorted
+                               Preferential Array.  
+                       </action>
+               </release>
+
+               <release version="1.2.7.6" date="in CVS">
                        <action dev="asmuts" type="fix"
                                due-to="Rick Szeto @vizible.com">
                                Fixed UDP discovery configuration problem. The 
discovery



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to