From 6b24910e4aaf6c1964830af6a39da3bf032bc85e Mon Sep 17 00:00:00 2001 From: ChrisHegarty Date: Wed, 13 Dec 2023 11:44:01 +0000 Subject: [PATCH] Add changelog entries for 9.9.1 --- lucene/CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 9fc666f03b9..b7b370132b7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -205,6 +205,15 @@ Other * GITHUB#11023: Removing @lucene.experimental tags in testXXX methods in CheckIndex. (Jakub Slowinski) +======================== Lucene 9.9.1 ======================= + +Bug Fixes +--------------------- + +* GITHUB#12898: JVM SIGSEGV crash when compiling computeCommonPrefixLengthAndBuildHistogram (Chris Hegarty) + +* GITHUB#12900: Push and pop OutputAccumulator as IntersectTermsEnumFrames are pushed and popped (Guo Feng, Mike McCandless) + ======================== Lucene 9.9.0 ======================= API Changes