summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorawatson@chromium.org <awatson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 21:13:31 +0000
committerawatson@chromium.org <awatson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-09 21:13:31 +0000
commit86df12e21f354920bd39f6c44a8b25bf05054589 (patch)
tree83366a09411fb4abe85719ac5aa8ef56217522b2 /native_client_sdk
parent94307a6c3809d13dc47fe7aaa85fd30510e52bf6 (diff)
downloadchromium_src-86df12e21f354920bd39f6c44a8b25bf05054589.zip
chromium_src-86df12e21f354920bd39f6c44a8b25bf05054589.tar.gz
chromium_src-86df12e21f354920bd39f6c44a8b25bf05054589.tar.bz2
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
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/doc/sdk/release-notes.rst47
1 files changed, 22 insertions, 25 deletions
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index 5f6fa04..6183741 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -4,45 +4,42 @@
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)
-================================================
+Chrome/Pepper 33 (branched on 16 December 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.
+* PNaCl's default C++ standard library is now LLVM's own libc++, based on
+ LLVM 3.3. This library now supports optional ``setjmp``/``longjmp`` exception
+ handling (see `announcement
+ <https://groups.google.com/forum/#!topic/native-client-discuss/0spfg6O04FM>`_
+ for details).
SDK
---
-* Add FUSE mount.
-* Make common.js load the Release nexe/pexe by default.
-* Fix "make debug" and "make run" on Mac.
+* The ``nacl_io`` library now includes a FUSE mount.
+* In the SDK examples, ``common.js`` now loads the Release version of the
+ 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)
===================================================
* 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
- PNaCl and NaCl.
-* The PNaCl ABI has changed from the preview release in Chrome
- version 30. If you have pexes built with the Native Client SDK version 30,
- please recompile them with the newest SDK to run in Chrome 31. As a general
- rule, it is always recommended to build applications with the latest Native
- Client SDK. The PNaCl ABI will remain stable starting with the release of
- Chrome 31.
-
-Additional changes:
-
-* Updates to the Pepper API, including socket and network support.
-* Improved socket support in nacl_io.
+ NaCl and PNaCl.
+* The PNaCl ABI has changed from the preview release in Chrome 30.
+ Pexe modules built with the ``pepper_30`` bundle in the SDK must be recompiled
+ with the ``pepper_31`` bundle or later.
+ As a general rule, we always recommended building applications with the latest
+ stable bundle in the Native Client SDK.
+ The PNaCl ABI will remain stable starting with the release of Chrome 31.
+* Additional changes in the Chrome/Pepper 31 release:
+
+ * Updates to the Pepper API, including socket and network support
+ * Improved socket support in the ``nacl_io`` library
PNaCl in Chrome 30 Dev channel (01 Aug 2013)
============================================