You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/09/12 14:31:33 UTC

[4/4] lucene-solr:branch_6_2: LUCENE-7442: add changes entry for 6.2.1

LUCENE-7442: add changes entry for 6.2.1


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

Branch: refs/heads/branch_6_2
Commit: 8066a3605ccf4b91ece20810fd435f1b5c6da44f
Parents: 109ec23
Author: Steve Rowe <sa...@apache.org>
Authored: Mon Sep 12 10:30:48 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Mon Sep 12 10:30:48 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8066a360/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f62e470..db7fe20 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -20,6 +20,9 @@ Bug Fixes
   ArrayIndexOutOfBoundsException exception on large index segments (>1.8B docs)
   with large skips. (yonik)
 
+* LUCENE-7442: MinHashFilter's ctor should validate its args.
+  (Cao Manh Dat via Steve Rowe)
+
 ======================= Lucene 6.2.0 =======================
 
 API Changes