You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sl...@apache.org on 2011/03/08 01:56:40 UTC

[Lucene.Net] svn commit: r1079056 - /incubator/lucene.net/trunk/C#/src/CHANGES.txt

Author: slombard
Date: Tue Mar  8 00:56:40 2011
New Revision: 1079056

URL: http://svn.apache.org/viewvc?rev=1079056&view=rev
Log:
Updated Change log to include LUCENENET-355 original [LUCENE 2387]

Modified:
    incubator/lucene.net/trunk/C#/src/CHANGES.txt

Modified: incubator/lucene.net/trunk/C#/src/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/CHANGES.txt?rev=1079056&r1=1079055&r2=1079056&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/CHANGES.txt (original)
+++ incubator/lucene.net/trunk/C#/src/CHANGES.txt Tue Mar  8 00:56:40 2011
@@ -1,6 +1,14 @@
-Lucene Change Log
-$Id: CHANGES.txt 941000 2010-05-04 18:55:53Z mikemccand $
+
+=================== 2.9.4 trunk (not yet released) =====================
 
+Bug fixes
+
+ * LUCENENET-355  [LUCENE-2387]: Don't hang onto Fieldables from the last doc indexed,
+   in IndexWriter, nor the Reader in Tokenizer after close is
+   called. (digy) [Ruben Laguna, Uwe Schindler, Mike McCandless]
+
+
+Change Log Copied from Lucene 
 ======================= Release 2.9.2 2010-02-26 =======================
 
 Bug fixes