dnaber 2004/12/06 12:04:01 Modified: . CHANGES.txt Log: list the changes for 1.4.3 here, too Revision Changes Path 1.131 +16 -13 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- CHANGES.txt 2 Dec 2004 17:46:00 -0000 1.130 +++ CHANGES.txt 6 Dec 2004 20:04:01 -0000 1.131 @@ -87,22 +87,12 @@ Bug fixes - 1. The JSP demo page (src/jsp/results.jsp) now properly escapes error - messages which might contain user input (e.g. error messages about - query parsing). If you used that page as a starting point for your - own code please make sure your code also properly escapes HTML - characters from user input in order to avoid so-called cross site - scripting attacks. (Daniel Naber) - - 2. The JSP demo page (src/jsp/results.jsp) now properly closes the + 1. The JSP demo page (src/jsp/results.jsp) now properly closes the IndexSearcher it opens. (Daniel Naber) - 3. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that + 2. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that prevented deletion of obsolete segments. (Christoph Goller) - 4. QueryParser changes in 1.4.2 broke the QueryParser API. Now the old - API is supported again. (Christoph) - Optimizations 1. Disk usage (peak requirements during indexing and optimization) @@ -126,6 +116,19 @@ 5. Optimize fuzzy queries so the standard fuzzy queries with a prefix of 0 now run 20-50% faster (Patch #31882). (Jonathan Hager via Daniel Naber) + + +1.4.3 + + 1. The JSP demo page (src/jsp/results.jsp) now properly escapes error + messages which might contain user input (e.g. error messages about + query parsing). If you used that page as a starting point for your + own code please make sure your code also properly escapes HTML + characters from user input in order to avoid so-called cross site + scripting attacks. (Daniel Naber) + + 2. QueryParser changes in 1.4.2 broke the QueryParser API. Now the old + API is supported again. (Christoph) 1.4.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]