From f9bf10ce6d15861b99a6ae712a14f2abe524d5f3 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Mon, 23 Dec 2013 16:17:23 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.24.8. R=ulan@chromium.org TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/103253009 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18412 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 5e776172d0..e8567c7b89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2013-12-23: Version 3.24.7 + + Fix small spec violation in String.prototype.split (issue 3026). + + Correctly resolve forcibly context allocated parameters in debug- + evaluate (Chromium issue 325676). + + Introduce Function::GetBoundFunction. + + Performance and stability improvements on all platforms. + + 2013-12-20: Version 3.24.6 Performance and stability improvements on all platforms. diff --git a/src/version.cc b/src/version.cc index d561b8dee3..23f2ba2f85 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 24 -#define BUILD_NUMBER 7 +#define BUILD_NUMBER 8 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)