You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/02/22 18:00:42 UTC

lucene-solr:master: LUCENE-7676: move CHANGES.txt entry from 6.5.0 to (newly created) 6.4.2 section.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 18a2509ae -> b9b699fbe


LUCENE-7676: move CHANGES.txt entry from 6.5.0 to (newly created) 6.4.2 section.


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

Branch: refs/heads/master
Commit: b9b699fbebe9f3a0bb8397d0de9cc7f31faac98a
Parents: 18a2509
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Feb 22 17:48:07 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Feb 22 17:59:52 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b9b699fb/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 7fa4ece..c6c97fb 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -131,9 +131,6 @@ Bug Fixes
 * LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads
   and preserve all attributes. (Nathan Gass via Uwe Schindler)
 
-* LUCENE-7676: Fixed FilterCodecReader to override more super-class methods.
-  Also added TestFilterCodecReader class. (Christine Poerschke)
-
 * LUCENE-7679: MemoryIndex was ignoring omitNorms settings on passed-in
   IndexableFields. (Alan Woodward)
 
@@ -225,6 +222,13 @@ Other
 * LUCENE-7658: queryparser/xml CoreParser now implements SpanQueryBuilder interface.
   (Daniel Collins, Christine Poerschke)
 
+======================= Lucene 6.4.2 =======================
+
+Bug Fixes
+
+* LUCENE-7676: Fixed FilterCodecReader to override more super-class methods.
+  Also added TestFilterCodecReader class. (Christine Poerschke)
+
 ======================= Lucene 6.4.1 =======================
 
 Build