Author: acmurthy
Date: Tue Feb 11 13:27:18 2014
New Revision: 1567112
URL: http://svn.apache.org/r1567112
Log:
Preparing to release hadoop-2.3.0
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1567112&r1=1567111&r2=1567112&view=diff
==============================================================================
---
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Tue Feb 11 13:27:18 2014
@@ -36,15 +36,27 @@ Release 2.4.0 - UNRELEASED
HADOOP-10326. M/R jobs can not access S3 if Kerberos is enabled. (bc Wong
via atm)
-Release 2.3.0 - UNRELEASED
+Release 2.3.1 - UNRELEASED
INCOMPATIBLE CHANGES
- HADOOP-8545. Filesystem Implementation for OpenStack Swift
- (Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+ NEW FEATURES
+
+ IMPROVEMENTS
+
+ OPTIMIZATIONS
+
+ BUG FIXES
+
+Release 2.3.0 - 2014-02-18
+
+ INCOMPATIBLE CHANGES
NEW FEATURES
+ HADOOP-8545. Filesystem Implementation for OpenStack Swift
+ (Dmitry Mezhensky, David Dobbins, Stevel via stevel)
+
IMPROVEMENTS
HADOOP-10046. Print a log message when SSL is enabled.