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/10/04 19:59:22 UTC

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

Author: stack
Date: Mon Oct  4 17:59:22 2010
New Revision: 1004339

URL: http://svn.apache.org/viewvc?rev=1004339&view=rev
Log:
HBASE-2917 Reseek directly to next row

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1004339&r1=1004338&r2=1004339&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Mon Oct  4 17:59:22 2010
@@ -969,7 +969,8 @@ Release 0.21.0 - Unreleased
                new master
    HBASE-2825  Scans respect row locks
    HBASE-3070  Add to hbaseadmin means of shutting down a regionserver
-   HBASE-2996  Fix and clean up Maven
+   HBASE-2996  Fix and clean up Maven (Lars Francke via Stack)
+   HBASE-2917  Reseek directly to next row (Pranav Khaitan)
 
   NEW FEATURES
    HBASE-1961  HBase EC2 scripts