LUCENE-6520: back-port to 5.2.1

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2015-06-09 17:21:21 +00:00
parent 645eb35740
commit 46420df608
1 changed files with 7 additions and 3 deletions

View File

@ -75,9 +75,6 @@ Bug fixes
closed listeners. This was fixed by LUCENE-6501.
(Adrien Grand, Uwe Schindler)
* LUCENE-6520: Geo3D GeoPath.done() would throw an NPE if adjacent path
segments were co-linear. (Karl Wright via David Smiley)
* LUCENE-5805: QueryNodeImpl.removeFromParent was doing nothing in a
costly manner (Christoph Kaser, Cao Manh Dat via Mike McCAndless)
@ -103,6 +100,13 @@ Build
* LUCENE-6518: Don't report false thread leaks from IBM J9
ClassCache Reaper in test framework. (Dawid Weiss)
======================= Lucene 5.2.1 =======================
Bug fixes
* LUCENE-6520: Geo3D GeoPath.done() would throw an NPE if adjacent path
segments were co-linear. (Karl Wright via David Smiley)
======================= Lucene 5.2.0 =======================
New Features