OLD | NEW |
1 .. _sdk-release-notes: | 1 .. _sdk-release-notes: |
2 | 2 |
3 ############# | 3 ############# |
4 Release Notes | 4 Release Notes |
5 ############# | 5 ############# |
6 | 6 |
7 The dates in the following release notes denote when Chrome and the NaCl SDK | 7 The dates in the following release notes denote when Chrome and the NaCl SDK |
8 reached canary status. The stable release is typically 6 weeks later. | 8 reached canary status. The stable release is typically 6 weeks later. |
9 | 9 |
10 Chrome/Pepper 49 | 10 Chrome/Pepper 49 |
11 ================ | 11 ================ |
12 | 12 |
13 * gtest/gmock no longer shipped as prebuilt libraries. This is in-line with | 13 * GCC-based newlib toolchains removed from the SDK. These have been |
| 14 superseded by the nacl-clang toolchain which also produces statically linked |
| 15 architecture specific nexe files. |
| 16 * gtest/gmock no longer shipped as pre-built libraries. This is in-line with |
14 normal gtest/gmock usage guidelines. Projects wishing to use gtest/gmock must | 17 normal gtest/gmock usage guidelines. Projects wishing to use gtest/gmock must |
15 now add explict include paths and compile gtest-all.cc locally. | 18 now add explicit include paths and compile gtest-all.cc locally. |
16 | 19 |
17 Chrome/Pepper 45 (10 July 2015) | 20 Chrome/Pepper 45 (10 July 2015) |
18 ================================ | 21 =============================== |
19 | 22 |
20 Pepper | 23 Pepper |
21 ------ | 24 ------ |
22 | 25 |
23 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2). | 26 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2). |
24 | 27 |
25 Chrome/Pepper 43 (03 April 2015) | 28 Chrome/Pepper 43 (03 April 2015) |
26 ================================ | 29 ================================ |
27 | 30 |
28 PNaCl | 31 PNaCl |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 | 761 |
759 PPAPI | 762 PPAPI |
760 ----- | 763 ----- |
761 | 764 |
762 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 765 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
763 class as its second parameter. For details see the `CompletionCallbackFactory | 766 class as its second parameter. For details see the `CompletionCallbackFactory |
764 class template reference | 767 class template reference |
765 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. | 768 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. |
766 | 769 |
767 .. TODO: Port release notes for older releases | 770 .. TODO: Port release notes for older releases |
OLD | NEW |