You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/11/05 11:01:38 UTC

[11/19] lucene-solr:jira/http2: LUCENE-8550: remove double entry for bug fixes in CHANGES.txt

LUCENE-8550: remove double entry for bug fixes in 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/bbb9f726
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/bbb9f726
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/bbb9f726

Branch: refs/heads/jira/http2
Commit: bbb9f726e0985b725429a7e05eb480dd98df02db
Parents: ae9185f
Author: iverase <iv...@apache.org>
Authored: Fri Nov 2 08:06:11 2018 +0100
Committer: iverase <iv...@apache.org>
Committed: Fri Nov 2 08:06:11 2018 +0100

----------------------------------------------------------------------
 lucene/CHANGES.txt | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/bbb9f726/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 69a9834..acf0dee 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -215,6 +215,17 @@ Bug fixes:
 * LUCENE-8524: Add the Hangul Letter Araea (interpunct) as a separator in Nori's tokenizer.
   This change also removes empty terms and trim surface form in Nori's Korean dictionary. (Trey Jones, Jim Ferenczi)
 
+* LUCENE-8550: Fix filtering of coplanar points when creating linked list on
+  polygon tesselator. (Ignacio Vera)
+
+* LUCENE-8549: Polygon tessellator throws an error if some parts of the shape
+   could not be processed. (Ignacio Vera)
+
+* LUCENE-8540: Better handling of min/max values for Geo3d encoding. (Ignacio Vera)
+
+* LUCENE-8534: Fix incorrect computation for triangles intersecting polygon edges in
+  shape tessellation. (Ignacio Vera)
+
 New Features
 
 * LUCENE-8496: Selective indexing - modify BKDReader/BKDWriter to allow users
@@ -236,19 +247,6 @@ Improvements:
   first 4 are index dimensions defining the bounding box of the Triangle and the
   remaining 3 data dimensions define the vertices of the triangle. (Nick Knize)
 
-Bug Fixes:
-
-* LUCENE-8550: Fix filtering of coplanar points when creating linked list on
-  polygon tesselator. (Ignacio Vera)
-
-* LUCENE-8549: Polygon tessellator throws an error if some parts of the shape
-   could not be processed. (Ignacio Vera)
-
-* LUCENE-8540: Better handling of min/max values for Geo3d encoding. (Ignacio Vera)
-
-* LUCENE-8534: Fix incorrect computation for triangles intersecting polygon edges in
-  shape tessellation. (Ignacio Vera)
-
 Other:
 
 * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani