Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA3CE90F1 for ; Wed, 29 Feb 2012 18:29:28 +0000 (UTC) Received: (qmail 46437 invoked by uid 500); 29 Feb 2012 18:29:28 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 46410 invoked by uid 500); 29 Feb 2012 18:29:28 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 46403 invoked by uid 99); 29 Feb 2012 18:29:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 18:29:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 29 Feb 2012 18:29:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5958323888D2 for ; Wed, 29 Feb 2012 18:29:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1295203 - /hbase/branches/0.90/CHANGES.txt Date: Wed, 29 Feb 2012 18:29:05 -0000 To: commits@hbase.apache.org From: ramkrishna@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120229182905.5958323888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ramkrishna Date: Wed Feb 29 18:29:04 2012 New Revision: 1295203 URL: http://svn.apache.org/viewvc?rev=1295203&view=rev Log: Changes for 0.90.6 RC rlease 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=1295203&r1=1295202&r2=1295203&view=diff ============================================================================== --- hbase/branches/0.90/CHANGES.txt (original) +++ hbase/branches/0.90/CHANGES.txt Wed Feb 29 18:29:04 2012 @@ -1,8 +1,4 @@ HBase Change Log -Release 0.90.7 - Unreleased - BUG FIXES - HBASE-5364 Fix source files missing licenses in 0.92 and trunk; Addendum - (Shaneal Manek) Release 0.90.6 - Unreleased INCOMPATIBLE CHANGES @@ -52,6 +48,8 @@ Release 0.90.6 - Unreleased HBASE-5379 Backport HBASE-4287 to 0.90 - If region opening fails, try to transition region back to "offline" in ZK HBASE-5396 Handle the regions in regionPlans while processing ServerShutdownHandler(Jieshan) + HBASE-5364 Fix source files missing licenses in 0.92 and trunk; Addendum + (Shaneal Manek) HBASE-5490 Move the enum RS_ZK_REGION_FAILED_OPEN to the last of the enum list in 0.90 EventHandler (Ram)