dnaber      2004/11/19 13:04:17

  Modified:    .        CHANGES.txt
  Log:
  document the fact that IndexSearcher in the JSP demo is now closed (not sure 
how relevant this is)
  
  Revision  Changes    Path
  1.124     +5 -2      jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- CHANGES.txt       19 Nov 2004 20:53:24 -0000      1.123
  +++ CHANGES.txt       19 Nov 2004 21:04:17 -0000      1.124
  @@ -77,7 +77,10 @@
       characters from user input in order to avoid so-called cross site
       scripting attacks. (Daniel Naber)
   
  - 2. Fixed a bug in IndexWriter.addIndexes(IndexReader[] readers) that
  + 2. 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
       prevented deletion of obsolete segments. (Christoph Goller)
   
   Optimizations
  
  
  

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

Reply via email to