| 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 |
| 11 ================ |
| 12 |
| 13 * gtest/gmock no longer shipped as prebuilt libraries. This is in-line with |
| 14 normal gtest/gmock usage guidelines. Projects wishing to use gtest/gmock must |
| 15 now add explict include paths and compile gtest-all.cc locally. |
| 10 | 16 |
| 11 Chrome/Pepper 45 (10 July 2015) | 17 Chrome/Pepper 45 (10 July 2015) |
| 12 ================================ | 18 ================================ |
| 13 | 19 |
| 14 Pepper | 20 Pepper |
| 15 ------ | 21 ------ |
| 16 | 22 |
| 17 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2). | 23 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2). |
| 18 | 24 |
| 19 Chrome/Pepper 43 (03 April 2015) | 25 Chrome/Pepper 43 (03 April 2015) |
| (...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 | 758 |
| 753 PPAPI | 759 PPAPI |
| 754 ----- | 760 ----- |
| 755 | 761 |
| 756 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 762 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
| 757 class as its second parameter. For details see the `CompletionCallbackFactory | 763 class as its second parameter. For details see the `CompletionCallbackFactory |
| 758 class template reference | 764 class template reference |
| 759 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. | 765 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. |
| 760 | 766 |
| 761 .. TODO: Port release notes for older releases | 767 .. TODO: Port release notes for older releases |
| OLD | NEW |