You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2019/03/14 10:57:54 UTC

[lucene-solr] branch master updated: LUCENE-8726: Changes entry

This is an automated email from the ASF dual-hosted git repository.

romseygeek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 84785e8  LUCENE-8726: Changes entry
84785e8 is described below

commit 84785e8e45e9d319ad75a98bc955248ebc39953f
Author: Alan Woodward <ro...@apache.org>
AuthorDate: Thu Mar 14 10:57:23 2019 +0000

    LUCENE-8726: Changes entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 9549531..c821eeb 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -25,6 +25,9 @@ Bug fixes
 * LUCENE-8720: NameIntCacheLRU (in the facets module) had an int
   overflow bug that disabled cleaning of the cache (Russell A Brown)
 
+* LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to
+  IndexSearcher (Alan Woodward, Yury Pakhomov)
+
 Improvements
 
 * LUCENE-8673: Use radix partitioning when merging dimensional points instead