dnaber 2004/08/07 04:36:39 Modified: . CHANGES.txt Log: Document my "throws IOException" cleanup. It won't affect many people I think. Revision Changes Path 1.97 +10 -2 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- CHANGES.txt 2 Aug 2004 20:53:14 -0000 1.96 +++ CHANGES.txt 7 Aug 2004 11:36:39 -0000 1.97 @@ -2,12 +2,20 @@ $Id$ +1.9 RC1 + + 1. The API contained methods that declared to throw an IOException + but that never did this. These declarations have been removed. If + your code tries to catch these exceptions you might need to remove + those catch clauses to avoid compile errors. (Daniel Naber) + + 1.4.1 1. Fixed a performance bug in hit sorting code, where values were not correctly cached. (Aviran via cutting) - 2. Fixed errors in file format documentation. (Naber) + 2. Fixed errors in file format documentation. (Daniel Naber) 1.4 final
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]