You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ac...@apache.org on 2008/10/28 19:03:05 UTC

svn commit: r708625 - /hadoop/core/branches/branch-0.18/CHANGES.txt

Author: acmurthy
Date: Tue Oct 28 11:03:04 2008
New Revision: 708625

URL: http://svn.apache.org/viewvc?rev=708625&view=rev
Log:
Moving HADOOP-4467 and HADOOP-4517 from NEW FEATURES to BUG FIX section.

Modified:
    hadoop/core/branches/branch-0.18/CHANGES.txt

Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=708625&r1=708624&r2=708625&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Tue Oct 28 11:03:04 2008
@@ -39,11 +39,6 @@
     HADOOP-3914. DFSClient sends Checksum Ok only once for a block.
     (Christain Kunz via hairong)
 
-  NEW FEATURES
-
-    HADOOP-2421.  Add jdiff output to documentation, listing all API
-    changes from the prior release.  (cutting)
-
     HADOOP-4467. SerializationFactory now uses the current context ClassLoader
     allowing for user supplied Serialization instances. (Chris Wensel via
     acmurthy)
@@ -51,6 +46,11 @@
     HADOOP-4517. Release FSDataset lock before joining ongoing create threads.
     (szetszwo)
  
+  NEW FEATURES
+
+    HADOOP-2421.  Add jdiff output to documentation, listing all API
+    changes from the prior release.  (cutting)
+
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS