From hcatalog-commits-return-279-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Mon Jun 13 17:46:50 2011 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 60AAF6285 for ; Mon, 13 Jun 2011 17:46:50 +0000 (UTC) Received: (qmail 74582 invoked by uid 500); 13 Jun 2011 17:46:50 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 74559 invoked by uid 500); 13 Jun 2011 17:46:50 -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 74552 invoked by uid 99); 13 Jun 2011 17:46:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 17:46:50 +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; Mon, 13 Jun 2011 17:46:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E0A482388A64; Mon, 13 Jun 2011 17:46:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1135196 - /incubator/hcatalog/branches/branch-0.1/CHANGES.txt Date: Mon, 13 Jun 2011 17:46:26 -0000 To: hcatalog-commits@incubator.apache.org From: gates@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110613174626.E0A482388A64@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gates Date: Mon Jun 13 17:46:26 2011 New Revision: 1135196 URL: http://svn.apache.org/viewvc?rev=1135196&view=rev Log: Fixes to CHANGES.txt to properly include all 0.1 work in the 0.1 section. Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt Modified: incubator/hcatalog/branches/branch-0.1/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/CHANGES.txt?rev=1135196&r1=1135195&r2=1135196&view=diff ============================================================================== --- incubator/hcatalog/branches/branch-0.1/CHANGES.txt (original) +++ incubator/hcatalog/branches/branch-0.1/CHANGES.txt Mon Jun 13 17:46:26 2011 @@ -1,37 +1,6 @@ Apache HCatalog Change Log -Trunk (unreleased changes) - - INCOMPATIBLE CHANGES - - NEW FEATURES - HCAT-16. Add InputFormat/OutputFormat for handling exported tables/partitions. - (Krishna Kumar via macyang) - - IMPROVEMENTS - - HCAT-30. Need changes.txt (Jakob Homan via hashutosh) - - HCAT-19. Enable and add decorators for the export/import cli commands - for authorization and permission setting. (Krishna Kumar via macyang) - - HCAT-18. Refactor TestRCFileInputStorageDriver. (Jakob Homan via hashutosh) - - OPTIMIZATIONS - - BUG FIXES - HCAT-12. Get trunk to build. (hashutosh) - - HCAT-17. Shouldn't be able to add an HCatFieldSchema with the same name as - existing field. (Jakob Homan via gates) - - HCAT-28. Trunk test not compiling: Upstream Hive changes broke TestPermsGrp. - (Jakob Homan via hashutosh) - - HCAT-15. Replace all occurrences of 'howl' with hcat/hcatalog. - (Jakob Homan via macyang) - -Release 0.1 - Unreleased +Release 0.1.0 - Unreleased INCOMPATIBLE CHANGES @@ -42,6 +11,9 @@ Release 0.1 - Unreleased HCAT-9. Get a beginning HCatalog website up. (gates) + HCAT-16. Add InputFormat/OutputFormat for handling exported tables/partitions. + (Krishna Kumar via macyang) + IMPROVEMENTS HCAT-40. Remove dependencies from the HCatalog client jar (macyang) @@ -52,7 +24,14 @@ Release 0.1 - Unreleased HCAT-20. Create a package target (gates via hashutosh) HCAT-29. Remove Yahoo copyright from documentation (Jakob Homan via hashutosh) + + HCAT-30. Need changes.txt (Jakob Homan via hashutosh) + HCAT-19. Enable and add decorators for the export/import cli commands + for authorization and permission setting. (Krishna Kumar via macyang) + + HCAT-18. Refactor TestRCFileInputStorageDriver. (Jakob Homan via hashutosh) + OPTIMIZATIONS BUG FIXES @@ -61,3 +40,14 @@ Release 0.1 - Unreleased HCAT-7. Ivy fetch of CDH Hadoop versions does not work properly. (gates) HCAT-6. Unit test TestPermsInheritance fails. (hashutosh) + + HCAT-12. Get trunk to build. (hashutosh) + + HCAT-17. Shouldn't be able to add an HCatFieldSchema with the same name as + existing field. (Jakob Homan via gates) + + HCAT-28. Trunk test not compiling: Upstream Hive changes broke TestPermsGrp. + (Jakob Homan via hashutosh) + + HCAT-15. Replace all occurrences of 'howl' with hcat/hcatalog. + (Jakob Homan via macyang)