From: sgjesse@chromium.org Date: Mon, 13 Sep 2010 09:10:47 +0000 (+0000) Subject: Prepare push to trunk. We are now working on version 2.4.4. X-Git-Tag: upstream/4.7.83~21216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ba402203388f8360d5abf7ebfc21b5556783f7e;p=platform%2Fupstream%2Fv8.git Prepare push to trunk. We are now working on version 2.4.4. Review URL: http://codereview.chromium.org/3308028 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5446 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/ChangeLog b/ChangeLog index 95a3640..d867c6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-09-13: Version 2.4.3 + + Made Date.parse properly handle TZ offsets (issue 857). + + Performance improvements on all platforms. + + 2010-09-08: Version 2.4.2 Fixed GC crash bug. diff --git a/src/version.cc b/src/version.cc index f33dc03..3afc6ee 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 3 +#define BUILD_NUMBER 4 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true