You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2012/02/01 22:38:28 UTC

svn commit: r1239332 - in /incubator/sqoop/trunk: CHANGES.txt build.xml

Author: jarcec
Date: Wed Feb  1 21:38:27 2012
New Revision: 1239332

URL: http://svn.apache.org/viewvc?rev=1239332&view=rev
Log:
Preparing for release 1.4.1-incubating

Modified:
    incubator/sqoop/trunk/CHANGES.txt
    incubator/sqoop/trunk/build.xml

Modified: incubator/sqoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/CHANGES.txt?rev=1239332&r1=1239331&r2=1239332&view=diff
==============================================================================
--- incubator/sqoop/trunk/CHANGES.txt (original)
+++ incubator/sqoop/trunk/CHANGES.txt Wed Feb  1 21:38:27 2012
@@ -1,5 +1,63 @@
 Apache Sqoop Change Log
 
+Release 1.4.1 - 02/01/2012
+
+  NEW FEATURES
+
+    SQOOP-362 Allow user to override mapping when doing import to AVRO format
+
+    SQOOP-337 Create Sqoop Logo / Icon
+
+  BUG FIXES
+
+    SQOOP-426 Build command ant mvn-install generates Sqoop pom with incorrect group Id.
+
+    SQOOP-392 Build using maven is broklend due to missing class generated by script write-version-info.sh
+
+    SQOOP-393 Class SqoopOptions was not properly moved
+
+    SQOOP-414 Column names are not guaranteed in order for getColumnNames of OracleManager
+
+    SQOOP-430 Duplicate Column problem with reserved words
+
+    SQOOP-395 Incorrect or missing SVN property settings
+
+    SQOOP-418 MySQLAuthTest hangs when run against MySQL 5.5.3 or higher version
+
+    SQOOP-384 Sqoop is incompatible with Hadoop prior to 0.21
+
+    SQOOP-422 Throw an exception when --direct and hbase* options are used together
+
+    SQOOP-421 User guide should state that when using --direct, hbase params get ignored
+
+    SQOOP-409 hive-drop-import-delims doesn't work with MySQL direct import
+
+  IMPROVEMENTS
+
+    SQOOP-432 Enforce writing space after if statement
+
+    SQOOP-397 Make Sqoop work with Hadoop 0.23
+
+    SQOOP-411 Precompile Pattern for replacement of Hive delimiters
+
+    SQOOP-420 sqoop - compatible with hadoop 1.0.0
+
+  TASKS
+
+    SQOOP-412 Create our own implementation of org.apache.hadoop.conf.Configuration.getInstances
+
+    SQOOP-405 Enable TestDataDrivenDBInputFormat for Hadoop 0.23 when appropriate
+
+    SQOOP-372 License Audit
+
+    SQOOP-400 Merge 1.4.0 release changes back to trunk
+
+    SQOOP-413 Port files org.apache.hadoop.mapreduce.lib.{db,input}.* from CDH3/Hadoop-0.21 to sqoop
+
+    SQOOP-356 move documentation generation to the maven build
+
+    SQOOP-396 publish sqoop artifacts to Apache Maven repo
+
 Release 1.4.0 - 11/29/2011
 
   NEW FEATURES

Modified: incubator/sqoop/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/trunk/build.xml?rev=1239332&r1=1239331&r2=1239332&view=diff
==============================================================================
--- incubator/sqoop/trunk/build.xml (original)
+++ incubator/sqoop/trunk/build.xml Wed Feb  1 21:38:27 2012
@@ -40,7 +40,7 @@
   <property environment="env"/>
   <property name="name" value="sqoop" />
   <property name="Name" value="Sqoop" />
-  <property name="version" value="1.4.1-incubating-SNAPSHOT" />
+  <property name="version" value="1.4.1-incubating" />
 
   <!-- The last version released. -->
   <property name="oldversion" value="1.4.0-incubating" />