From df57680b5fdfc1fad896418882b750e0a2a1fb77 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Wed, 6 Jun 2012 21:14:15 +0000 Subject: [PATCH] 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 --- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ hadoop-project/src/site/apt/index.apt.vm | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 57c387ac7d..080811afa3 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/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 diff --git a/hadoop-project/src/site/apt/index.apt.vm b/hadoop-project/src/site/apt/index.apt.vm index fe05eebbfe..32e708ec54 100644 --- a/hadoop-project/src/site/apt/index.apt.vm +++ b/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.