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 2012/12/27 18:29:58 UTC

svn commit: r1426262 - /pig/branches/branch-0.10/RELEASE_NOTES.txt

Author: daijy
Date: Thu Dec 27 17:29:57 2012
New Revision: 1426262

URL: http://svn.apache.org/viewvc?rev=1426262&view=rev
Log:
Update 0.10.1 release notes

Modified:
    pig/branches/branch-0.10/RELEASE_NOTES.txt

Modified: pig/branches/branch-0.10/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/RELEASE_NOTES.txt?rev=1426262&r1=1426261&r2=1426262&view=diff
==============================================================================
--- pig/branches/branch-0.10/RELEASE_NOTES.txt (original)
+++ pig/branches/branch-0.10/RELEASE_NOTES.txt Thu Dec 27 17:29:57 2012
@@ -1,12 +1,9 @@
-These notes are for Pig 0.10.0 release.
+These notes are for Pig 0.10.1 release.
 
 Highlights
 ==========
 
-This release include several new features such as boolean datatype, nested
-cross/foreach, JRuby udf, limit by expression, split default destination,
-tuple/bag/map syntax support, map-side aggregation, and more, see a more complete
-list in CHANGES.txt.
+This is a maintenance release of Pig 0.10. See CHANGES.txt for a list of changes.
 
 If you want to run unit test, make sure to set umask to 0022 before running unit
 test (we also see unit test fail due to extended acl, use setfacl -b to remove
@@ -19,7 +16,7 @@ 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 all Hadoop 0.20.X, 1.0.X and 0.23.X releases
+4. This release is compatible with all Hadoop 0.20.X, 1.X, 0.23.X and 2.X releases
 
 Trying the Release
 ==================