Selaa lähdekoodia

Preparing for 0.1.1 release.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@392453 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 19 vuotta sitten
vanhempi
commit
1a7660afd3
2 muutettua tiedostoa jossa 16 lisäystä ja 2 poistoa
  1. 7 1
      CHANGES.txt
  2. 9 1
      site/doap.rdf

+ 7 - 1
CHANGES.txt

@@ -1,6 +1,7 @@
 Hadoop Change Log
 
-Unreleased changes (in trunk):
+
+Release 0.1.1 - 2006-04-08
 
  1. Added CHANGES.txt, logging all significant changes to Hadoop.  (cutting)
 
@@ -11,6 +12,11 @@ Unreleased changes (in trunk):
  3. Fix HADOOP-117.  Pathnames were mistakenly transposed in
     JobConf.getLocalFile() causing many mapred temporary files to not
     be removed.  (Raghavendra Prabhu via cutting)
+ 
+ 4. Fix HADOOP-116. Clean up job submission files when jobs complete.
+    (cutting)
+
+ 5. Fix HADOOP-125. Fix handling of absolute paths on Windows (cutting)
 
 
 Release 0.1.0 - 2006-04-01

+ 9 - 1
site/doap.rdf

@@ -23,9 +23,17 @@
     <description>Hadoop is a Lucene sub-project that contains the distributed computing platform that was formerly a part of Nutch. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
     <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
     <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
-    <download-page rdf:resource="http://cvs.apache.org/dist/lucene/hadoop/nightly/" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <branch>branch-0.1</branch>
+        <name>nutch-0.1.1</name>
+        <created>2006-04-07</created>
+        <revision>0.1.1</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>