You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/27 21:19:50 UTC

svn commit: r1176537 - in /pig/branches/branch-0.9: CHANGES.txt RELEASE_NOTES.txt build.xml

Author: daijy
Date: Tue Sep 27 19:19:50 2011
New Revision: 1176537

URL: http://svn.apache.org/viewvc?rev=1176537&view=rev
Log:
Preparing for release 0.9.1

Modified:
    pig/branches/branch-0.9/CHANGES.txt
    pig/branches/branch-0.9/RELEASE_NOTES.txt
    pig/branches/branch-0.9/build.xml

Modified: pig/branches/branch-0.9/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/CHANGES.txt?rev=1176537&r1=1176536&r2=1176537&view=diff
==============================================================================
--- pig/branches/branch-0.9/CHANGES.txt (original)
+++ pig/branches/branch-0.9/CHANGES.txt Tue Sep 27 19:19:50 2011
@@ -78,7 +78,7 @@ PIG-2286: Using COR function in Piggyban
 
 PIG-2274: remove pig deb package dependency on sun-java6-jre (gkesavan via daijy)
 
-Release 0.9.0 - Unreleased
+Release 0.9.0
 
 INCOMPATIBLE CHANGES
 

Modified: pig/branches/branch-0.9/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/RELEASE_NOTES.txt?rev=1176537&r1=1176536&r2=1176537&view=diff
==============================================================================
--- pig/branches/branch-0.9/RELEASE_NOTES.txt (original)
+++ pig/branches/branch-0.9/RELEASE_NOTES.txt Tue Sep 27 19:19:50 2011
@@ -1,11 +1,10 @@
-These notes are for Pig 0.9.0 release.
+These notes are for Pig 0.9.1 release.
 
 Highlights
 ==========
 
-The main focus of this release is addition of control structures, 
-semantic cleanup, and ithe foundation for better usability with 
-replacement of javacc parser with antlr.
+This is a maintenance release of Pig 0.9. It also adds rpm/deb release
+in addition to traditional tarball release.
 
 System Requirements
 ===================
@@ -14,14 +13,14 @@ System Requirements
 Java installation
 2. Ant build tool:  http://ant.apache.org - to build source only
 3. Cygwin: http://www.cygwin.com/ - to run under Windows 
-4. This release is compatible with Hadoop 0.20.3 releases
+4. This release is compatible with all Hadoop 0.20.X releases
 
 Trying the Release
 ==================
 
-1. Download pig-0.9.0.tar.gz
-2. Unpack the file: tar -xzvf pig-0.9.0.tar.gz
-3. Move into the installation directory: cd pig-0.9.0
+1. Download pig-0.9.1.tar.gz
+2. Unpack the file: tar -xzvf pig-0.9.1.tar.gz
+3. Move into the installation directory: cd pig-0.9.1
 4. To run pig without Hadoop cluster, execute the command below. This will
 take you into an interactive shell called grunt that allows you to navigate
 the local file system and execute Pig commands against the local files

Modified: pig/branches/branch-0.9/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/build.xml?rev=1176537&r1=1176536&r2=1176537&view=diff
==============================================================================
--- pig/branches/branch-0.9/build.xml (original)
+++ pig/branches/branch-0.9/build.xml Tue Sep 27 19:19:50 2011
@@ -32,7 +32,7 @@
 	<property name="pig.pom" value="${basedir}/ivy/pig.pom" />
   	<property name="pigsmoke.pom" value="${basedir}/ivy/pigsmoke.pom" />
   	<property name="pigunit.pom" value="${basedir}/ivy/pigunit.pom" />
-	<property name="version" value="0.9.1-SNAPSHOT" />
+	<property name="version" value="0.9.2-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
 
     <!-- source properties -->