You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/08/10 16:28:41 UTC

svn commit: r1512728 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Sat Aug 10 14:28:41 2013
New Revision: 1512728

URL: http://svn.apache.org/r1512728
Log:
LUCENE-5160: move CHANGES entry to the correct version

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1512728&r1=1512727&r2=1512728&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sat Aug 10 14:28:41 2013
@@ -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)