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/02/19 19:40:47 UTC

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

Author: daijy
Date: Wed Feb 19 18:40:46 2014
New Revision: 1569874

URL: http://svn.apache.org/r1569874
Log:
PIG-3529: Upgrade HBase dependency from 0.95-SNAPSHOT to 0.96

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1569874&r1=1569873&r2=1569874&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Feb 19 18:40:46 2014
@@ -79,8 +79,6 @@ PIG-3295: Casting from bytearray failing
 
 PIG-3444: CONCAT with 2+ input parameters fail (lbendig via daijy)
 
-PIG-3529: Upgrade HBase dependency from 0.95-SNAPSHOT to 0.96 (jarcec via daijy)
-
 PIG-3117: A debug mode in which pig does not delete temporary files (ihadanny via cheolsoo)
 
 PIG-3484: Make the size of pig.script property configurable (cheolsoo)
@@ -211,6 +209,8 @@ Release 0.12.1 (unreleased changes)
 
 IMPROVEMENTS
 
+PIG-3529: Upgrade HBase dependency from 0.95-SNAPSHOT to 0.96 (jarcec via daijy)
+
 PIG-3552: UriUtil used by reducer estimator should support viewfs (amatsukawa via aniket486)
 
 PIG-3549: Print hadoop jobids for failed, killed job (aniket486)