Author: mattf
Date: Thu Apr 5 20:45:58 2012
New Revision: 1310061
URL: http://svn.apache.org/viewvc?rev=1310061&view=rev
Log:
Fix broken link in News - where to find release notes for 1.0.1 and 1.0.2
Modified:
hadoop/common/site/common/author/src/documentation/content/xdocs/releases.xml
hadoop/common/site/common/publish/releases.html
hadoop/common/site/common/publish/releases.pdf
hadoop/common/site/hdfs/author/src/documentation/content/xdocs/releases.xml
hadoop/common/site/hdfs/author/src/documentation/content/xdocs/site.xml
hadoop/common/site/hdfs/publish/releases.html
hadoop/common/site/hdfs/publish/releases.pdf
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/releases.xml
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/site.xml
hadoop/common/site/mapreduce/publish/releases.html
hadoop/common/site/mapreduce/publish/releases.pdf
Modified:
hadoop/common/site/common/author/src/documentation/content/xdocs/releases.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/common/author/src/documentation/content/xdocs/releases.xml?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
---
hadoop/common/site/common/author/src/documentation/content/xdocs/releases.xml
(original)
+++
hadoop/common/site/common/author/src/documentation/content/xdocs/releases.xml
Thu Apr 5 20:45:58 2012
@@ -52,7 +52,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="docs/r1.0.2/releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
</section>
@@ -72,7 +72,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="docs/r1.0.1/releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
</section>
Modified: hadoop/common/site/common/publish/releases.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/common/publish/releases.html?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
--- hadoop/common/site/common/publish/releases.html (original)
+++ hadoop/common/site/common/publish/releases.html Thu Apr 5 20:45:58 2012
@@ -373,7 +373,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a href="docs/r1.0.2/releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
<a name="N10073"></a><a name="10+Mar%2C+2012%3A+Release+1.0.1+available"></a>
@@ -395,7 +395,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a href="docs/r1.0.1/releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
<a name="N10093"></a><a name="27+Feb%2C+2012%3A+release+0.23.1+available"></a>
Modified: hadoop/common/site/common/publish/releases.pdf
URL:
http://svn.apache.org/viewvc/hadoop/common/site/common/publish/releases.pdf?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
Binary files - no diff available.
Modified:
hadoop/common/site/hdfs/author/src/documentation/content/xdocs/releases.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/hdfs/author/src/documentation/content/xdocs/releases.xml?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
--- hadoop/common/site/hdfs/author/src/documentation/content/xdocs/releases.xml
(original)
+++ hadoop/common/site/hdfs/author/src/documentation/content/xdocs/releases.xml
Thu Apr 5 20:45:58 2012
@@ -52,7 +52,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="ext:common/r1.0.2-releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
</section>
@@ -72,7 +72,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="ext:common/r1.0.1-releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
</section>
Modified:
hadoop/common/site/hdfs/author/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/hdfs/author/src/documentation/content/xdocs/site.xml?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
--- hadoop/common/site/hdfs/author/src/documentation/content/xdocs/site.xml
(original)
+++ hadoop/common/site/hdfs/author/src/documentation/content/xdocs/site.xml Thu
Apr 5 20:45:58 2012
@@ -56,8 +56,10 @@ See http://forrest.apache.org/docs/linki
<privacy href="http://hadoop.apache.org/privacy_policy.html"/>
<common href="http://hadoop.apache.org/common/">
<releases.html href="releases.html#News"/>
+ <!-- The following accumulate rather than being replaced by new
entries; they are used by News. -->
<r0.22.0-releasenotes.html href="docs/r0.22.0/releasenotes.html"/>
<r1.0.0-releasenotes.html href="docs/r1.0.0/releasenotes.html"/>
+ <r1.0.1-releasenotes.html href="docs/r1.0.1/releasenotes.html"/>
<r1.0.2-releasenotes.html href="docs/r1.0.2/releasenotes.html"/>
</common>
<mapreduce href="http://hadoop.apache.org/mapreduce/"/>
Modified: hadoop/common/site/hdfs/publish/releases.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/hdfs/publish/releases.html?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
--- hadoop/common/site/hdfs/publish/releases.html (original)
+++ hadoop/common/site/hdfs/publish/releases.html Thu Apr 5 20:45:58 2012
@@ -370,7 +370,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a
href="http://hadoop.apache.org/common/docs/r1.0.2/releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
<a name="N10074"></a><a name="10+Mar%2C+2012%3A+Release+1.0.1+available"></a>
@@ -392,7 +392,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a
href="http://hadoop.apache.org/common/docs/r1.0.1/releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
<a name="N10094"></a><a name="27+Feb%2C+2012%3A+release+0.23.1+available"></a>
Modified: hadoop/common/site/hdfs/publish/releases.pdf
URL:
http://svn.apache.org/viewvc/hadoop/common/site/hdfs/publish/releases.pdf?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
Binary files - no diff available.
Modified:
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/releases.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/releases.xml?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
---
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/releases.xml
(original)
+++
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/releases.xml
Thu Apr 5 20:45:58 2012
@@ -52,7 +52,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="ext:common/r1.0.2-releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
</section>
@@ -72,7 +72,7 @@
</ul>
</p>
<p> Please see the <a
-
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+ href="ext:common/r1.0.1-releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
</section>
Modified:
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/site.xml?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
---
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/site.xml
(original)
+++
hadoop/common/site/mapreduce/author/src/documentation/content/xdocs/site.xml
Thu Apr 5 20:45:58 2012
@@ -56,8 +56,10 @@ See http://forrest.apache.org/docs/linki
<privacy href="http://hadoop.apache.org/privacy_policy.html"/>
<common href="http://hadoop.apache.org/common/">
<releases.html href="releases.html#News"/>
+ <!-- The following accumulate rather than being replaced by new
entries; they are used by News. -->
<r0.22.0-releasenotes.html href="docs/r0.22.0/releasenotes.html"/>
<r1.0.0-releasenotes.html href="docs/r1.0.0/releasenotes.html"/>
+ <r1.0.1-releasenotes.html href="docs/r1.0.1/releasenotes.html"/>
<r1.0.2-releasenotes.html href="docs/r1.0.2/releasenotes.html"/>
</common>
<hdfs href="http://hadoop.apache.org/hdfs/"/>
Modified: hadoop/common/site/mapreduce/publish/releases.html
URL:
http://svn.apache.org/viewvc/hadoop/common/site/mapreduce/publish/releases.html?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
--- hadoop/common/site/mapreduce/publish/releases.html (original)
+++ hadoop/common/site/mapreduce/publish/releases.html Thu Apr 5 20:45:58 2012
@@ -370,7 +370,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.2/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a
href="http://hadoop.apache.org/common/docs/r1.0.2/releasenotes.html">
Hadoop 1.0.2 Release Notes</a> for details.
</p>
<a name="N10074"></a><a name="10+Mar%2C+2012%3A+Release+1.0.1+available"></a>
@@ -392,7 +392,7 @@ document.write("Last Published: " + docu
</ul>
</p>
-<p> Please see the <a
href="docs/r1.0.1/hadoop-project-dist/hadoop-common/releasenotes.html">
+<p> Please see the <a
href="http://hadoop.apache.org/common/docs/r1.0.1/releasenotes.html">
Hadoop 1.0.1 Release Notes</a> for details.
</p>
<a name="N10094"></a><a name="27+Feb%2C+2012%3A+release+0.23.1+available"></a>
Modified: hadoop/common/site/mapreduce/publish/releases.pdf
URL:
http://svn.apache.org/viewvc/hadoop/common/site/mapreduce/publish/releases.pdf?rev=1310061&r1=1310060&r2=1310061&view=diff
==============================================================================
Binary files - no diff available.