Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 95828 invoked from network); 30 Oct 2010 15:37:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 15:37:14 -0000 Received: (qmail 98452 invoked by uid 500); 30 Oct 2010 15:37:14 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 98422 invoked by uid 500); 30 Oct 2010 15:37:14 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 98415 invoked by uid 99); 30 Oct 2010 15:37:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 15:37:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 15:37:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1E4472388980; Sat, 30 Oct 2010 15:36:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1029101 - /lucene/java/branches/lucene_2_9/CHANGES.txt Date: Sat, 30 Oct 2010 15:36:15 -0000 To: java-commits@lucene.apache.org From: mikemccand@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101030153615.1E4472388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 =======================