Kaynağa Gözat

HADOOP-8485. Don't hardcode "Apache Hadoop 0.23" in the docs. Contributed by Eli Collins

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347133 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins 13 yıl önce
ebeveyn
işleme
df57680b5f

+ 2 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -269,6 +269,8 @@ Release 2.0.1-alpha - UNRELEASED
     HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools.
     (Colin Patrick McCabe via eli)
 
+    HADOOP-8485. Don't hardcode "Apache Hadoop 0.23" in the docs. (eli)
+
 Release 2.0.0-alpha - 05-23-2012
 
   INCOMPATIBLE CHANGES

+ 3 - 3
hadoop-project/src/site/apt/index.apt.vm

@@ -16,10 +16,10 @@
   ---
   ${maven.build.timestamp}
   
-Apache Hadoop 0.23
+Apache Hadoop ${project.version}
 
-  Apache Hadoop 0.23 consists of significant improvements over the previous 
-  stable release (hadoop-0.20.205).
+  Apache Hadoop ${project.version} consists of significant
+  improvements over the previous stable release (hadoop-1.x).
 
   Here is a short overview of the improvments to both HDFS and MapReduce.