You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by pr...@apache.org on 2014/04/05 11:00:30 UTC

svn commit: r1585023 - in /pig/branches/branch-0.12: CHANGES.txt RELEASE_NOTES.txt build.xml src/docs/src/documentation/content/xdocs/tabs.xml

Author: prkommireddi
Date: Sat Apr  5 09:00:29 2014
New Revision: 1585023

URL: http://svn.apache.org/r1585023
Log:
Preparing for release 0.12.1

Modified:
    pig/branches/branch-0.12/CHANGES.txt
    pig/branches/branch-0.12/RELEASE_NOTES.txt
    pig/branches/branch-0.12/build.xml
    pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/tabs.xml

Modified: pig/branches/branch-0.12/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/CHANGES.txt?rev=1585023&r1=1585022&r2=1585023&view=diff
==============================================================================
--- pig/branches/branch-0.12/CHANGES.txt (original)
+++ pig/branches/branch-0.12/CHANGES.txt Sat Apr  5 09:00:29 2014
@@ -18,7 +18,9 @@
 
 Pig Change Log
 
-Release 0.12.1 (unreleased changes)
+Release 0.12.1
+
+INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 

Modified: pig/branches/branch-0.12/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/RELEASE_NOTES.txt?rev=1585023&r1=1585022&r2=1585023&view=diff
==============================================================================
--- pig/branches/branch-0.12/RELEASE_NOTES.txt (original)
+++ pig/branches/branch-0.12/RELEASE_NOTES.txt Sat Apr  5 09:00:29 2014
@@ -1,11 +1,9 @@
-These notes are for Pig 0.12.0 release.
+These notes are for Pig 0.12.1 release.
 
 Highlights
 ==========
 
-This release include several new features such as ASSERT operator, Streaming UDF,
-new AvroStorage, IN/CASE operator, BigInteger/BigDecimal data type, support for
-Windows, and more, see a more complete list in CHANGES.txt.
+This is a maintenance release of Pig 0.12. See CHANGES.txt for a list of changes.
 
 System Requirements
 ===================
@@ -19,9 +17,9 @@ Java installation
 Trying the Release
 ==================
 
-1. Download pig-0.12.0.tar.gz
-2. Unpack the file: tar -xzvf pig-0.12.0.tar.gz
-3. Move into the installation directory: cd pig-0.12.0
+1. Download pig-0.12.1.tar.gz
+2. Unpack the file: tar -xzvf pig-0.12.1.tar.gz
+3. Move into the installation directory: cd pig-0.12.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.12/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/build.xml?rev=1585023&r1=1585022&r2=1585023&view=diff
==============================================================================
--- pig/branches/branch-0.12/build.xml (original)
+++ pig/branches/branch-0.12/build.xml Sat Apr  5 09:00:29 2014
@@ -31,7 +31,7 @@
     <property name="pigsmoke.pom" value="${basedir}/ivy/pigsmoke.pom" />
     <property name="pigunit.pom" value="${basedir}/ivy/pigunit.pom" />
     <property name="piggybank.pom" value="${basedir}/ivy/piggybank.pom" />
-    <property name="pig.version" value="0.12.1" />
+    <property name="pig.version" value="0.12.2" />
     <property name="pig.version.suffix" value="-SNAPSHOT" />
     <property name="version" value="${pig.version}${pig.version.suffix}" />
     <property name="final.name" value="${name}-${version}" />

Modified: pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/tabs.xml?rev=1585023&r1=1585022&r2=1585023&view=diff
==============================================================================
--- pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ pig/branches/branch-0.12/src/docs/src/documentation/content/xdocs/tabs.xml Sat Apr  5 09:00:29 2014
@@ -32,6 +32,6 @@
   -->
   <tab label="Project" href="http://hadoop.apache.org/pig/" type="visible" /> 
   <tab label="Wiki" href="http://wiki.apache.org/pig/" type="visible" /> 
-  <tab label="Pig 0.12.0 Documentation" dir="" type="visible" /> 
+  <tab label="Pig 0.12.1 Documentation" dir="" type="visible" /> 
 
 </tabs>