Revision: 5424
Author: [email protected]
Date: Tue Sep  7 23:20:09 2010
Log: Prepare push of version 2.4.2 to trunk.
Review URL: http://codereview.chromium.org/3324010
http://code.google.com/p/v8/source/detail?r=5424

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Sep  6 04:31:07 2010
+++ /branches/bleeding_edge/ChangeLog   Tue Sep  7 23:20:09 2010
@@ -1,41 +1,51 @@
+2010-09-08: Version 2.4.2
+
+        Fixed GC crash bug.
+
+        Fixed stack corruption bug.
+
+        Fixed compilation for newer C++ compilers that found Operand(0)
+        ambiguous.
+
+
 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.
+ 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
-      Object.prototype is changed (issue 842).
-
-      Update Array.splice to follow Safari and Firefox when called
-      with zero arguments.
-
-      Fix a missing live register when breaking at keyed loads on ARM.
-
-      Performance improvements on all platforms.
+        Fix bug in Object.freeze and Object.seal when Array.prototype or
+        Object.prototype is changed (issue 842).
+
+        Update Array.splice to follow Safari and Firefox when called
+        with zero arguments.
+
+        Fix a missing live register when breaking at keyed loads on ARM.
+
+        Performance improvements on all platforms.


 2010-08-25: Version 2.3.11

-       Fix bug in RegExp related to copy-on-write arrays.
-
-       Refactoring of tools/test.py script, including the introduction of
-       VARIANT_FLAGS that allows specification of sets of flags with which
-       all tests should be run.
-
-       Fix a bug in the handling of debug breaks in CallIC.
-
-       Performance improvements on all platforms.
+        Fix bug in RegExp related to copy-on-write arrays.
+
+        Refactoring of tools/test.py script, including the introduction of
+        VARIANT_FLAGS that allows specification of sets of flags with which
+        all tests should be run.
+
+        Fix a bug in the handling of debug breaks in CallIC.
+
+        Performance improvements on all platforms.


 2010-08-23: Version 2.3.10
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Sep  6 04:31:07 2010
+++ /branches/bleeding_edge/src/version.cc      Tue Sep  7 23:20:09 2010
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     4
-#define BUILD_NUMBER      2
+#define BUILD_NUMBER      3
 #define PATCH_LEVEL       0
 #define CANDIDATE_VERSION true

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to