Преглед на файлове

tweak releasenotes for 1.0.3

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1335883 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley преди 13 години
родител
ревизия
980217bedb
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      src/docs/releasenotes.html

+ 5 - 5
src/docs/releasenotes.html

@@ -28,6 +28,11 @@
       
 </blockquote></li>
 
+<li> <a href="https://issues.apache.org/jira/browse/HADOOP-8352">HADOOP-8352</a>.
+     Major improvement reported by owen.omalley and fixed by owen.omalley <br>
+     <b>We should always generate a new configure script for the c++ code</b><br>
+     <blockquote>If you are compiling c++, the configure script will now be automatically regenerated as it should be.<br>This requires autoconf version 2.61 or greater.</blockquote></li>
+
 <li> <a href="https://issues.apache.org/jira/browse/MAPREDUCE-4017">MAPREDUCE-4017</a>.
      Trivial improvement reported by knoguchi and fixed by tgraves (jobhistoryserver, jobtracker)<br>
      <b>Add jobname to jobsummary log</b><br>
@@ -102,11 +107,6 @@
      <b>Changes to support Kerberos with non Sun JVM (HADOOP-6941) broke SPNEGO</b><br>
      <blockquote>before HADOOP-6941 hadoop-auth testcases with Kerberos ON pass, *mvn test -PtestKerberos*<br><br>after HADOOP-6941 the tests fail with the error below.<br><br>Doing some IDE debugging I&apos;ve found out that the changes in HADOOP-6941 are making the JVM Kerberos libraries to append an extra element to the kerberos principal of the server (on the client side when creating the token) so *HTTP/localhost* ends up being *HTTP/localhost/localhost*. Then, when contacting the KDC to get the granting ticket, the serv...</blockquote></li>
 
-<li> <a href="https://issues.apache.org/jira/browse/HADOOP-8352">HADOOP-8352</a>.
-     Major improvement reported by owen.omalley and fixed by owen.omalley <br>
-     <b>We should always generate a new configure script for the c++ code</b><br>
-     <blockquote>If you are compiling c++, you should always generate a configure script.</blockquote></li>
-
 <li> <a href="https://issues.apache.org/jira/browse/HDFS-119">HDFS-119</a>.
      Major bug reported by shv and fixed by sureshms (name-node)<br>
      <b>logSync() may block NameNode forever.</b><br>