Return-Path: Delivered-To: apmail-hadoop-hbase-commits-archive@locus.apache.org Received: (qmail 17302 invoked from network); 28 Aug 2008 21:52:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2008 21:52:38 -0000 Received: (qmail 12068 invoked by uid 500); 28 Aug 2008 21:52:36 -0000 Delivered-To: apmail-hadoop-hbase-commits-archive@hadoop.apache.org Received: (qmail 12055 invoked by uid 500); 28 Aug 2008 21:52:36 -0000 Mailing-List: contact hbase-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-commits@hadoop.apache.org Received: (qmail 12046 invoked by uid 99); 28 Aug 2008 21:52:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 14:52:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2008 21:51:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EFDE323889F3; Thu, 28 Aug 2008 14:51:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r690021 - /hadoop/hbase/trunk/CHANGES.txt Date: Thu, 28 Aug 2008 21:51:47 -0000 To: hbase-commits@hadoop.apache.org From: jimk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080828215147.EFDE323889F3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jimk Date: Thu Aug 28 14:51:47 2008 New Revision: 690021 URL: http://svn.apache.org/viewvc?rev=690021&view=rev Log: HBASE-762 deleteFamily takes timestamp, should only take row and family. Javadoc describes both cases but only implements the timestamp case. (Jean-Daniel Cryans via Jim Kellerman) Committed as part of HBASE-842 Modified: hadoop/hbase/trunk/CHANGES.txt Modified: hadoop/hbase/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=690021&r1=690020&r2=690021&view=diff ============================================================================== --- hadoop/hbase/trunk/CHANGES.txt (original) +++ hadoop/hbase/trunk/CHANGES.txt Thu Aug 28 14:51:47 2008 @@ -36,6 +36,9 @@ (Jonathan Gray via Jim Kellerman) HBASE-849 Speed improvement in JenkinsHash (Andrzej Bialecki via Stack) HBASE-552 Bloom filter bugs (Andrzej Bialecki via Jim Kellerman) + HBASE-762 deleteFamily takes timestamp, should only take row and family. + Javadoc describes both cases but only implements the timestamp + case. (Jean-Daniel Cryans via Jim Kellerman) IMPROVEMENTS HBASE-801 When a table haven't disable, shell could response in a "user