LUCENE-5160: move CHANGES entry to the correct version

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-08-10 14:28:41 +00:00
parent 51314afdd4
commit baea2a94a3
1 changed files with 4 additions and 6 deletions

View File

@ -38,12 +38,6 @@ New Features
* SOLR-3359: Added analyzer attribute/property to SynonymFilterFactory.
(Ryo Onodera via Koji Sekiguchi)
Bugs
* LUCENE-5160: Handle the case where reading from a file or FileChannel returns -1, which
could happen in rare cases where something happens to the file between the time we start the
read loop (where we check the length) and when we actually do the read. (gsingers, yonik, Robert Muir, Uwe Schindler)
Optimizations
* LUCENE-4848: Use Java 7 NIO2-FileChannel instead of RandomAccessFile
@ -112,6 +106,10 @@ Bug Fixes
seek/lookup which can cause sideeffects if done on a cached FST root arc.
(Simon Willnauer)
* LUCENE-5160: Handle the case where reading from a file or FileChannel returns -1, which
could happen in rare cases where something happens to the file between the time we start the
read loop (where we check the length) and when we actually do the read. (gsingers, yonik, Robert Muir, Uwe Schindler)
* LUCENE-5161: Fix default chunk sizes in FSDirectory.java to not be unnecessarily large,
and fix setReadChunkSize to always work regardless of whether the machine is 32bit
or 64bit. (Uwe Schindler, Robert Muir)