You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/09/09 17:19:30 UTC

svn commit: r812989 - /lucene/java/trunk/CHANGES.txt

Author: markrmiller
Date: Wed Sep  9 15:19:29 2009
New Revision: 812989

URL: http://svn.apache.org/viewvc?rev=812989&view=rev
Log:
last commit accidently removed a Changes entry Uwe entered - readding the entry

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=812989&r1=812988&r2=812989&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Sep  9 15:19:29 2009
@@ -545,8 +545,12 @@
     not work correctly.  (Uwe Schindler)
 
  * LUCENE-1899: Fix O(N^2) CPU cost when setting docIDs in order in an
-   OpenBitSet, due to an inefficiency in how the underlying storage is
-   reallocated.  (Nadav Har'El via Mike McCandless)
+    OpenBitSet, due to an inefficiency in how the underlying storage is
+    reallocated.  (Nadav Har'El via Mike McCandless)
+   
+ * LUCENE-1901: Fix the bug that TermAttributeImpl.equals() does not check
+    termLength.  (Daniel Shane, Doron Cohen via Uwe Schindler)
+
 
 New features