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 us...@apache.org on 2010/11/28 01:19:22 UTC

svn commit: r1039805 - /lucene/java/branches/lucene_3_0/CHANGES.txt

Author: uschindler
Date: Sun Nov 28 00:19:21 2010
New Revision: 1039805

URL: http://svn.apache.org/viewvc?rev=1039805&view=rev
Log:
Synchronize changes.txt between 3.0.3 and 2.9.4

Modified:
    lucene/java/branches/lucene_3_0/CHANGES.txt

Modified: lucene/java/branches/lucene_3_0/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_3_0/CHANGES.txt?rev=1039805&r1=1039804&r2=1039805&view=diff
==============================================================================
--- lucene/java/branches/lucene_3_0/CHANGES.txt (original)
+++ lucene/java/branches/lucene_3_0/CHANGES.txt Sun Nov 28 00:19:21 2010
@@ -63,7 +63,7 @@ Bug fixes
   if the writer had just committed (Nikolay Zamosenchuk via Mike McCandless)
 
 * LUCENE-2650: Added extra safety to MMapIndexInput clones to prevent accessing
-  an unmapped buffer if the input is closed (Mike McCandless, Uwe Schindler, Robert Muir) 
+  an unmapped buffer if the input is closed (Mike McCandless, Uwe Schindler, Robert Muir)
   
 * LUCENE-2384: Reset zzBuffer in StandardTokenizerImpl when lexer is reset.
   (Ruben Laguna via Uwe Schindler, sub-issue of LUCENE-2074) 
@@ -89,6 +89,8 @@ Bug fixes
   is fixed to return null if there are no segments.  (Karthick
   Sankarachary via Mike McCandless)
 
+* LUCENE-2730: Fix two rare deadlock cases in IndexWriter (Mike McCandless)
+
 * LUCENE-2744: CheckIndex was stating total number of fields,
   not the number that have norms enabled, on the "test: field
   norms..." output.  (Mark Kristensson via Mike McCandless)
@@ -137,8 +139,8 @@ Optimizations
 
 Documentation
 
-* LUCENE-2239: Documented limitations in NIOFSDirectory and MMapDirectory due 
-  to Java NIO behavior when a Thread is interrupted while blocking on IO.
+* LUCENE-2239: Documented limitations in NIOFSDirectory and MMapDirectory due to
+  Java NIO behavior when a Thread is interrupted while blocking on IO.
   (Simon Willnauer, Robert Muir)
 
 ======================= Release 3.0.2 2010-06-18 =======================