You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by gd...@apache.org on 2012/10/18 20:58:36 UTC

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

Author: gdfm
Date: Thu Oct 18 18:58:36 2012
New Revision: 1399783

URL: http://svn.apache.org/viewvc?rev=1399783&view=rev
Log:
Fixed problems with CHANGES.txt

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1399783&r1=1399782&r2=1399783&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Oct 18 18:58:36 2012
@@ -24,13 +24,11 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
-PIG-2943: DevTests, Refactor Windows checks to use new Util.WINDOWS method for code health (jgordon via dvryaboy)
-
 PIG-2966: Test failures on CentOS 6 because MALLOC_ARENA_MAX is not set (cheolsoo via sms)
 
-PIG-2793: Pig test: add utils to simplify testing on Windows (jgordon via gates)
+PIG-2794: Pig test: add utils to simplify testing on Windows (jgordon via gates)
 
-PIG-2908: Fix unit tests to work with jdk7 (rohini via dvryaboy) 
+PIG-2910: Add function to read schema from outout of Schema.toString() (initialcontext via thejas)
 
 OPTIMIZATIONS
 
@@ -41,6 +39,7 @@ PIG-2928: Fix e2e test failures in trunk
 Release 0.11.0 (unreleased)
 
 INCOMPATIBLE CHANGES
+
 PIG-1891 Enable StoreFunc to make intelligent decision based on job success or failure (initialcontext via gates)
 
 IMPROVEMENTS
@@ -49,7 +48,9 @@ PIG-2976: Reduce HBaseStorage logging (b
 
 PIG-2947: Documentation for Rank operator (xalan via azaroth)
 
-PIG-2910: Add function to read schema from outout of Schema.toString() (initialcontext via thejas)
+PIG-2943: DevTests, Refactor Windows checks to use new Util.WINDOWS method for code health (jgordon via dvryaboy)
+
+PIG-2908: Fix unit tests to work with jdk7 (rohini via dvryaboy) 
 
 PIG-2965: RANDOM should allow seed initialization for ease of testing (jcoveney)