From 21346ff4a3296eb94dbd82235b7915aae1cf8c67 Mon Sep 17 00:00:00 2001 From: "christian.plesner.hansen@gmail.com" Date: Tue, 22 Sep 2009 08:40:44 +0000 Subject: [PATCH] Prepare to push to trunk. Now working on 1.3.13. Review URL: http://codereview.chromium.org/210040 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2947 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 15 +++++++++++++++ src/version.cc | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 009296c..22c94d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-09-22: Version 1.3.12 + + Changed behavior of |function|.toString() on built-in functions to + be compatible with other implementations. Patch by Jan de Mooij. + + Added Object::IsDirty in the API. + + Optimized array construction; it is now handled purely in native + code. + + [ES5] Made properties of the arguments array enumerable. + + [ES5] Added test suite adapter for the es5conform test suite. + + 2009-09-15: Version 1.3.11 Fixed crash in error reporting during bootstrapping. diff --git a/src/version.cc b/src/version.cc index b51f119..2ba6360 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 1 #define MINOR_VERSION 3 -#define BUILD_NUMBER 12 +#define BUILD_NUMBER 13 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.7.4