You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by tu...@apache.org on 2012/09/07 02:28:06 UTC

svn commit: r1381820 - /incubator/oozie/trunk/release-log.txt

Author: tucu
Date: Fri Sep  7 00:28:06 2012
New Revision: 1381820

URL: http://svn.apache.org/viewvc?rev=1381820&view=rev
Log:
OOZIE-809 MySQL TEXT columns should be MEDIUMTEXT (rkanter via tucu)

Modified:
    incubator/oozie/trunk/release-log.txt

Modified: incubator/oozie/trunk/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1381820&r1=1381819&r2=1381820&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Fri Sep  7 00:28:06 2012
@@ -1,5 +1,6 @@
 -- Oozie 3.4.0 release (trunk - unreleased)
 
+OOZIE-809 MySQL TEXT columns should be MEDIUMTEXT (rkanter via tucu)
 OOZIE-988 Improve verification of TestJavaActionExecutor.testLibFileArchives (rkanter via tucu)
 OOZIE-973 Allow Oozie to run against Hadoop trunk branch (rkanter via tucu)
 OOZIE-975 Test cases should not load all the services classes (virag)