Revision: 13450
Author:   [email protected]
Date:     Mon Jan 21 06:37:29 2013
Log:      Prepare push to trunk.  Now working on version 3.16.8.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/12046002
http://code.google.com/p/v8/source/detail?r=13450

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Fri Jan 18 08:28:45 2013
+++ /branches/bleeding_edge/ChangeLog   Mon Jan 21 06:37:29 2013
@@ -1,3 +1,14 @@
+2013-01-21: Version 3.16.7
+
+        Removed <(library) usage from v8.gyp.
+        (Chromium issue 111541)
+
+ Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
+        (Chromium issue 169928)
+
+        Performance and stability improvements on all platforms.
+
+
 2013-01-18: Version 3.16.6

Made the Isolate parameter mandatory in Locker and Unlocker classes.
=======================================
--- /branches/bleeding_edge/src/version.cc      Fri Jan 18 08:28:45 2013
+++ /branches/bleeding_edge/src/version.cc      Mon Jan 21 06:37:29 2013
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     16
-#define BUILD_NUMBER      7
+#define BUILD_NUMBER      8
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to