Browse Source

Move HADOOP-2246 and HADOOP-2238 to 0.15 branch, out of 0.15.1 release.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@599083 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 17 years ago
parent
commit
7141d81b1d
1 changed files with 14 additions and 2 deletions
  1. 14 2
      CHANGES.txt

+ 14 - 2
CHANGES.txt

@@ -148,12 +148,24 @@ Trunk (unreleased changes)
     HADOOP-2272.  Fix findbugs target to reflect changes made to the location
     HADOOP-2272.  Fix findbugs target to reflect changes made to the location
     of the streaming jar file by HADOOP-2207.  (Adrian Woodhead via nigel)
     of the streaming jar file by HADOOP-2207.  (Adrian Woodhead via nigel)
 
 
+    HADOOP-2244.  Fixes the MapWritable.readFields to clear the instance 
+    field variable every time readFields is called. (Michael Stack via ddas).
+
+
+Branch 0.15 (unreleased)
+
+  BUG FIXES
+
+    HADOOP-2246.  Moved the changelog for HADOOP-1851 from the NEW FEATURES 
+    section to the INCOMPATIBLE CHANGES section. (acmurthy)
+
+    HADOOP-2238.  Fix TaskGraphServlet so that it sets the content type of 
+    the response appropriately.  (Paul Saab via enis)
+
     HADOOP-2129.  Fix so that distcp works correctly when source is
     HADOOP-2129.  Fix so that distcp works correctly when source is
     HDFS but not the default filesystem.  HDFS paths returned by the
     HDFS but not the default filesystem.  HDFS paths returned by the
     listStatus() method are now fully-qualified.  (cutting)
     listStatus() method are now fully-qualified.  (cutting)
 
 
-    HADOOP-2244.  Fixes the MapWritable.readFields to clear the instance 
-    field variable every time readFields is called. (Michael Stack via ddas).
 
 
 Release 0.15.1 - 2007-11-27
 Release 0.15.1 - 2007-11-27