From baea2a94a37982dc90de9f0297b1755cfe7b999c Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 10 Aug 2013 14:28:41 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index f49c7c0b210..199cb8d3743 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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)