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 2014/03/19 19:49:24 UTC

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

Author: daijy
Date: Wed Mar 19 18:49:23 2014
New Revision: 1579348

URL: http://svn.apache.org/r1579348
Log:
PIG-3516: pig does not bring in joda-time as dependency in its pig-template.xml

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1579348&r1=1579347&r2=1579348&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Mar 19 18:49:23 2014
@@ -218,8 +218,6 @@ PIG-3542: Javadoc of REGEX_EXTRACT_ALL (
 
 PIG-3518: Need to ship jruby.jar in the release (daijy)
 
-PIG-3516: pig does not bring in joda-time as dependency in its pig-template.xml (daijy)
-
 PIG-3524: Clean up Launcher and MapReduceLauncher after PIG-3419 (cheolsoo)
 
 PIG-3515: Shell commands are limited from OS buffer (andronat via cheolsoo)
@@ -257,6 +255,8 @@ PIG-3480: TFile-based tmpfile compressio
 
 BUG FIXES
 
+PIG-3516: pig does not bring in joda-time as dependency in its pig-template.xml (daijy)
+
 PIG-3753: LOGenerate generates null schema (daijy)
 
 PIG-3782: PushDownForEachFlatten + ColumnMapKeyPrune with user defined schema failing due to incorrect UID assignment (knoguchi via daijy)