You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2020/08/24 19:33:03 UTC

[lucene-solr] branch branch_8_6 updated: fix CHANGES.txt

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

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


The following commit(s) were added to refs/heads/branch_8_6 by this push:
     new ac7b6fc  fix CHANGES.txt
ac7b6fc is described below

commit ac7b6fcad13e7f65d7f7a80cdf454f1da06d82a9
Author: Simon Willnauer <si...@apache.org>
AuthorDate: Mon Aug 24 21:32:44 2020 +0200

    fix CHANGES.txt
---
 lucene/CHANGES.txt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 756c767..6cdd0be 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -7,12 +7,6 @@ http://s.apache.org/luceneversions
 
 Bug Fixes
 ---------------------
-(No changes)
-
-======================= Lucene 8.6.2 =======================
-
-Bug Fixes
----------------------
 * LUCENE-9478: Prevent DWPTDeleteQueue from referencing itself and leaking memory. The queue
   passed an implicit this reference to the next queue instance on flush which leaked about 500byte
   of memory on each full flush, commit or getReader call. (Simon Willnauer)