From 0eaf3d8b909b38df5e21a39cb1604b865170986d Mon Sep 17 00:00:00 2001 From: Christopher John Male Date: Tue, 17 Jul 2012 05:59:27 +0000 Subject: [PATCH] LUCENE-4165: Fixed incorrect location of changes entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1362372 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 43cecee83eb..1498e94bade 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -1172,6 +1172,10 @@ Bug fixes * LUCENE-4147: Fixed thread safety issues when rollback() and commit() are called simultaneously. (Simon Willnauer, Mike McCandless) +* LUCENE-4165: Removed closing of the Reader used to read the affix file in + HunspellDictionary. Consumers are now responsible for closing all InputStreams + once the Dictionary has been instantiated. (Torsten Krah, Uwe Schindler, Chris Male) + Documentation * LUCENE-3958: Javadocs corrections for IndexWriter. @@ -1213,10 +1217,6 @@ Build tasks) to correctly encode build file names as URIs for later processing by XSL. (Greg Bowyer, Uwe Schindler) -* LUCENE-4165: Removed closing of the Reader used to read the affix file in - HunspellDictionary. Consumers are now responsible for closing all InputStreams - once the Dictionary has been instantiated. (Torsten Krah, Uwe Schindler, Chris Male) - ======================= Lucene 3.6.0 ======================= Changes in backwards compatibility policy