You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by bi...@apache.org on 2013/03/21 06:36:42 UTC

svn commit: r1459157 - in /pig/branches/branch-0.11: CHANGES.txt RELEASE_NOTES.txt build.xml

Author: billgraham
Date: Thu Mar 21 05:36:42 2013
New Revision: 1459157

URL: http://svn.apache.org/r1459157
Log:
Preparing for release 0.11.1

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

Modified: pig/branches/branch-0.11/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1459157&r1=1459156&r2=1459157&view=diff
==============================================================================
--- pig/branches/branch-0.11/CHANGES.txt (original)
+++ pig/branches/branch-0.11/CHANGES.txt Thu Mar 21 05:36:42 2013
@@ -18,7 +18,7 @@
 
 Pig Change Log
 
-Release 0.11.1 (unreleased)
+Release 0.11.1
 
 INCOMPATIBLE CHANGES
 

Modified: pig/branches/branch-0.11/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/RELEASE_NOTES.txt?rev=1459157&r1=1459156&r2=1459157&view=diff
==============================================================================
--- pig/branches/branch-0.11/RELEASE_NOTES.txt (original)
+++ pig/branches/branch-0.11/RELEASE_NOTES.txt Thu Mar 21 05:36:42 2013
@@ -1,35 +1,9 @@
-These notes are for Pig 0.11.0 release.
+These notes are for Pig 0.11.1 release.
 
 Highlights
 ==========
 
-This release include several new features and improvements, some of which are
-highlighted below. For a more complete list of changes see CHANGES.txt.
-
-- New RANK, CUBE and ROLLUP operators
-- New DateType data type
-- Support for Groovy UDFs
-- Support for loading macros from jars
-- Support for custom PigReducerEstimators
-- Suoport for custom PigProgressNotificatonListeners
-- Support for schema-based Tuples for reduced memory footprint
-- Support for passing environment variables to streaming jobs
-- Support for invoking HCatalog DDL commands from Pig
-- Support for .pigbootup file for defaults
-- Improved support for working with Maps in Pig scripts
-- Grunt improvements: history and clear
-- New cleanupOnSuccess method in StoreFunc interface
-- UDF timing utilities
-- UDF lifecycle improvements
-- UDFs for DateType support
-- Performance improvements to merge join
-- Performance improvements to local mode
-- Performance improvements to in memory aggregation
-- Performance improvements to Spillable management
-- Improvements to HBaseStorage and AvroStorage
-- Penny has been removed
-- 300+ bug fixes
-
+This is a maintenance release of Pig 0.11. See CHANGES.txt for a list of changes.
 
 System Requirements
 ===================

Modified: pig/branches/branch-0.11/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/build.xml?rev=1459157&r1=1459156&r2=1459157&view=diff
==============================================================================
--- pig/branches/branch-0.11/build.xml (original)
+++ pig/branches/branch-0.11/build.xml Thu Mar 21 05:36:42 2013
@@ -30,7 +30,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="pig.version" value="0.11.1" />
+    <property name="pig.version" value="0.11.2" />
     <property name="pig.version.suffix" value="-SNAPSHOT" />
     <property name="version" value="${pig.version}${pig.version.suffix}" />
     <property name="final.name" value="${name}-${version}" />