Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 129793006: Updated release notes. (Ported changes from DevSite.) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/sdk/release-notes.rst
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index 5f6fa049a563c08341dd99d46a9299bc70f62fe1..6183741a3ce5d2c8e7fb8499a03b7fd2ee8ec859 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)
============================================
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698