Browse Source

prepare for release 1.0.2-rc2

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0.2@1304954 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 13 years ago
parent
commit
5961305620
2 changed files with 6 additions and 1 deletions
  1. 1 1
      CHANGES.txt
  2. 5 0
      src/docs/releasenotes.html

+ 1 - 1
CHANGES.txt

@@ -1,6 +1,6 @@
 Hadoop Change Log
 
-Release 1.0.2 - 2012.03.18
+Release 1.0.2 - 2012.03.24
 
   NEW FEATURES
 

+ 5 - 0
src/docs/releasenotes.html

@@ -91,6 +91,11 @@
      <b>64bit secure datanodes do not start as the jsvc path is wrong</b><br>
      <blockquote>64bit secure datanodes were looking for /usr/libexec/../libexec/jsvc. instead of /usr/libexec/../libexec/jsvc.amd64</blockquote></li>
 
+<li> <a href="https://issues.apache.org/jira/browse/HADOOP-8201">HADOOP-8201</a>.
+     Blocker bug reported by gkesavan and fixed by gkesavan <br>
+     <b>create the configure script for native compilation as part of the build</b><br>
+     <blockquote>configure script is checked into svn and its not regenerated during build. Ideally configure scritp should not be checked into svn and instead should be generated during build using autoreconf.</blockquote></li>
+
 <li> <a href="https://issues.apache.org/jira/browse/HDFS-2701">HDFS-2701</a>.
      Major improvement reported by eli and fixed by eli (name-node)<br>
      <b>Cleanup FS* processIOError methods</b><br>