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 2010/10/30 17:36:15 UTC

svn commit: r1029101 - /lucene/java/branches/lucene_2_9/CHANGES.txt

Author: mikemccand
Date: Sat Oct 30 15:36:14 2010
New Revision: 1029101

URL: http://svn.apache.org/viewvc?rev=1029101&view=rev
Log:
fix typo

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

Modified: lucene/java/branches/lucene_2_9/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/lucene_2_9/CHANGES.txt?rev=1029101&r1=1029100&r2=1029101&view=diff
==============================================================================
--- lucene/java/branches/lucene_2_9/CHANGES.txt (original)
+++ lucene/java/branches/lucene_2_9/CHANGES.txt Sat Oct 30 15:36:14 2010
@@ -75,6 +75,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)
+
 Optimizations
 
 * LUCENE-2556: Improve memory usage after cloning TermAttribute.
@@ -97,7 +99,7 @@ New features
 Documentation
 
 * LUCENE-2239: Documented limitations in NIOFSDirectory and MMapDirectory due to
-  Java NOI behavior when a Thread is interrupted while blocking on IO.
+  Java NIO behavior when a Thread is interrupted while blocking on IO.
   (Simon Willnauer, Robert Muir)
 
 ======================= Release 2.9.3 2010-06-18 =======================