You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2011/04/08 01:25:20 UTC

svn commit: r1090063 - /hbase/branches/0.90/CHANGES.txt

Author: jdcryans
Date: Thu Apr  7 23:25:19 2011
New Revision: 1090063

URL: http://svn.apache.org/viewvc?rev=1090063&view=rev
Log:
Didn't put 3734 under the right section, also fixed indentation

Modified:
    hbase/branches/0.90/CHANGES.txt

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1090063&r1=1090062&r2=1090063&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Thu Apr  7 23:25:19 2011
@@ -1,18 +1,18 @@
 HBase Change Log
 Release 0.90.3 - Unreleased
   BUG FIXES
-    HBASE-3712  HTable.close() doesn't shutdown thread pool
-                (Ted Yu via Stack)
-    HBASE-3714  completebulkload does not use HBase configuration
-                (Nichole Treadway via Stack)
-    HBASE-3746  Clean up CompressionTest to not directly reference
-                DistributedFileSystem (todd)
+   HBASE-3712  HTable.close() doesn't shutdown thread pool
+               (Ted Yu via Stack)
+   HBASE-3714  completebulkload does not use HBase configuration
+               (Nichole Treadway via Stack)
+   HBASE-3746  Clean up CompressionTest to not directly reference
+               DistributedFileSystem (todd)
+   HBASE-3734  HBaseAdmin creates new configurations in getCatalogTracker
 
   IMPROVEMENT
    HBASE-3717  deprecate HTable isTableEnabled() methods in favor of HBaseAdmin
                methods (David Butler via Stack)
    HBASE-3747  ReplicationSource should differanciate remote and local exceptions
-   HBASE-3734  HBaseAdmin creates new configurations in getCatalogTracker
 
   TASK
    HBASE-3748  Add rolling of thrift/rest daemons to graceful_stop.sh script