From 99569f43df862eb8c44113692565a1111424b1b6 Mon Sep 17 00:00:00 2001 From: "jfb@chromium.org" Date: Thu, 19 Dec 2013 19:50:01 +0000 Subject: Update NaCl SDK release notes. M33 branched on December 16th 2013, update the NaCl SDK release notes to mention libc++ and sjlj EH. R= sbc@chromium.org, binji@chromium.org, mackinlay@chromium.org, sehr@chromium.org, awatson@chromium.org BUG= N/A TEST= N/A NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/118313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241920 0039d316-1c4b-4281-b951-d872f2087c98 --- native_client_sdk/src/doc/sdk/release-notes.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst index 5596050..5f6fa04 100644 --- a/native_client_sdk/src/doc/sdk/release-notes.rst +++ b/native_client_sdk/src/doc/sdk/release-notes.rst @@ -7,6 +7,25 @@ Release Notes This page provides notes for all releases of the Native Client SDK (including releases that have been or will be published subsequent to Pepper 28). +Chrome 33 Release (branched on December 16 2013) +================================================ + +Portable Native Client +---------------------- + +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 +handling. See the `announcement +`_ +for more details. + +SDK +--- + +* Add FUSE mount. +* Make common.js load the Release nexe/pexe by default. +* Fix "make debug" and "make run" on Mac. + PNaCl enabled by default in Chrome 31 (12 Nov 2013) =================================================== -- cgit v1.1