Revision: 6467
Author: [email protected]
Date: Tue Jan 25 05:59:23 2011
Log: Prepare push to trunk. Now working on version 3.0.12.
Review URL: http://codereview.chromium.org/6324012
http://code.google.com/p/v8/source/detail?r=6467
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Mon Jan 24 04:01:42 2011
+++ /branches/bleeding_edge/ChangeLog Tue Jan 25 05:59:23 2011
@@ -1,8 +1,18 @@
+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).
- Fixed incorrect .arguments variable proxy handling in the full
+ Fixed incorrect .arguments variable proxy handling in the full
code generator (issue 1060).
Introduced partial strict mode support.
@@ -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.
=======================================
--- /branches/bleeding_edge/src/version.cc Mon Jan 24 04:01:42 2011
+++ /branches/bleeding_edge/src/version.cc Tue Jan 25 05:59:23 2011
@@ -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