Author: nigel
Date: Thu Apr 9 03:45:41 2009
New Revision: 763502
URL: http://svn.apache.org/viewvc?rev=763502&view=rev
Log:
HADOOPO-5645. After HADOOP-4920 we need a place to checkin releasenotes.html.
Contributed by nigel.
Added:
hadoop/core/trunk/src/docs/releasenotes.html
Modified:
hadoop/core/trunk/CHANGES.txt
hadoop/core/trunk/build.xml
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=763502&r1=763501&r2=763502&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Apr 9 03:45:41 2009
@@ -1216,6 +1216,9 @@
HADOOP-5394. JobTracker might schedule 2 attempts of the same task
with the same attempt id across restarts. (Amar Kamat via sharad)
+ HADOOP-5645. After HADOOP-4920 we need a place to checkin
+ releasenotes.html. (nigel)
+
Release 0.19.2 - Unreleased
BUG FIXES
Modified: hadoop/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=763502&r1=763501&r2=763502&view=diff
==============================================================================
--- hadoop/core/trunk/build.xml (original)
+++ hadoop/core/trunk/build.xml Thu Apr 9 03:45:41 2009
@@ -886,6 +886,7 @@
<copy todir="${build.docs}">
<fileset dir="${docs.src}/build/site/" />
</copy>
+ <copy file="${docs.src}/releasenotes.html" todir="${build.docs}"/>
<style basedir="${core.src.dir}" destdir="${build.docs}"
includes="core-default.xml" style="conf/configuration.xsl"/>
<style basedir="${hdfs.src.dir}" destdir="${build.docs}"
Added: hadoop/core/trunk/src/docs/releasenotes.html
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/releasenotes.html?rev=763502&view=auto
==============================================================================
--- hadoop/core/trunk/src/docs/releasenotes.html (added)
+++ hadoop/core/trunk/src/docs/releasenotes.html Thu Apr 9 03:45:41 2009
@@ -0,0 +1 @@
+THIS IS A PLACEHOLDER. REAL RELEASE NOTES WILL BE ADDED TO THIS FILE IN
RELEASE BRANCHES.