Return-Path: Delivered-To: apmail-hadoop-hbase-commits-archive@minotaur.apache.org Received: (qmail 96384 invoked from network); 29 Sep 2009 02:10:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 02:10:27 -0000 Received: (qmail 39215 invoked by uid 500); 29 Sep 2009 02:10:27 -0000 Delivered-To: apmail-hadoop-hbase-commits-archive@hadoop.apache.org Received: (qmail 39169 invoked by uid 500); 29 Sep 2009 02:10:26 -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 39160 invoked by uid 99); 29 Sep 2009 02:10:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 02:10:26 +0000 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; Tue, 29 Sep 2009 02:10:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DF73C2388893; Tue, 29 Sep 2009 02:10:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r819795 - /hadoop/hbase/branches/0.20/CHANGES.txt Date: Tue, 29 Sep 2009 02:10:02 -0000 To: hbase-commits@hadoop.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090929021002.DF73C2388893@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stack Date: Tue Sep 29 02:10:02 2009 New Revision: 819795 URL: http://svn.apache.org/viewvc?rev=819795&view=rev Log: Moved remove of historian to incompatible change section; had a tool that was dependent on it and it broke when upgraded (should be rare case though) Modified: hadoop/hbase/branches/0.20/CHANGES.txt Modified: hadoop/hbase/branches/0.20/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20/CHANGES.txt?rev=819795&r1=819794&r2=819795&view=diff ============================================================================== --- hadoop/hbase/branches/0.20/CHANGES.txt (original) +++ hadoop/hbase/branches/0.20/CHANGES.txt Tue Sep 29 02:10:02 2009 @@ -1,6 +1,9 @@ HBase Change Log Release 0.20.1 - Unreleased + INCOMPATIBLE CHANGES + HBASE-1854 Remove the Region Historian + BUG FIXES HBASE-1824 [stargate] default timestamp should be LATEST_TIMESTAMP HBASE-1795 log recovery doesnt reset the max sequence id, new logfiles can @@ -49,7 +52,6 @@ HBASE-1574 Client and server APIs to do batch deletes HBASE-1833 hfile.main fixes HBASE-1684 Backup (Export/Import) contrib tool for 0.20 - HBASE-1854 Remove the Region Historian HBASE-1860 Change HTablePool#createHTable from private to protected HBASE-48 Bulk load tools HBASE-1855 HMaster web application doesn't show the region end key in the