Add HDFS-4046 to Release 2.0.3 section

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1406019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2012-11-06 00:22:23 +00:00
parent 159e507995
commit dca8dd7a20
1 changed files with 3 additions and 0 deletions

View File

@ -451,6 +451,9 @@ Release 2.0.3-alpha - Unreleased
HDFS-4143. Change blocks to private in INodeFile and renames isLink() to
isSymlink() in INode. (szetszwo)
HDFS-4046. Rename ChecksumTypeProto enum NULL since it is illegal in
C/C++. (Binglin Chang via suresh)
OPTIMIZATIONS
BUG FIXES