From 155775076f792863d1e3115ea4ed9c840c0d2738 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Sat, 5 Nov 2011 19:40:03 +0000 Subject: [PATCH] Updated CHANGES.txt to reference fix for SOLR-2829. False-positives on cache hits. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1198034 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index c6e5359a415..8d2f5391031 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -264,7 +264,9 @@ Bug Fixes rather than loading URL content streams automatically regardless of use. (David Smiley and Ryan McKinley via ehatcher) - +* SOLR-2829: Fix problem with false-positives due to incorrect + equals methods. (Yonik Seeley, Hossman, Erick Erickson. + Marc Tinnemeyer caught the bug) Other Changes ----------------------