Browse Source

Preparing for 0.3.0 release.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@411299 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 years ago
parent
commit
0af2d6687c
4 changed files with 47 additions and 16 deletions
  1. 1 1
      CHANGES.txt
  2. 16 6
      site/index.html
  3. 20 9
      site/index.pdf
  4. 10 0
      src/site/src/documentation/content/xdocs/index.xml

+ 1 - 1
CHANGES.txt

@@ -1,7 +1,7 @@
 Hadoop Change Log
 
 
-Trunk (unreleased)
+Release 0.3.0 - 2006-06-02
 
  1. HADOOP-208.  Enhance MapReduce web interface, adding new pages
     for failed tasks, and tasktrackers.  (omalley via cutting)

+ 16 - 6
site/index.html

@@ -122,6 +122,9 @@ document.write("<text>Last Published:</text> " + document.lastModified);
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#2+June%2C+2006%3A+release+0.3.0+available">2 June, 2006: release 0.3.0 available</a>
+</li>
+<li>
 <a href="#12+May%2C+2006%3A+release+0.2.1+available">12 May, 2006: release 0.2.1 available</a>
 </li>
 <li>
@@ -148,13 +151,20 @@ document.write("<text>Last Published:</text> " + document.lastModified);
 <a name="N1000C"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10012"></a><a name="12+May%2C+2006%3A+release+0.2.1+available"></a>
+<a name="N10012"></a><a name="2+June%2C+2006%3A+release+0.3.0+available"></a>
+<h3 class="h4">2 June, 2006: release 0.3.0 available</h3>
+<p>This includes many fixes, improving performance, scalability
+      and reliability and adding new features.  For details see the <a href="http://tinyurl.com/rq3f7">change log</a>. The release can
+      be obtained from <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/"> a
+      nearby mirror</a>.
+      </p>
+<a name="N10024"></a><a name="12+May%2C+2006%3A+release+0.2.1+available"></a>
 <h3 class="h4">12 May, 2006: release 0.2.1 available</h3>
 <p>This fixes a few bugs in release 0.2.0, listed in the <a href="http://tinyurl.com/rnnvz">change log</a>. The
       release can be obtained from <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/"> a
       nearby mirror</a>.
       </p>
-<a name="N10024"></a><a name="5+May%2C+2006%3A+release+0.2.0+available"></a>
+<a name="N10036"></a><a name="5+May%2C+2006%3A+release+0.2.0+available"></a>
 <h3 class="h4">5 May, 2006: release 0.2.0 available</h3>
 <p>We are now aiming for monthly releases.  There have been many
       bug fixes and improvements in the past month.  MapReduce and DFS
@@ -163,24 +173,24 @@ document.write("<text>Last Published:</text> " + document.lastModified);
       details. The release can be obtained from <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/"> a
       nearby mirror</a>.
       </p>
-<a name="N10036"></a><a name="2+April%2C+2006%3A+release+0.1.0+available"></a>
+<a name="N10048"></a><a name="2+April%2C+2006%3A+release+0.1.0+available"></a>
 <h3 class="h4">2 April, 2006: release 0.1.0 available</h3>
 <p>This is the first Hadoop release.  The release is available
       <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/">
       here</a>.</p>
-<a name="N10044"></a><a name="6+February%2C+2006%3A+nightly+builds"></a>
+<a name="N10056"></a><a name="6+February%2C+2006%3A+nightly+builds"></a>
 <h3 class="h4">6 February, 2006: nightly builds</h3>
 <p>Hadoop now has nightly builds.  This automatically creates a
       <a href="http://cvs.apache.org/dist/lucene/hadoop/nightly/">downloadable version of Hadoop every
       night</a>.  All unit tests must pass, or a message is sent to
       the developers mailing list and no new version is created.  This
       also updates the <a href="docs/api/">javadoc</a>.</p>
-<a name="N10056"></a><a name="3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch"></a>
+<a name="N10068"></a><a name="3+February%2C+2006%3A+Hadoop+code+moved+out+of+Nutch"></a>
 <h3 class="h4">3 February, 2006: Hadoop code moved out of Nutch</h3>
 <p>The Hadoop code has now been moved into its own Subversion
       tree, renamed into packages under <span class="codefrag">org.apache.hadoop</span>.
       All unit tests pass, but little else has yet been tested.</p>
-<a name="N10063"></a><a name="30+March%2C+2006%3A+Hadoop+project+approved"></a>
+<a name="N10075"></a><a name="30+March%2C+2006%3A+Hadoop+project+approved"></a>
 <h3 class="h4">30 March, 2006: Hadoop project approved</h3>
 <p>The Lucene PMC has elected to split the Nutch MapReduce and
       distributed filesytem code into a new project named Hadoop.</p>

File diff suppressed because it is too large
+ 20 - 9
site/index.pdf


+ 10 - 0
src/site/src/documentation/content/xdocs/index.xml

@@ -14,6 +14,16 @@
     <section>
       <title>News</title>
 
+      <section>
+      <title>2 June, 2006: release 0.3.0 available</title>
+      <p>This includes many fixes, improving performance, scalability
+      and reliability and adding new features.  For details see the <a
+      href="http://tinyurl.com/rq3f7">change log</a>. The release can
+      be obtained from <a
+      href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/"> a
+      nearby mirror</a>.
+      </p> </section>
+
       <section>
       <title>12 May, 2006: release 0.2.1 available</title>
       <p>This fixes a few bugs in release 0.2.0, listed in the <a

Some files were not shown because too many files changed in this diff