You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/01/23 14:58:20 UTC

svn commit: r1062428 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: mikemccand
Date: Sun Jan 23 13:58:20 2011
New Revision: 1062428

URL: http://svn.apache.org/viewvc?rev=1062428&view=rev
Log:
sync CHANGES from 3.x Bug Fixes

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1062428&r1=1062427&r2=1062428&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sun Jan 23 13:58:20 2011
@@ -676,6 +676,12 @@ Bug fixes
 * LUCENE-2860: Fixed SegmentInfo.sizeInBytes to factor includeDocStores when it 
   decides whether to return the cached computed size or not. (Shai Erera)
 
+* LUCENE-2584: SegmentInfo.files() could hit ConcurrentModificationException if
+  called by multiple threads. (Alexander Kanarsky via Shai Erera)
+
+* LUCENE-2809: Fixed IndexWriter.numDocs to take into account take
+  into account applied but not yet flushed deletes.  (Mike McCandless)
+
 New features
 
 * LUCENE-2128: Parallelized fetching document frequencies during weight