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 2011/10/01 06:21:42 UTC

svn commit: r1177898 - /hbase/branches/0.92/CHANGES.txt

Author: stack
Date: Sat Oct  1 04:21:41 2011
New Revision: 1177898

URL: http://svn.apache.org/viewvc?rev=1177898&view=rev
Log:
HBASE-4506 [hbck] Allow HBaseFsck to be instantiated without connecting

Modified:
    hbase/branches/0.92/CHANGES.txt

Modified: hbase/branches/0.92/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1177898&r1=1177897&r2=1177898&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Sat Oct  1 04:21:41 2011
@@ -660,8 +660,6 @@ Release 0.90.5 - Unreleased
    HBASE-4295  rowcounter does not return the correct number of rows in
                certain circumstances (David Revell)
    HBASE-4515  User.getCurrent() can fail to initialize the current user
-   HBASE-4506  [hbck] Allow HBaseFsck to be instantiated without connecting
-               (Jonathan Hsieh)
 
   IMPROVEMENT
    HBASE-4205  Enhance HTable javadoc (Eric Charles)
@@ -682,6 +680,8 @@ Release 0.90.5 - Unreleased
                (Harsh J)
    HBASE-4375  [hbck] Add region coverage visualization to hbck
                (Jonathan Hsieh)
+   HBASE-4506  [hbck] Allow HBaseFsck to be instantiated without connecting
+               (Jonathan Hsieh)
 
 Release 0.90.4 - August 10, 2011