You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2023/05/09 09:00:58 UTC

[lucene] branch branch_9_6 updated (f94cd1750d1 -> 0558388b98a)

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

javanna pushed a change to branch branch_9_6
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from f94cd1750d1 Fix SynonymQuery equals implementation (#12260)
     new 8f83fcf5b45 add missing changelog entry for #12260
     new 0558388b98a Add missing author to changelog entry for #12220

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lucene/CHANGES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


[lucene] 01/02: add missing changelog entry for #12260

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8f83fcf5b45ca831257ce7deacc1200da99345c5
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Tue May 9 10:52:03 2023 +0200

    add missing changelog entry for #12260
---
 lucene/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 77aa0596348..e3d8e7e6cb3 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -88,6 +88,8 @@ Bug Fixes
 
 * GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end
 
+* GITHUB#12260: Fix SynonymQuery equals implementation to take the targeted field name into account (Luca Cavanna)
+
 Build
 ---------------------
 


[lucene] 02/02: Add missing author to changelog entry for #12220

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0558388b98aba5724a5ffb6266c7d6bcff9d7b84
Author: Luca Cavanna <ja...@apache.org>
AuthorDate: Tue May 9 10:59:00 2023 +0200

    Add missing author to changelog entry for #12220
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index e3d8e7e6cb3..adc0f4e3502 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -86,7 +86,7 @@ Bug Fixes
 
 * GITHUB#12212: Bug fix for a DrillSideways issue where matching hits could occasionally be missed. (Frederic Thevenet)
 
-* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end
+* GITHUB#12220: Hunspell: disallow hidden title-case entries from compound middle/end (Peter Gromov)
 
 * GITHUB#12260: Fix SynonymQuery equals implementation to take the targeted field name into account (Luca Cavanna)