From 5cec8ad1e81e8cdf566fb45376233103490c765c Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Tue, 15 May 2012 12:13:18 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.11.2. R=ulan@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10389144 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11565 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 9 +++++++++ src/version.cc | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e15786e..c52a5ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-05-15: Version 3.11.1 + + Added a readbuffer function to d8 that reads a file into an ArrayBuffer. + + Fix freebsd build. (V8 issue 2126) + + Performance and stability improvements on all platforms. + + 2012-05-11: Version 3.11.0 Fixed compose-discard crasher from r11524 (issue 2123). diff --git a/src/version.cc b/src/version.cc index 9d8d571..9f46830 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 1 +#define BUILD_NUMBER 2 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4