From: lrn@chromium.org Date: Mon, 9 May 2011 09:21:21 +0000 (+0000) Subject: Prepare push to trunk. Now working on version 3.3.6. X-Git-Tag: upstream/4.7.83~19468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=465aa7ef08bb59c202c77a990c6e8a8e1285a5c9;p=platform%2Fupstream%2Fv8.git Prepare push to trunk. Now working on version 3.3.6. Review URL: http://codereview.chromium.org/6964006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/ChangeLog b/ChangeLog index b089e4175..80b29ae2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2011-05-09: Version 3.3.5 + + Fixed build on FreeBSD. Patch by Akinori MUSHA. + + Added check that receiver is JSObject on API calls. + + Implemented CallAsConstructor method for Object in the API (Issue 1348). + Patch by Peter Varga. + + Added CallAsFunction method to the Object class in the API (Issue 1336). + Patch by Peter Varga. + + Added per-isolate locking and unlocking. + + Fixed bug in x64 >>> operator (Issue 1359). + + 2011-05-04: Version 3.3.4 Implemented API to disallow code generation from strings for a context diff --git a/src/version.cc b/src/version.cc index f3897cd07..a156ddde3 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 3 -#define BUILD_NUMBER 5 +#define BUILD_NUMBER 6 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)