You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2012/01/29 08:03:47 UTC

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

Author: ramkrishna
Date: Sun Jan 29 07:03:47 2012
New Revision: 1237202

URL: http://svn.apache.org/viewvc?rev=1237202&view=rev
Log:
Removed 0.90.7 and updated 0.90.6 section

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=1237202&r1=1237201&r2=1237202&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Sun Jan 29 07:03:47 2012
@@ -1,12 +1,9 @@
 HBase Change Log
-Release 0.90.7 - Unreleased
+
+Release 0.90.6 - Unreleased
   INCOMPATIBLE CHANGES
    HBASE-5228  [REST] Rip out "transform" feature
-  
-  BUG FIXES
-   HBASE-5271  Result.getValue and Result.getColumnLatest return the wrong column (Ghais Issa)
 
-Release 0.90.6 - Unreleased
   BUG FIXES
    HBASE-5008  The clusters can't provide services because Region can't flush
                (Gaojinchao)
@@ -43,6 +40,7 @@ Release 0.90.6 - Unreleased
    HBASE-5243  LogSyncerThread not getting shutdown waiting for the interrupted flag (Ram)
    HBASE-5269  IllegalMonitorStateException while retryin HLog split in 0.90 branch. (Ram)
    HBASE-5137  MasterFileSystem.splitLog() should abort even if waitOnSafeMode() throws IOException (Ram)
+   HBASE-5271  Result.getValue and Result.getColumnLatest return the wrong column (Ghais Issa)
    HBASE-5153  Addendum for 0.90 branch (Jieshan)
 
   IMPROVEMENT