From 7225401ff45d4ef4e1c7acb41a865cd3a43c6728 Mon Sep 17 00:00:00 2001 From: "sgjesse@chromium.org" Date: Mon, 11 Jul 2011 11:10:45 +0000 Subject: [PATCH] Prepare push to trunk. We are now working on version 3.4.12. R=ricow@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7331037 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8591 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 19 ++++++++++++++++++- src/version.cc | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad57e33..8cf7a14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2011-07-11: Version 3.4.11 + + Fixed MinGW32 build. + + Fixed a GC bug with RegExp code flushing. + + Implemented Object.defineProperty for proxies. + + Fixed a bug in for/in iteration of arguments objects (issue 1531). + + Added debugger support for inspecting optimized frames (issue 1140). + + Allowed JSObject::PreventExtensions to work for arguments objects. + + Bugfixes and performance work. + + 2011-07-06: Version 3.4.10 Fixed debugger not breaking on certain "if" statements (issue 1523). @@ -36,7 +53,7 @@ Ensure 16-byte stack alignment on Solaris (issue 1505). - Fix "illegal access" when calling parseInt with a radix + Fix "illegal access" when calling parseInt with a radix that is not a smi. (issue 1246). diff --git a/src/version.cc b/src/version.cc index cb8e818..39d79ae 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 4 -#define BUILD_NUMBER 11 +#define BUILD_NUMBER 12 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4