From 8be6749a7e6201bcbd462ffb25b17ac0e73df95e Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Sun, 1 Nov 2009 16:40:05 +0000 Subject: [PATCH] add CHANGES entry for oal.Lock.isLocked now throwing ioe git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@831699 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4eb97e0a65e..1bbc1d27441 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ Changes in backwards compatibility policy needs to be recompiled against Lucene 3.0 in order to work. The previously deprecated IndexCommitPoint is also removed. (Michael Busch) +* oal.Lock.isLocked is now allowed to throw an IOException + Changes in runtime behavior * LUCENE-1677: Remove the system property to set SegmentReader class