You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2014/04/04 23:21:53 UTC

svn commit: r1584918 - /pig/trunk/CHANGES.txt

Author: cheolsoo
Date: Fri Apr  4 21:21:52 2014
New Revision: 1584918

URL: http://svn.apache.org/r1584918
Log:
Move PIG-3661 to 0.12.1 in CHANGES.txt

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1584918&r1=1584917&r2=1584918&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Apr  4 21:21:52 2014
@@ -170,8 +170,6 @@ PIG-3641: Split "otherwise" producing in
 
 PIG-3682: mvn-inst target does not install pig-h2.jar into local .m2 (raluri via aniket486)
 
-PIG-3661: Piggybank AvroStorage fails if used in more than one load or store statement (rohini)
-
 PIG-3511: Security: Pig temporary directories might have world readable permissions (rohini)
 
 PIG-3664: Piggy Bank XPath UDF can't be called (nezihyigitbasi via daijy)
@@ -271,6 +269,8 @@ PIG-3480: TFile-based tmpfile compressio
 
 BUG FIXES
 
+PIG-3661: Piggybank AvroStorage fails if used in more than one load or store statement (rohini)
+
 PIG-3819: e2e tests containing "perl -e "print $_;" fails on Hadoop 2 (daijy)
 
 PIG-3813: Rank column is assigned different uids everytime when schema is reset (cheolsoo)