Branching for 0.21

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@816847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Owen O'Malley 2009-09-19 01:24:39 +00:00
parent 7cc6a8e8ce
commit 4342710434
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,17 @@
Hadoop Change Log
Trunk (unreleased changes)
INCOMPATIBLE CHANGES
NEW FEATURES
IMPROVEMENTS
OPTIMIZATIONS
BUG FIXES
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES
@ -1061,7 +1072,7 @@ Trunk (unreleased changes)
html characters in the parameters, to prevent cross site scripting
attacks. (omalley)
Release 0.20.1 - Unreleased
Release 0.20.1 - 2009-09-01
INCOMPATIBLE CHANGES

View File

@ -27,7 +27,7 @@
<property name="Name" value="Hadoop-core"/>
<property name="name" value="hadoop-core"/>
<property name="version" value="0.21.0-dev"/>
<property name="version" value="0.22.0-dev"/>
<property name="final.name" value="${name}-${version}"/>
<property name="test.final.name" value="${name}-test-${version}"/>
<property name="year" value="2009"/>