Commit 86df12e2 authored by awatson@chromium.org's avatar awatson@chromium.org

Updated release notes. (Ported changes from DevSite.)

BUG=

Temporary staged doc: http://ypd-ubiq182.dls.corp.google.com:8009/sdk/release-notes.html

R=binji@chromium.org

Review URL: https://codereview.chromium.org/129793006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243975 0039d316-1c4b-4281-b951-d872f2087c98
parent 94307a6c
...@@ -4,45 +4,42 @@ ...@@ -4,45 +4,42 @@
Release Notes Release Notes
############# #############
This page provides notes for all releases of the Native Client SDK (including Chrome/Pepper 33 (branched on 16 December 2013)
releases that have been or will be published subsequent to Pepper 28). ===============================================
Chrome 33 Release (branched on December 16 2013)
================================================
Portable Native Client Portable Native Client
---------------------- ----------------------
PNaCl's default C++ standard library is now LLVM's own libc++, based on * PNaCl's default C++ standard library is now LLVM's own libc++, based on
LLVM 3.3. It also now supports optional ``setjmp``/``longjmp`` exception LLVM 3.3. This library now supports optional ``setjmp``/``longjmp`` exception
handling. See the `announcement handling (see `announcement
<https://groups.google.com/forum/#!topic/native-client-discuss/0spfg6O04FM>`_ <https://groups.google.com/forum/#!topic/native-client-discuss/0spfg6O04FM>`_
for more details. for details).
SDK SDK
--- ---
* Add FUSE mount. * The ``nacl_io`` library now includes a FUSE mount.
* Make common.js load the Release nexe/pexe by default. * In the SDK examples, ``common.js`` now loads the Release version of the
* Fix "make debug" and "make run" on Mac. nexes/pexes that are built (by default).
* "``make debug``" and "``make run``" have been fixed on Mac.
PNaCl enabled by default in Chrome 31 (12 Nov 2013) PNaCl enabled by default in Chrome 31 (12 Nov 2013)
=================================================== ===================================================
* Portable Native Client (PNaCl) is enabled by default in Chrome 31. See * Portable Native Client (PNaCl) is enabled by default in Chrome 31. See
:doc:`NaCl and PNaCl </nacl-and-pnacl>` for details on the differences between :doc:`NaCl and PNaCl </nacl-and-pnacl>` for details on the differences between
PNaCl and NaCl. NaCl and PNaCl.
* The PNaCl ABI has changed from the preview release in Chrome * The PNaCl ABI has changed from the preview release in Chrome 30.
version 30. If you have pexes built with the Native Client SDK version 30, Pexe modules built with the ``pepper_30`` bundle in the SDK must be recompiled
please recompile them with the newest SDK to run in Chrome 31. As a general with the ``pepper_31`` bundle or later.
rule, it is always recommended to build applications with the latest Native As a general rule, we always recommended building applications with the latest
Client SDK. The PNaCl ABI will remain stable starting with the release of stable bundle in the Native Client SDK.
Chrome 31. The PNaCl ABI will remain stable starting with the release of Chrome 31.
* Additional changes in the Chrome/Pepper 31 release:
Additional changes:
* Updates to the Pepper API, including socket and network support
* Updates to the Pepper API, including socket and network support. * Improved socket support in the ``nacl_io`` library
* Improved socket support in nacl_io.
PNaCl in Chrome 30 Dev channel (01 Aug 2013) PNaCl in Chrome 30 Dev channel (01 Aug 2013)
============================================ ============================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment