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 2012/02/25 02:43:05 UTC

svn commit: r1293508 - /hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Author: acmurthy
Date: Sat Feb 25 01:43:05 2012
New Revision: 1293508

URL: http://svn.apache.org/viewvc?rev=1293508&view=rev
Log:
Preparing for 0.23.3 release.

Modified:
    hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt

Modified: hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1293508&r1=1293507&r2=1293508&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt Sat Feb 25 01:43:05 2012
@@ -1,10 +1,23 @@
 Hadoop Change Log
 
+Release 0.23.3 - UNRELEASED
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
 Release 0.23.2 - UNRELEASED
 
   NEW FEATURES
 
   IMPROVEMENTS
+
     HADOOP-8048. Allow merging of Credentials (Daryn Sharp via tgraves)
  
     HADOOP-8032. mvn site:stage-deploy should be able to use the scp protocol
@@ -14,6 +27,7 @@ Release 0.23.2 - UNRELEASED
     (szetszwo)
 
   OPTIMIZATIONS
+
     HADOOP-8071. Avoid an extra packet in client code when nagling is
     disabled. (todd)