You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/03/17 20:29:06 UTC

svn commit: r1082654 - /hbase/trunk/CHANGES.txt

Author: nspiegelberg
Date: Thu Mar 17 19:29:06 2011
New Revision: 1082654

URL: http://svn.apache.org/viewvc?rev=1082654&view=rev
Log:
add HBASE-3665 to CHANGES.txt

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1082654&r1=1082653&r2=1082654&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu Mar 17 19:29:06 2011
@@ -40,6 +40,7 @@ Release 0.91.0 - Unreleased
    HBASE-3514  Speedup HFile.Writer append (Matteo Bertozzi via Ryan)
    HBASE-3515  [replication] ReplicationSource can miss a log after RS comes
                out of GC
+   HBASE-3665  tighten assertions for testBloomFilterSize
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)