From fbd67b1045bd8d20b62c8c239e345143fb5d9551 Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Wed, 15 Sep 2010 10:58:25 +0000 Subject: [PATCH] Prepare push to trunk. We are now working on version 2.4.5. Review URL: http://codereview.chromium.org/3429006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5459 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 11 +++++++++++ src/version.cc | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d867c6a..c31f5fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-09-15: Version 2.4.4 + + Fix bug with hangs on very large sparse arrays. + + Try harder to free up memory when running out of space. + + Add heap snapshots to JSON format to API. + + Recalibrate benchmarks. + + 2010-09-13: Version 2.4.3 Made Date.parse properly handle TZ offsets (issue 857). diff --git a/src/version.cc b/src/version.cc index 3afc6ee..0281eb5 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 4 +#define BUILD_NUMBER 5 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true -- 2.7.4