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 | 10 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 Chrome/Pepper 40 (November 07 2014) | 68 Chrome/Pepper 40 (November 07 2014) |
69 =================================== | 69 =================================== |
70 | 70 |
71 * `VideoDecoder | 71 * `VideoDecoder |
72 </native-client/pepper_stable/cpp/classpp_1_1_video_decoder.html>`_ is now | 72 </native-client/pepper_stable/cpp/classpp_1_1_video_decoder.html>`_ is now |
73 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. | 73 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. |
74 | 74 |
75 Chrome/Pepper 39 (26 September 2014) | 75 Chrome/Pepper 39 (26 September 2014) |
76 ==================================== | 76 ==================================== |
77 | 77 |
| 78 NaCl |
| 79 ---- |
| 80 |
| 81 * This release contains a fix for CVE-2015-0565: `disable the x86 CLFLUSH |
| 82 instruction due to rowhammer problem |
| 83 <https://code.google.com/p/nativeclient/issues/detail?id=3944>`_. |
| 84 |
78 Pepper | 85 Pepper |
79 ------ | 86 ------ |
80 | 87 |
81 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of | 88 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of |
82 :ref:`other more useful debugging approaches <devcycle-debugging>`. | 89 :ref:`other more useful debugging approaches <devcycle-debugging>`. |
83 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to | 90 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to |
84 `communicate synchronously | 91 `communicate synchronously |
85 </native-client/pepper_stable/cpp/classpp_1_1_message_handler>`_ with PNaCl | 92 </native-client/pepper_stable/cpp/classpp_1_1_message_handler>`_ with PNaCl |
86 embeds. | 93 embeds. |
87 | 94 |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 | 708 |
702 PPAPI | 709 PPAPI |
703 ----- | 710 ----- |
704 | 711 |
705 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 712 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
706 class as its second parameter. For details see the `CompletionCallbackFactory | 713 class as its second parameter. For details see the `CompletionCallbackFactory |
707 class template reference | 714 class template reference |
708 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. | 715 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. |
709 | 716 |
710 .. TODO: Port release notes for older releases | 717 .. TODO: Port release notes for older releases |
OLD | NEW |