From 750e2cda099ce1d7b4e9ca09aff4ee34491f1300 Mon Sep 17 00:00:00 2001 From: "ulan@chromium.org" Date: Fri, 18 May 2012 14:06:49 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.11.4. R=jkummerow@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10413005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11593 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 12 ++++++++++++ src/version.cc | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f7572072a..979c9c0456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-05-18: Version 3.11.3 + + Disable optimization for functions that have scopes that cannot be + reconstructed from the context chain. (issue 2071) + + Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) + + Correctly check for native error objects. (Chromium issue 2138) + + Performance and stability improvements on all platforms. + + 2012-05-16: Version 3.11.2 Revert r11496. (Chromium issue 128146) diff --git a/src/version.cc b/src/version.cc index 2604175328..77c2124bd5 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 11 -#define BUILD_NUMBER 3 +#define BUILD_NUMBER 4 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)