From: fschneider@chromium.org Date: Wed, 22 Sep 2010 09:35:56 +0000 (+0000) Subject: Prepare push to trunk. Now working on version 2.4.6. X-Git-Tag: upstream/4.7.83~21179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22eb9af355e858178ffe8798e2b96ec9f1603a24;p=platform%2Fupstream%2Fv8.git Prepare push to trunk. Now working on version 2.4.6. Review URL: http://codereview.chromium.org/3466009 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5501 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/ChangeLog b/ChangeLog index e0b6b2b..7003396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2010-09-22: Version 2.4.5 + Changed the RegExp benchmark to exercise the regexp engine on different + inputs by scrambling the input strings. + + Fixed a bug in keyed loads on strings. + + Fixed a bug with loading global function prototypes. + + Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999). + + Performance improvements on all platforms. + + 2010-09-15: Version 2.4.4 Fixed bug with hangs on very large sparse arrays. diff --git a/src/version.cc b/src/version.cc index 0281eb5..4247d6b 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 4 -#define BUILD_NUMBER 5 +#define BUILD_NUMBER 6 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true