You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/12/06 01:28:09 UTC

svn commit: r482844 - /jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt

Author: bayard
Date: Tue Dec  5 16:28:07 2006
New Revision: 482844

URL: http://svn.apache.org/viewvc?view=rev&rev=482844
Log:
Adding IO-101 and IO-102 to the release notes

Modified:
    jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?view=diff&rev=482844&r1=482843&r2=482844
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Tue Dec  5 16:28:07 2006
@@ -80,6 +80,11 @@
 - FileBasedTestCase
   - Fixed bug in compare content methods identified by GNU classpath
 
+- EndianUtils.writeSwappedLong(byte[], int) [IO-101]
+  - An int overrun in the bit shifting when it should have been a long
+
+- EndianUtils.writeSwappedLong(InputStream) [IO-102]
+  - The return of input.read(byte[]) was not being checked to ensure all 8 bytes were read
 
 Enhancements from 1.2
 ---------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org