You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2014/10/24 15:42:47 UTC

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

Author: romseygeek
Date: Fri Oct 24 13:42:47 2014
New Revision: 1634051

URL: http://svn.apache.org/r1634051
Log:
Revert backport

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=1634051&r1=1634050&r2=1634051&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Fri Oct 24 13:42:47 2014
@@ -70,6 +70,9 @@ New Features
   exiting requests that take too long to enumerate over terms. (Anshum Gupta, Steve Rowe,
   Robert Muir)
 
+* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a 
+  MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
+
 * LUCENE-5969: Lucene 5.0 has a new index format with mismatched file detection,
   improved exception handling, and indirect norms encoding for sparse fields.
   (Mike McCandless, Ryan Ernst, Robert Muir)
@@ -271,13 +274,6 @@ Other
 
 * LUCENE-5915: Remove Pulsing postings format. (Robert Muir)
 
-======================= Lucene 4.10.2 ======================
-
-New features
-
-* LUCENE-5911: Add MemoryIndex.freeze() to allow thread-safe searching over a 
-  MemoryIndex. (Alan Woodward, David Smiley, Robert Muir)
-
 ======================= Lucene 4.10.1 ======================
 
 Bug fixes