You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/07 19:04:29 UTC

[2/3] lucene-solr:branch_7x: 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/9e3a04d9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9e3a04d9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9e3a04d9

Branch: refs/heads/branch_7x
Commit: 9e3a04d9af6a51becf6e7896682fefb6a1055eb7
Parents: 80bbe63
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:03:16 2017 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9e3a04d9/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index db2236b..e57ed8f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -123,21 +123,17 @@ 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 
   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