Java SE 6 Update 29 (6u29) 发布

fmms 12年前
     <p>Java SE 6 的第 29 个更新版本发布了,该版本修复了一些关键的bug,详情请看:</p>    <h1>Update Release Notes</h1>    <a href="/misc/goto?guid=4958194263884469524"><strong>Update Release Notes Index</strong> </a>    <hr size="3" noshade="" />    <br />    <h3><a id="160_29" name="160_29"></a>Java™ SE 6 Update 29</h3>    <p>The full internal version number for this update release is 1.6.0_29-b11 (where "b" means "build"). The external version number is 6u29.</p>    <h3><a id="tz-1.6.0_29" name="tz-1.6.0_29"></a>Olson Data 2011g</h3>    <p>Java SE 6u29 contains Olson time zone data version 2011g. For more information, refer to <a href="/misc/goto?guid=4958194264622628587">Timezone Data Versions in the JRE Software</a> .</p>    <h3><a id="securitybaseline-1.6.0_29" name="securitybaseline-1.6.0_29"></a>Security Baselines</h3>    <p>The security baselines for the Java SE platform at the time of the release of Java SE 6u29 are specified in the following table:</p>    <table border="1" cellspacing="0" summary="security baselines for this update release" cellpadding="5">     <thead>      <tr>       <th scope="col">JRE Family Version</th>       <th scope="col">Java SE <br clear="none" /> Security Baseline</th>       <th scope="col">Java for Business <br clear="none" /> Security Baseline</th>      </tr>     </thead>     <tbody>      <tr>       <td>6</td>       <td>1.6.0_29</td>       <td>1.6.0_29</td>      </tr>      <tr>       <td>5.0</td>       <td>1.5.0_32</td>       <td>1.5.0_32</td>      </tr>      <tr>       <td>1.4.2</td>       <td>1.4.2_34</td>       <td>1.4.2_34</td>      </tr>     </tbody>    </table>    <br />    <p>On October 30, 2008, Java SE 1.4.2 reached its end of service life with the release of 1.4.2_19. Java SE 5.0 reached its end of service life on November 3, 2009, with the release of 5.0u22. Future revisions of Java SE 1.4.2 (1.4.2_20 and above) and Java SE 5.0 (5.0u23 and above) are available to <a href="/misc/goto?guid=4958194265361764378">Java for Business</a> subscribers.</p>    <p>For more information about security baselines, see <a href="/misc/goto?guid=4958194266105618906">Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer</a> .</p>    <h3><a id="skippedversion" name="skippedversion"></a>Skipped Version Number</h3>    <p>Release Java SE 6u29 follows release Java SE 6u27. There is no publicly available Java SE 6u28 release. Oracle used release version 6u28 for an internal build, which was not necessary once the fixes delivered on Java SE 6u29 were released.</p>    <h3><a id="blacklistentries-6u29" name="blacklistentries-6u29"></a>Blacklist Entries</h3>    <p>This update release includes the following new entries to the Blacklist:</p>    <ul>     <li><a href="/misc/goto?guid=4958194266842716978">Cisco AnyConnect Mobility Client </a></li>     <li><a href="/misc/goto?guid=4958194267578030506">Microsoft UAG Client </a></li>    </ul>    <p><strong>Note:</strong> For more information, see the <a href="/misc/goto?guid=4958194268322194441">Blacklist Jar Feature</a> section in the Java SE 6u14 Release Notes.</p>    <h3><a id="rmiregistryissue-6u29" name="rmiregistryissue-6u29"></a>RMI Registry Issue</h3>    <p>A bug in the <code>rmiregistry</code> command included in this release may cause unintended exceptions to be thrown when an RMI server attempts to bind an exported object which includes codebase annotations using the "file:" URL scheme. The RMI servers most likely to be effected are those which are invoked only by RMI clients executing on the same host as the server.</p>    <p>RMI annotates codebase information as part of the serialized state of a remote object reference to assist RMI clients in loading the required classes and interfaces associated with the object at runtime. Exported objects which are looked up in the RMI registry and invoked by RMI clients running on hosts other than the server are usually annotated with codebase URL schemes, such as "http:" or "ftp:" and these should continue to work correctly.</p>    <p>As a workaround, RMI servers can set the <code>java.rmi.server.codebase</code> property to use codebase URLs other than the "file:" scheme for the objects they export.</p>    <h3><a id="bugfixes-6u29" name="bugfixes-6u29"></a>Bug Fixes</h3>    <p>This release contains fixes for security vulnerabilities. For more information, please see <a href="/misc/goto?guid=4958194269070632488" target="">Oracle Java SE Critical Patch Update</a> advisory.</p>    <h4><a id="otherbugfixes-6u29" name="otherbugfixes-6u29"></a>Other Bug Fixes</h4>    <br />    <table border="2" cellspacing="0" cellpadding="1">     <tbody>      <tr>       <th>Bug ID</th>       <th>Category</th>       <th>Sub-Category</th>       <th>Synopsis</th>      </tr>      <tr>       <td align="right"><a href="/misc/goto?guid=4958194269810609767">7041200</a> </td>       <td>java</td>       <td>classes_net</td>       <td>java.net.InterfaceAddress's equals method may throw NPE</td>      </tr>      <tr>       <td align="right"><a href="/misc/goto?guid=4958194270559843036">6942989</a> </td>       <td>java</td>       <td>classes_util_logging</td>       <td>Memory leak of java.lang.ref.WeakReference objects</td>      </tr>      <tr>       <td align="right"><a href="/misc/goto?guid=4958194271311141520">7037336</a> </td>       <td>java_deployment</td>       <td>download</td>       <td>Downloading of resources with redirect URL should remember final URL</td>      </tr>      <tr>       <td align="right"><a href="/misc/goto?guid=4958194272048636379">7038810</a> </td>       <td>java_plugin</td>       <td>misc</td>       <td>Regression: JNLP applet with file protocol failed to download</td>      </tr>      <tr>       <td align="right"><a href="/misc/goto?guid=4958194272782688213">7032687</a> </td>       <td>java_plugin</td>       <td>plugin</td>       <td>Dragged-out applet can be closed when close browser</td>      </tr>     </tbody>    </table>    <p> </p>    <p>下载地址:<br /> <a href="/misc/goto?guid=4958194273535215796" target="_blank">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a></p>