diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f1cb98007a..e7b2df543d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -503,6 +503,15 @@ Release 2.5.0 - UNRELEASED HADOOP-10767. Clean up unused code in Ls shell command. (cnauroth) + HADOOP-9361 Strictly define the expected behavior of filesystem APIs and + write tests to verify compliance (stevel) + + HADOOP-9651 Filesystems to throw FileAlreadyExistsException in + createFile(path, overwrite=false) when the file exists (stevel) + + HADOOP-9495 Define behaviour of Seekable.seek(), write tests, + fix all hadoop implementations for compliance + OPTIMIZATIONS BUG FIXES @@ -652,6 +661,11 @@ Release 2.5.0 - UNRELEASED HADOOP-10739. Renaming a file into a directory containing the same filename results in a confusing I/O error (chang li via jlowe) + HADOOP-10533 S3 input stream NPEs in MapReduce join (stevel) + + HADOOP-10419 BufferedFSInputStream NPEs on getPos() on a closed stream + (stevel) + BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS HADOOP-10520. Extended attributes definition and FileSystem APIs for