Reviewers: Kevin Millikin,
Description:
Prepare push to trunk. Now working on version 3.0.12.
Please review this at http://codereview.chromium.org/6324012/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 6466)
+++ ChangeLog (working copy)
@@ -1,3 +1,13 @@
+2011-01-25: Version 3.0.11
+
+ Fixed a bug in deletion of lookup slots that could cause global
+ variables to be accidentally deleted (http://crbug.com/70066).
+
+ Added support for strict mode octal literal verification.
+
+ Fixed a couple of crash bugs (issues 1070 and 1071).
+
+
2011-01-24: Version 3.0.10
Fixed External::Wrap for 64-bit addresses (issue 1037).
@@ -2,3 +12,3 @@
- Fixed incorrect .arguments variable proxy handling in the full
+ Fixed incorrect .arguments variable proxy handling in the full
code generator (issue 1060).
@@ -11,7 +21,7 @@
(issue http://crbug.com/70334).
Fixed incorrect rounding for float-to-integer conversions for
external
- array types, which implement the Typed Array spec
+ array types, which implement the Typed Array spec
(issue http://crbug.com/50972).
Performance improvements on the IA32 platform.
Index: src/version.cc
===================================================================
--- src/version.cc (revision 6466)
+++ src/version.cc (working copy)
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 0
-#define BUILD_NUMBER 11
+#define BUILD_NUMBER 12
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev