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

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

Issue 227473010: [NaCl SDK Docs] Add release notes for Chrome 34 and 35. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback, also merge master Created 6 years, 8 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 | « native_client_sdk/src/doc/pepper_stable/index.rst ('k') | 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 6183741a3ce5d2c8e7fb8499a03b7fd2ee8ec859..13f372e0c3d2d16439e1b6e4f2aba04955cf55f1 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -4,8 +4,41 @@
Release Notes
#############
-Chrome/Pepper 33 (branched on 16 December 2013)
-===============================================
+Chrome/Pepper 35 (31 Mar 2014)
+==============================
+
+PNaCl
+-----
+* Upgraded LLVM to version 3.4.
+* Translation now uses dynamic load balancing, making translation time faster.
+* Unstable pexes (i.e. non-finalized) with debug information can be loaded by
+ Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes
+ <debugging_pnacl_pexes>`
+
+
+Chrome/Pepper 34 (20 Feb 2014)
+==============================
+
+Pepper
+------
+* Filesystems can now be passed from JavaScript to NaCl. The resulting
+ ``pp::Var`` will contain a ``pp::Resource`` that can be given to the
+ ``pp::FileSystem`` constructor.
+* New Audio and Video input APIs have been added as dev interfaces. See
+ `pp::MediaStreamAudioTrack
+ </native-client/pepper_dev/cpp/classpp_1_1_media_stream_audio_track>`_ and
+ `pp::MediaStreamVideoTrack
+ </native-client/pepper_dev/cpp/classpp_1_1_media_stream_video_track>`_ for
+ more details.
+
+PNaCl
+-----
+* Parallel translation: at least 1.7x faster, even with older pexes.
+* Intelligent abbreviations in the bitcode: 20% reduction in binary size using
+ the :ref:`pnacl-compress <pnacl_compress>` tool.
+
+Chrome/Pepper 33 (16 Dec 2013)
+==============================
Portable Native Client
----------------------
« no previous file with comments | « native_client_sdk/src/doc/pepper_stable/index.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698