You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/05/18 01:38:19 UTC

svn commit: r945437 - /hadoop/hbase/trunk/CHANGES.txt

Author: stack
Date: Mon May 17 23:38:19 2010
New Revision: 945437

URL: http://svn.apache.org/viewvc?rev=945437&view=rev
Log:
HBASE-2551  Forward port fixes that are in branch but not in trunk (part of the merge of old 0.20 into TRUNK task)

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=945437&r1=945436&r2=945437&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon May 17 23:38:19 2010
@@ -596,6 +596,8 @@ Release 0.21.0 - Unreleased
    HBASE-2340  Add end-to-end test of sync/flush (Forward-port from branch)
    HBASE-2555  Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL
    HBASE-2520  Cleanup arrays vs Lists of scanners (Todd Lipcon via Stack)
+   HBASE-2551  Forward port fixes that are in branch but not in trunk (part
+               of the merge of old 0.20 into TRUNK task)
 
 
   NEW FEATURES