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-49">Chrome/Pepper 49</h2> |
| 8 <ul class="small-gap"> |
| 9 <li>GCC-based newlib toolchains removed from the SDK. These have been |
| 10 superseded by the nacl-clang toolchain which also produces statically linked |
| 11 architecture specific nexe files.</li> |
| 12 <li>gtest/gmock no longer shipped as pre-built libraries. This is in-line with |
| 13 normal gtest/gmock usage guidelines. Projects wishing to use gtest/gmock must |
| 14 now add explicit include paths and compile gtest-all.cc locally.</li> |
| 15 </ul> |
7 <h2 id="chrome-pepper-45-10-july-2015">Chrome/Pepper 45 (10 July 2015)</h2> | 16 <h2 id="chrome-pepper-45-10-july-2015">Chrome/Pepper 45 (10 July 2015)</h2> |
8 <h3 id="pepper">Pepper</h3> | 17 <h3 id="pepper">Pepper</h3> |
9 <ul class="small-gap"> | 18 <ul class="small-gap"> |
10 <li>UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2).</li> | 19 <li>UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2).</li> |
11 </ul> | 20 </ul> |
12 <h2 id="chrome-pepper-43-03-april-2015">Chrome/Pepper 43 (03 April 2015)</h2> | 21 <h2 id="chrome-pepper-43-03-april-2015">Chrome/Pepper 43 (03 April 2015)</h2> |
13 <h3 id="pnacl">PNaCl</h3> | 22 <h3 id="pnacl">PNaCl</h3> |
14 <ul class="small-gap"> | 23 <ul class="small-gap"> |
15 <li>The C11/C++11 <code>acquire</code>, <code>release</code>, and <code>acq_rel<
/code> memory orders are now | 24 <li>The C11/C++11 <code>acquire</code>, <code>release</code>, and <code>acq_rel<
/code> memory orders are now |
16 generated by default. The in-browser Chrome 42 translator supports them, the | 25 generated by default. The in-browser Chrome 42 translator supports them, the |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 </ul> | 650 </ul> |
642 <h3 id="id31">PPAPI</h3> | 651 <h3 id="id31">PPAPI</h3> |
643 <ul class="small-gap"> | 652 <ul class="small-gap"> |
644 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread
traits | 653 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread
traits |
645 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 | 654 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 |
646 class template reference</a>.</li> | 655 class template reference</a>.</li> |
647 </ul> | 656 </ul> |
648 </section> | 657 </section> |
649 | 658 |
650 {{/partials.standard_nacl_article}} | 659 {{/partials.standard_nacl_article}} |
OLD | NEW |