summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src
diff options
context:
space:
mode:
authorjfb@chromium.org <jfb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 19:50:01 +0000
committerjfb@chromium.org <jfb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-19 19:50:01 +0000
commit99569f43df862eb8c44113692565a1111424b1b6 (patch)
tree87163d2a34db1395e4ad9b9f97d05809da0268b4 /native_client_sdk/src
parentc38ec5d001ecffacda1d875df0abd6433b559310 (diff)
downloadchromium_src-99569f43df862eb8c44113692565a1111424b1b6.zip
chromium_src-99569f43df862eb8c44113692565a1111424b1b6.tar.gz
chromium_src-99569f43df862eb8c44113692565a1111424b1b6.tar.bz2
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
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r--native_client_sdk/src/doc/sdk/release-notes.rst19
1 files changed, 19 insertions, 0 deletions
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
+<https://groups.google.com/forum/#!topic/native-client-discuss/0spfg6O04FM>`_
+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)
===================================================