Author: asmuts
Date: Mon Jun 19 14:39:27 2006
New Revision: 415433

URL: http://svn.apache.org/viewvc?rev=415433&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/project.xml

Modified: jakarta/jcs/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jcs/trunk/project.xml?rev=415433&r1=415432&r2=415433&view=diff
==============================================================================
--- jakarta/jcs/trunk/project.xml (original)
+++ jakarta/jcs/trunk/project.xml Mon Jun 19 14:39:27 2006
@@ -5,7 +5,7 @@
        <pomVersion>3</pomVersion>
        <name>JCS</name>
        <id>jcs</id>
-       <currentVersion>1.2.7.6</currentVersion>
+       <currentVersion>1.2.7.7</currentVersion>
        <organization>
                <name>Apache Software Foundation</name>
                <url>http://jakarta.apache.org/</url>



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

Reply via email to