Reviewers: Mads Ager,
Description:
Prepare push to trunk. Now working on version 2.4.2.
Please review this at http://codereview.chromium.org/3305012/show
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
37f427c5f6a9fb9cafe3fe09524e20a6e2be4efb..cdf1b0fd9bedcd7fc5519960ec08d29b2a33a1fe
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-09-06: Version 2.4.1
+
+ Added the ability for an embedding application to receive a callback
+ when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
+ (V8::RemoveMemoryAllocationCallback) from the OS.
+
+ Fixed several JSON bugs (including issue 855).
+
+ Fixed memory overrun crash bug triggered during V8's tick-based
+ profiling.
+
+ Performance improvements on all platforms.
+
+
2010-09-01: Version 2.4.0
Fix bug in Object.freeze and Object.seal when Array.prototype or
@@ -41,7 +55,7 @@
Removed specialized handling of GCC 4.4 (issue 830).
- Fixed DST cache to take into account the suspension of DST in
+ Fixed DST cache to take into account the suspension of DST in
Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
Performance improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
1afcaf279daee2ab49821f442b4b97f088e76b72..2d489f1f5a1c26cb8541acb331eafdf6417949ae
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 1
+#define BUILD_NUMBER 2
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev