Author: stevel Date: Fri Jun 6 17:59:37 2014 New Revision: 1600970 URL: http://svn.apache.org/r1600970 Log: HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java.
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=1600970&r1=1600969&r2=1600970&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 Fri Jun 6 17:59:37 2014 @@ -180,6 +180,9 @@ Release 2.5.0 - UNRELEASED HADOOP-10658. SSLFactory expects truststores being configured. (tucu via atm) + HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java. + (Gene Kim via stevel) + Release 2.4.1 - UNRELEASED INCOMPATIBLE CHANGES