Move HDFS-4948 and HDFS-4762 to the right section in CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1499494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brandon Li 2013-07-03 17:33:41 +00:00
parent afeff43d7a
commit d49a541d8a
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,12 @@ Release 2.3.0 - UNRELEASED
NEW FEATURES
HDFS-4762 Provide HDFS based NFSv3 and Mountd implementation (brandonli)
IMPROVEMENTS
OPTIMIZATIONS
BUG FIXES
HDFS-4948. mvn site for hadoop-hdfs-nfs fails. (brandonli)
Release 2.2.0 - UNRELEASED
INCOMPATIBLE CHANGES
@ -98,6 +94,8 @@ Release 2.1.0-beta - 2013-07-02
HDFS-4659 Support setting execution bit for regular files (Brandon Li via sanjay)
HDFS-4762 Provide HDFS based NFSv3 and Mountd implementation (brandonli)
IMPROVEMENTS
HDFS-4461. DirectoryScanner: volume path prefix takes up memory for every
@ -447,6 +445,8 @@ Release 2.1.0-beta - 2013-07-02
HDFS-4954. In nfs, OpenFileCtx.getFlushedOffset() should handle IOException.
(Brandon Li via szetszwo)
HDFS-4948. mvn site for hadoop-hdfs-nfs fails. (brandonli)
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.