From hcatalog-commits-return-692-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 28 22:54:06 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 761899232 for ; Tue, 28 Feb 2012 22:54:06 +0000 (UTC) Received: (qmail 56416 invoked by uid 500); 28 Feb 2012 22:54:06 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 56382 invoked by uid 500); 28 Feb 2012 22:54:06 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 56374 invoked by uid 99); 28 Feb 2012 22:54:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 22:54:06 +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; Tue, 28 Feb 2012 22:54:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7ED6423889D7; Tue, 28 Feb 2012 22:53:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1294880 - /incubator/hcatalog/trunk/CHANGES.txt Date: Tue, 28 Feb 2012 22:53:43 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120228225343.7ED6423889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gates Date: Tue Feb 28 22:53:43 2012 New Revision: 1294880 URL: http://svn.apache.org/viewvc?rev=1294880&view=rev Log: Preparing for 0.4 branch Modified: incubator/hcatalog/trunk/CHANGES.txt Modified: incubator/hcatalog/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1294880&r1=1294879&r2=1294880&view=diff ============================================================================== --- incubator/hcatalog/trunk/CHANGES.txt (original) +++ incubator/hcatalog/trunk/CHANGES.txt Tue Feb 28 22:53:43 2012 @@ -18,7 +18,7 @@ Apache HCatalog Change Log -Trunk (unreleased changes) +Release 0.4.0 - Unreleased INCOMPATIBLE CHANGES HCAT-265 remove deprecated HCatStorageHandler (toffer)