mirror of
https://github.com/apache/lucene.git
synced 2025-03-06 16:29:30 +00:00
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
This commit is contained in:
parent
75504b9d7a
commit
0eaf3d8b90
@ -1172,6 +1172,10 @@ Bug fixes
|
|||||||
* LUCENE-4147: Fixed thread safety issues when rollback() and commit()
|
* LUCENE-4147: Fixed thread safety issues when rollback() and commit()
|
||||||
are called simultaneously. (Simon Willnauer, Mike McCandless)
|
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
|
Documentation
|
||||||
|
|
||||||
* LUCENE-3958: Javadocs corrections for IndexWriter.
|
* LUCENE-3958: Javadocs corrections for IndexWriter.
|
||||||
@ -1213,10 +1217,6 @@ Build
|
|||||||
tasks) to correctly encode build file names as URIs for later processing by
|
tasks) to correctly encode build file names as URIs for later processing by
|
||||||
XSL. (Greg Bowyer, Uwe Schindler)
|
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 =======================
|
======================= Lucene 3.6.0 =======================
|
||||||
|
|
||||||
Changes in backwards compatibility policy
|
Changes in backwards compatibility policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user