From 19e120ad6088087a0dbe4fadae9bdadab318bae8 Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Fri, 17 May 2013 13:37:26 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.19.3. R=danno@chromium.org Review URL: https://codereview.chromium.org/15295007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14719 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 14 ++++++++++++++ src/version.cc | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6503691..dcaf5a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-05-17: Version 3.19.2 + + Fill in one-word-fillers for the unused property fields + (Chromium issue 240056). + + Removed use_system_v8 logic from the mainline gyp file + (Chromium issue 226860). + + Skip CPU profiler samples where top function's stack frame is not + set up properly (issue 2628). + + Performance and stability improvements on all platforms. + + 2013-05-14: Version 3.19.1 Fixed missing hole check for loads from Smi arrays when all uses are diff --git a/src/version.cc b/src/version.cc index b3bf690..90df79d 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 19 -#define BUILD_NUMBER 2 +#define BUILD_NUMBER 3 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4