From bfb2db2329aa35518c91feaeaaf5eba106d238f4 Mon Sep 17 00:00:00 2001 From: "verwaest@chromium.org" Date: Wed, 10 Oct 2012 17:05:00 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.14.3. R=ulan@chromium.org Review URL: https://chromiumcodereview.appspot.com/11098047 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12692 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 28 ++++++++++++++++++++++++++++ src/version.cc | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index adef56a..e64d486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2012-10-10: Version 3.14.2 + + ARM: allowed VFP3 instructions when hardfloat is enabled. + (Chromium issue 152506) + + Fixed instance_descriptors() and PushStackTraceAndDie regressions. + (Chromium issue 151749) + + Made GDBJIT interface compile again. (issue 1804) + + Fixed Accessors::FunctionGetPrototype's proto chain traversal. + (Chromium issue 143967) + + Made sure that names of temporaries do not clash with real variables. + (issue 2322) + + Rejected local module declarations. (Chromium issue 150628) + + Rejected uses of lexical for-loop variable on the RHS. (issue 2322) + + Fixed slot recording of code target patches. + (Chromium issue 152615,chromium:144230) + + Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3. + + Performance and stability improvements on all platforms. + + 2012-10-01: Version 3.14.1 Don't set -m32 flag when compiling with Android ARM compiler. diff --git a/src/version.cc b/src/version.cc index bf31362..ab444e9 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 14 -#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