You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/11 18:52:24 UTC

[05/21] lucene-solr:jira/solr-11285-sim: Remove 7.1.1 section of the changelog.

Remove 7.1.1 section of the changelog.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/14713302
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/14713302
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/14713302

Branch: refs/heads/jira/solr-11285-sim
Commit: 14713302c8b9e9335a03edd866def0665b5d82ef
Parents: 5448274
Author: Adrien Grand <jp...@gmail.com>
Authored: Thu Dec 7 20:01:29 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Thu Dec 7 20:01:29 2017 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/14713302/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 21da195..e629be0 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -168,27 +168,24 @@ Optimizations
   caching as they could break memory accounting of the query cache.
   (Adrien Grand)
 
-Tests
-
-* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
-  on Java 9+.  (Uwe Schindler)
-
-======================= Lucene 7.1.1 =======================
-
-Bug Fixes
-
-* LUCENE-8055: MemoryIndex.MemoryDocValuesIterator returns 2 documents 
+* LUCENE-8055: MemoryIndex.MemoryDocValuesIterator returns 2 documents
   instead of 1. (Simon Willnauer)
 
 * LUCENE-8043: Fix document accounting in IndexWriter to prevent writing too many
   documents. Once this happens, Lucene refuses to open the index and throws a
-  CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless) 
+  CorruptIndexException. (Simon Willnauer, Yonik Seeley, Mike McCandless)
+
+Tests
+
+* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
+  on Java 9+.  (Uwe Schindler)
 
 Build
 
 * LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
   jars in ~/.ant/lib/.  (Shawn Heisey, Steve Rowe)
 
+
 ======================= Lucene 7.1.0 =======================
 
 Changes in Runtime Behavior