Browse Source

Add HADOOP-7106 to CHANGES.txt for 0.22.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1135002 13f79535-47bb-0310-9956-ffa450edef68
Todd Lipcon 14 years ago
parent
commit
c1e2cb43e8
3 changed files with 9 additions and 0 deletions
  1. 3 0
      common/CHANGES.txt
  2. 3 0
      hdfs/CHANGES.txt
  3. 3 0
      mapreduce/CHANGES.txt

+ 3 - 0
common/CHANGES.txt

@@ -260,6 +260,9 @@ Release 0.22.0 - Unreleased
     HADOOP-7325. The hadoop command should not accept class names starting with
     a hyphen. (Brock Noland via todd)
 
+    HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
+    (todd, nigel)
+
   OPTIMIZATIONS
 
     HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).

+ 3 - 0
hdfs/CHANGES.txt

@@ -267,6 +267,9 @@ Release 0.22.0 - Unreleased
     UnsupportedActionException("register") instead of "journal".
     (Ching-Shen Chen via shv)
 
+    HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
+    (todd, nigel)
+
   OPTIMIZATIONS
 
     HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)

+ 3 - 0
mapreduce/CHANGES.txt

@@ -220,6 +220,9 @@ Release 0.22.0 - Unreleased
     MAPREDUCE-2516. Rename webinterface.private.actions to
     mapreduce.jobtracker.webinterface.trusted (Ari Rabkin via todd)
 
+    HADOOP-7106. Reorganize project SVN layout to "unsplit" the projects.
+    (todd, nigel)
+
   OPTIMIZATIONS
     
     MAPREDUCE-1354. Enhancements to JobTracker for better performance and