You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2021/03/11 13:09:31 UTC

[lucene] branch main updated: LUCENE-9791: add CHANGES.txt entry

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

mikemccand pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 12999d3  LUCENE-9791: add CHANGES.txt entry
12999d3 is described below

commit 12999d30f26a82d5d51e4550025b6b8d1e1d2fc3
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Thu Mar 11 08:09:23 2021 -0500

    LUCENE-9791: add CHANGES.txt entry
---
 lucene/CHANGES.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 56f3858..8243635 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -1,4 +1,4 @@
-Lucene Change Log
+KLucene Change Log
 
 For more information on past and future Lucene versions, please see:
 http://s.apache.org/luceneversions
@@ -314,6 +314,10 @@ Bug Fixes
   throw an exception when the query implements TwoPhaseIterator and when the score is requested
   repeatedly. (David Smiley, hossman)
 
+* LUCENE-9791: BytesRefHash.equals/find is now thread safe, fixing a
+  Luwak/Monitor bug causing registered queries to sometimes fail to
+  match. (Paweł Bugalski)
+
 Other
 ---------------------
 (No changes)