From 4270a0f2a84066480fb7d0878b58b1880d8f5bd4 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Thu, 21 Nov 2013 09:47:23 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.23.10. R=jkummerow@chromium.org, danno@chromium.org Review URL: https://codereview.chromium.org/77243006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17952 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 17 +++++++++++++++++ src/version.cc | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c545d6bc7..42ee8405e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2013-11-21: Version 3.23.9 + + API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t + instead of intptr_t. + + Remove deprecated v8::SetResourceConstraints without Isolate parameter. + + Remove deprecated v8-defaults.h and defaults.cc. + (Chromium issue 312241) + + Make it possible to add more than one piece of embedder data to + isolates. + (Chromium issue 317398) + + Performance and stability improvements on all platforms. + + 2013-11-20: Version 3.23.8 Fixed crashes exposed though fuzzing. diff --git a/src/version.cc b/src/version.cc index a62b0a30e..d3ab45c29 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 23 -#define BUILD_NUMBER 9 +#define BUILD_NUMBER 10 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.34.1