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 42 (20 February 2015) | 10 Chrome/Pepper 42 (20 February 2015) |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 PNaCl (15 May 2013) | 199 PNaCl (15 May 2013) |
200 =================== | 200 =================== |
201 | 201 |
202 * Portable Native Client (PNaCl) is currently available for developer preview | 202 * Portable Native Client (PNaCl) is currently available for developer preview |
203 in Chrome 29 or higher. | 203 in Chrome 29 or higher. |
204 * To produce a PNaCl executable (.pexe) file, you must use the pnacl toolchain | 204 * To produce a PNaCl executable (.pexe) file, you must use the pnacl toolchain |
205 in the current ``pepper_canary`` bundle. Chrome 29 does not support .pexe | 205 in the current ``pepper_canary`` bundle. Chrome 29 does not support .pexe |
206 files produced by earlier versions of the pnacl toolchain (that is, | 206 files produced by earlier versions of the pnacl toolchain (that is, |
207 executables compiled with the ``pepper_28`` bundle or earlier). | 207 executables compiled with the ``pepper_28`` bundle or earlier). |
208 * To run an application with a PNaCl module, you must launch Chrome 29 with the | 208 * To run an application with a PNaCl module, you must launch Chrome 29 with the |
209 ``--enable-pnacl`` flag (for `packaged apps </apps/about_apps>`_), or the | 209 ``--enable-pnacl`` flag (for `Chrome apps </apps>`_), or the ``--enable-nacl`` |
210 ``--enable-nacl`` flag (for other apps). | 210 flag (for other apps). |
211 * When you launch Chrome with the ``--enable-pnacl`` flag, Chrome loads a PNaCl | 211 * When you launch Chrome with the ``--enable-pnacl`` flag, Chrome loads a PNaCl |
212 translator in the background. Wait about a minute after you launch Chrome and | 212 translator in the background. Wait about a minute after you launch Chrome and |
213 check `chrome://nacl <chrome://nacl>`_ to verify that the translator loaded. | 213 check `chrome://nacl <chrome://nacl>`_ to verify that the translator loaded. |
214 * PNaCl translators are currently available for 32-bit x86, 64-bit x86, and ARM | 214 * PNaCl translators are currently available for 32-bit x86, 64-bit x86, and ARM |
215 architectures. | 215 architectures. |
216 * PNaCl applications must use the newlib C library (glibc and dynamic linking | 216 * PNaCl applications must use the newlib C library (glibc and dynamic linking |
217 are not supported yet). | 217 are not supported yet). |
218 * The intermediate representation (IR) format may change prior to the release | 218 * The intermediate representation (IR) format may change prior to the release |
219 of PNaCl. If so, you will need to recompile your application with the pnacl | 219 of PNaCl. If so, you will need to recompile your application with the pnacl |
220 toolchain in a new SDK bundle. | 220 toolchain in a new SDK bundle. |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 | 679 |
680 PPAPI | 680 PPAPI |
681 ----- | 681 ----- |
682 | 682 |
683 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 683 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
684 class as its second parameter. For details see the `CompletionCallbackFactory | 684 class as its second parameter. For details see the `CompletionCallbackFactory |
685 class template reference | 685 class template reference |
686 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. | 686 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta
ils>`_. |
687 | 687 |
688 .. TODO: Port release notes for older releases | 688 .. TODO: Port release notes for older releases |
OLD | NEW |