From: vegorov@chromium.org Date: Wed, 11 Aug 2010 13:12:56 +0000 (+0000) Subject: Prepare push to trunk. Now working on version 2.3.8. X-Git-Tag: upstream/4.7.83~21378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d20398fd3ffb9cafc97b889bff1ee87f6a67cdf;p=platform%2Fupstream%2Fv8.git Prepare push to trunk. Now working on version 2.3.8. Review URL: http://codereview.chromium.org/3166005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5240 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/ChangeLog b/ChangeLog index b566374..caa63fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,33 @@ +2010-08-11: Version 2.3.7 + + Reduced size of heap snapshots produced by heap profiler (issue 783). + + Introduced v8::Value::IsRegExp method. + + Fixed CPU profiler crash in start / stop sequence when non-existent + name is passed (issue http://crbug.com/51594). + + Introduced new indexed property query callbacks API (issue 816). This + API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled + by default. + + Removed support for object literal get/set with number/string + property name. + + Fixed handling of JSObject::elements in CalculateNetworkSize + (issue 822). + + Allow compiling with strict aliasing enabled on GCC 4.4 (issue 463). + + 2010-08-09: Version 2.3.6 - RegExp literals create a new object every time they are evaluated - (issue 704). + RegExp literals create a new object every time they are evaluated + (issue 704). - Object.seal and Object.freeze return the modified object (issue 809). + Object.seal and Object.freeze return the modified object (issue 809). - Fix building using GCC 4.4.4. + Fix building using GCC 4.4.4. 2010-08-04: Version 2.3.5 diff --git a/src/version.cc b/src/version.cc index 6e79244..3694f20 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 2 #define MINOR_VERSION 3 -#define BUILD_NUMBER 7 +#define BUILD_NUMBER 8 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true