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/28 00:23:46 UTC

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

Author: stack
Date: Thu May 27 22:23:46 2010
New Revision: 949025

URL: http://svn.apache.org/viewvc?rev=949025&view=rev
Log:
HBASE-2619 HBase shell 'alter' command cannot set table properties to False

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=949025&r1=949024&r2=949025&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu May 27 22:23:46 2010
@@ -360,6 +360,8 @@ Release 0.21.0 - Unreleased
    HBASE-2586  Move hbase webapps to a hbase-webapps dir (Todd Lipcon via
                Andrew Purtell)
    HBASE-2610  ValueFilter copy pasted javadoc from QualifierFilter
+   HBASE-2619  HBase shell 'alter' command cannot set table properties to False
+               (Christo Wilson via Stack)
 
   IMPROVEMENTS
    HBASE-1760  Cleanup TODOs in HTable