From commits-return-3669-apmail-pig-commits-archive=pig.apache.org@pig.apache.org Fri Dec 17 22:32:51 2010 Return-Path: Delivered-To: apmail-pig-commits-archive@www.apache.org Received: (qmail 89055 invoked from network); 17 Dec 2010 22:32:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 22:32:51 -0000 Received: (qmail 10786 invoked by uid 500); 17 Dec 2010 22:32:51 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 10769 invoked by uid 500); 17 Dec 2010 22:32:51 -0000 Mailing-List: contact commits-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list commits@pig.apache.org Received: (qmail 10762 invoked by uid 99); 17 Dec 2010 22:32:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 22:32:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,LOTS_OF_MONEY 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; Fri, 17 Dec 2010 22:32:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 66C6523889E7; Fri, 17 Dec 2010 22:32:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1050513 - in /pig/site: author/src/documentation/content/xdocs/ publish/ publish/skin/images/ Date: Fri, 17 Dec 2010 22:32:27 -0000 To: commits@pig.apache.org From: olga@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101217223227.66C6523889E7@eris.apache.org> Author: olga Date: Fri Dec 17 22:32:25 2010 New Revision: 1050513 URL: http://svn.apache.org/viewvc?rev=1050513&view=rev Log: Changes for Pig 0.8.0 release Modified: pig/site/author/src/documentation/content/xdocs/index.xml pig/site/author/src/documentation/content/xdocs/releases.xml pig/site/author/src/documentation/content/xdocs/site.xml pig/site/publish/about.html pig/site/publish/about.pdf pig/site/publish/bylaws.html pig/site/publish/bylaws.pdf pig/site/publish/index.html pig/site/publish/index.pdf pig/site/publish/issue_tracking.html pig/site/publish/issue_tracking.pdf pig/site/publish/linkmap.html pig/site/publish/linkmap.pdf pig/site/publish/mailing_lists.html pig/site/publish/mailing_lists.pdf pig/site/publish/philosophy.html pig/site/publish/philosophy.pdf pig/site/publish/privacypolicy.html pig/site/publish/privacypolicy.pdf pig/site/publish/releases.html pig/site/publish/releases.pdf pig/site/publish/skin/images/rc-b-l-15-1body-2menu-3menu.png pig/site/publish/skin/images/rc-b-r-15-1body-2menu-3menu.png pig/site/publish/skin/images/rc-b-r-5-1header-2tab-selected-3tab-selected.png pig/site/publish/skin/images/rc-t-l-5-1header-2searchbox-3searchbox.png pig/site/publish/skin/images/rc-t-l-5-1header-2tab-selected-3tab-selected.png pig/site/publish/skin/images/rc-t-l-5-1header-2tab-unselected-3tab-unselected.png pig/site/publish/skin/images/rc-t-r-15-1body-2menu-3menu.png pig/site/publish/skin/images/rc-t-r-5-1header-2searchbox-3searchbox.png pig/site/publish/skin/images/rc-t-r-5-1header-2tab-selected-3tab-selected.png pig/site/publish/skin/images/rc-t-r-5-1header-2tab-unselected-3tab-unselected.png pig/site/publish/version_control.html pig/site/publish/version_control.pdf pig/site/publish/whoweare.html pig/site/publish/whoweare.pdf Modified: pig/site/author/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/pig/site/author/src/documentation/content/xdocs/index.xml?rev=1050513&r1=1050512&r2=1050513&view=diff ============================================================================== --- pig/site/author/src/documentation/content/xdocs/index.xml (original) +++ pig/site/author/src/documentation/content/xdocs/index.xml Fri Dec 17 22:32:25 2010 @@ -38,16 +38,16 @@ At the present time, Pig's infrastructur
News
- Apache Pig 0.7.0 is released! -

This release includes new LoadFunc/StoreFunc interface, switch of Pig local mode - and many bug fixes. Please, see details on the + Apache Pig 0.8.0 is released! +

This release includes new features such as scalar cast, custom partitioner, + Python UDFs, stats collection and more. Please, see details on the release page.

Getting Started
    -
  1. Read the documentation.
  2. +
  3. Read the documentation.
  4. Watch the training.
  5. Discuss it on the mailing list.
Modified: pig/site/author/src/documentation/content/xdocs/releases.xml URL: http://svn.apache.org/viewvc/pig/site/author/src/documentation/content/xdocs/releases.xml?rev=1050513&r1=1050512&r2=1050513&view=diff ============================================================================== --- pig/site/author/src/documentation/content/xdocs/releases.xml (original) +++ pig/site/author/src/documentation/content/xdocs/releases.xml Fri Dec 17 22:32:25 2010 @@ -20,6 +20,12 @@
News
+ 13 May, 2010: release 0.8.0 available +

This release includes new features such as scalar cast, custom partitioner, Python UDFs and more. + Release Notes are available at the download site

+ This release works with Hadoop 0.20. +
+
13 May, 2010: release 0.7.0 available

This release includes new LoadFunc/StoreFunc interface, switch of Pig local mode and many bug fixes. Release Notes are available at the download site

Modified: pig/site/author/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/pig/site/author/src/documentation/content/xdocs/site.xml?rev=1050513&r1=1050512&r2=1050513&view=diff ============================================================================== --- pig/site/author/src/documentation/content/xdocs/site.xml (original) +++ pig/site/author/src/documentation/content/xdocs/site.xml Fri Dec 17 22:32:25 2010 @@ -50,9 +50,9 @@ See http://forrest.apache.org/docs/linki - + @@ -65,9 +65,9 @@ See http://forrest.apache.org/docs/linki - + Modified: pig/site/publish/about.html URL: http://svn.apache.org/viewvc/pig/site/publish/about.html?rev=1050513&r1=1050512&r2=1050513&view=diff ============================================================================== --- pig/site/publish/about.html (original) +++ pig/site/publish/about.html Fri Dec 17 22:32:25 2010 @@ -126,14 +126,14 @@ document.write("Last Published: " + docu