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

lucene-solr:branch_6x: LUCENE-8076: Modify CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 092e6368f -> 341be3eea


LUCENE-8076: Modify CHANGES.txt


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

Branch: refs/heads/branch_6x
Commit: 341be3eea244c9ea2a44d98aef17d7214a215b13
Parents: 092e636
Author: Karl Wright <Da...@gmail.com>
Authored: Sun Dec 3 04:34:25 2017 -0500
Committer: Karl Wright <Da...@gmail.com>
Committed: Sun Dec 3 04:34:25 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/341be3ee/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index dc00a92..7ad5d0c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -43,6 +43,9 @@ New Features
 
 Bug Fixes
 
+* LUCENE-8076: Normalize Vincenti distance calculation for planet models that aren't normalized.
+  (Ignacio Vera)
+
 * LUCENE-8066: It was still possible to construct a concave GeoExactCircle, so use
    a sector approach to prevent that. (Ignacio Vera)