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/04 17:49:00 UTC

[16/50] lucene-solr:jira/solr-11458-2: LUCENE-8066: Update CHANGES.txt

LUCENE-8066: Update 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/360902e3
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/360902e3
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/360902e3

Branch: refs/heads/jira/solr-11458-2
Commit: 360902e32d3da5923eab7b1347833968da7c37c9
Parents: e3d78ef
Author: Karl Wright <Da...@gmail.com>
Authored: Sat Nov 25 13:33:03 2017 -0500
Committer: Karl Wright <Da...@gmail.com>
Committed: Sat Nov 25 13:33:45 2017 -0500

----------------------------------------------------------------------
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/360902e3/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 8a9e258..3840454 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -224,8 +224,8 @@ Optimizations
 
 Bug Fixes
 
-* LUCENE-8065: It was still possible to construct a concave GeoExactCircle, so add
-   a check to prevent that. (Karl Wright)
+* LUCENE-8066: It was still possible to construct a concave GeoExactCircle, so use
+   a sector approach to prevent that. (Ignacio Vera)
 
 * LUCENE-7967: The GeoDegeneratePoint isWithin() method needed allowance for
    numerical precision. (Karl Wright)