OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="release-notes"> | 3 <section id="release-notes"> |
4 <span id="sdk-release-notes"></span><h1 id="release-notes"><span id="sdk-release
-notes"></span>Release Notes</h1> | 4 <span id="sdk-release-notes"></span><h1 id="release-notes"><span id="sdk-release
-notes"></span>Release Notes</h1> |
5 <p>The dates in the following release notes denote when Chrome and the NaCl SDK | 5 <p>The dates in the following release notes denote when Chrome and the NaCl SDK |
6 reached canary status. The stable release is typically 6 weeks later.</p> | 6 reached canary status. The stable release is typically 6 weeks later.</p> |
7 <h2 id="chrome-pepper-42-20-february-2015">Chrome/Pepper 42 (20 February 2015)</
h2> | 7 <h2 id="chrome-pepper-42-20-february-2015">Chrome/Pepper 42 (20 February 2015)</
h2> |
8 <h3 id="nacl">NaCl</h3> | 8 <h3 id="nacl">NaCl</h3> |
9 <ul class="small-gap"> | 9 <ul class="small-gap"> |
10 <li>The x86 NaCl validators accept instructions from the FMA3 extensions, as wel
l | 10 <li>The x86 NaCl validators accept instructions from the FMA3 extensions, as wel
l |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 </ul> | 152 </ul> |
153 <h2 id="pnacl-15-may-2013">PNaCl (15 May 2013)</h2> | 153 <h2 id="pnacl-15-may-2013">PNaCl (15 May 2013)</h2> |
154 <ul class="small-gap"> | 154 <ul class="small-gap"> |
155 <li>Portable Native Client (PNaCl) is currently available for developer preview | 155 <li>Portable Native Client (PNaCl) is currently available for developer preview |
156 in Chrome 29 or higher.</li> | 156 in Chrome 29 or higher.</li> |
157 <li>To produce a PNaCl executable (.pexe) file, you must use the pnacl toolchain | 157 <li>To produce a PNaCl executable (.pexe) file, you must use the pnacl toolchain |
158 in the current <code>pepper_canary</code> bundle. Chrome 29 does not support .pe
xe | 158 in the current <code>pepper_canary</code> bundle. Chrome 29 does not support .pe
xe |
159 files produced by earlier versions of the pnacl toolchain (that is, | 159 files produced by earlier versions of the pnacl toolchain (that is, |
160 executables compiled with the <code>pepper_28</code> bundle or earlier).</li> | 160 executables compiled with the <code>pepper_28</code> bundle or earlier).</li> |
161 <li>To run an application with a PNaCl module, you must launch Chrome 29 with th
e | 161 <li>To run an application with a PNaCl module, you must launch Chrome 29 with th
e |
162 <code>--enable-pnacl</code> flag (for <a class="reference external" href="/apps/
about_apps">packaged apps</a>), or the | 162 <code>--enable-pnacl</code> flag (for <a class="reference external" href="/apps"
>Chrome apps</a>), or the <code>--enable-nacl</code> |
163 <code>--enable-nacl</code> flag (for other apps).</li> | 163 flag (for other apps).</li> |
164 <li>When you launch Chrome with the <code>--enable-pnacl</code> flag, Chrome loa
ds a PNaCl | 164 <li>When you launch Chrome with the <code>--enable-pnacl</code> flag, Chrome loa
ds a PNaCl |
165 translator in the background. Wait about a minute after you launch Chrome and | 165 translator in the background. Wait about a minute after you launch Chrome and |
166 check <a class="reference external" href="chrome://nacl">chrome://nacl</a> to ve
rify that the translator loaded.</li> | 166 check <a class="reference external" href="chrome://nacl">chrome://nacl</a> to ve
rify that the translator loaded.</li> |
167 <li>PNaCl translators are currently available for 32-bit x86, 64-bit x86, and AR
M | 167 <li>PNaCl translators are currently available for 32-bit x86, 64-bit x86, and AR
M |
168 architectures.</li> | 168 architectures.</li> |
169 <li>PNaCl applications must use the newlib C library (glibc and dynamic linking | 169 <li>PNaCl applications must use the newlib C library (glibc and dynamic linking |
170 are not supported yet).</li> | 170 are not supported yet).</li> |
171 <li>The intermediate representation (IR) format may change prior to the release | 171 <li>The intermediate representation (IR) format may change prior to the release |
172 of PNaCl. If so, you will need to recompile your application with the pnacl | 172 of PNaCl. If so, you will need to recompile your application with the pnacl |
173 toolchain in a new SDK bundle.</li> | 173 toolchain in a new SDK bundle.</li> |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 </ul> | 583 </ul> |
584 <h3 id="id26">PPAPI</h3> | 584 <h3 id="id26">PPAPI</h3> |
585 <ul class="small-gap"> | 585 <ul class="small-gap"> |
586 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread
traits | 586 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread
traits |
587 class as its second parameter. For details see the <a class="reference external"
href="/native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#
details">CompletionCallbackFactory | 587 class as its second parameter. For details see the <a class="reference external"
href="/native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#
details">CompletionCallbackFactory |
588 class template reference</a>.</li> | 588 class template reference</a>.</li> |
589 </ul> | 589 </ul> |
590 </section> | 590 </section> |
591 | 591 |
592 {{/partials.standard_nacl_article}} | 592 {{/partials.standard_nacl_article}} |
OLD | NEW |