You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2012/03/24 23:50:00 UTC

svn commit: r1304954 - in /hadoop/common/branches/branch-1.0.2: CHANGES.txt src/docs/releasenotes.html

Author: mattf
Date: Sat Mar 24 22:50:00 2012
New Revision: 1304954

URL: http://svn.apache.org/viewvc?rev=1304954&view=rev
Log:
prepare for release 1.0.2-rc2

Modified:
    hadoop/common/branches/branch-1.0.2/CHANGES.txt
    hadoop/common/branches/branch-1.0.2/src/docs/releasenotes.html

Modified: hadoop/common/branches/branch-1.0.2/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0.2/CHANGES.txt?rev=1304954&r1=1304953&r2=1304954&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0.2/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1.0.2/CHANGES.txt Sat Mar 24 22:50:00 2012
@@ -1,6 +1,6 @@
 Hadoop Change Log
 
-Release 1.0.2 - 2012.03.18
+Release 1.0.2 - 2012.03.24
 
   NEW FEATURES
 

Modified: hadoop/common/branches/branch-1.0.2/src/docs/releasenotes.html
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1.0.2/src/docs/releasenotes.html?rev=1304954&r1=1304953&r2=1304954&view=diff
==============================================================================
--- hadoop/common/branches/branch-1.0.2/src/docs/releasenotes.html (original)
+++ hadoop/common/branches/branch-1.0.2/src/docs/releasenotes.html Sat Mar 24 22:50:00 2012
@@ -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>