From f0573de36794130ac70a97ef7ba5e83d3239662e Mon Sep 17 00:00:00 2001 From: "kmillikin@chromium.org" Date: Wed, 2 Feb 2011 16:02:11 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.1.2. Review URL: http://codereview.chromium.org/6312090 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6587 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 dc567b974..f143a40cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-02-02: Version 3.1.1 + + Perform security checks before fetching the value in + Object.getOwnPropertyDescriptor. + + Fixed a bug in Array.prototype.splice triggered by passing no + arguments. + + Fixed bugs in -0 in arithmetic and in Math.pow. + + Fixed bugs in the register allocator and in switching from optimized + to unoptimized code. + + 2011-01-31: Version 3.1.0 Performance improvements on all platforms. diff --git a/src/version.cc b/src/version.cc index 97a640888..07e3ff830 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 1 -#define BUILD_NUMBER 1 +#define BUILD_NUMBER 2 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.34.1