You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2011/11/05 20:40:04 UTC

svn commit: r1198034 - /lucene/dev/trunk/solr/CHANGES.txt

Author: erick
Date: Sat Nov  5 19:40:03 2011
New Revision: 1198034

URL: http://svn.apache.org/viewvc?rev=1198034&view=rev
Log:
Updated CHANGES.txt to reference fix for SOLR-2829. False-positives on cache hits.

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1198034&r1=1198033&r2=1198034&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Sat Nov  5 19:40:03 2011
@@ -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
 ----------------------