You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/11/26 11:07:14 UTC

svn commit: r720783 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Wed Nov 26 02:07:14 2008
New Revision: 720783

URL: http://svn.apache.org/viewvc?rev=720783&view=rev
Log:
LUCENE-1453: add entry to CHANGES.txt

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=720783&r1=720782&r2=720783&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Nov 26 02:07:14 2008
@@ -55,6 +55,11 @@
    if the max slop was exceeded; The wrong payload could be returned in 
    certain situations. (Jonathan Mamou, Greg Shackles, Mark Miller)
 
+ 4 LUCENE-1453: Ensure IndexReader.reopen() does not result in
+   incorrectly closing the shared FSDirectory.  This bug would only
+   happen if you use IndexReader.open with a File or String argument.
+   (Mark Miller via Mike McCandless)
+
 New features
 
  1. LUCENE-1411: Added expert API to open an IndexWriter on a prior