Revision: 3420
Author: [email protected]
Date: Fri Dec  4 03:50:27 2009
Log: Prepare push to trunk. Now working on 2.0.4.
Review URL: http://codereview.chromium.org/462034
http://code.google.com/p/v8/source/detail?r=3420

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Tue Nov 24 05:30:15 2009
+++ /branches/bleeding_edge/ChangeLog   Fri Dec  4 03:50:27 2009
@@ -1,3 +1,26 @@
+2009-12-03: Version 2.0.3
+
+        Optimized handling and adding of strings, for-in and Array.join.
+
+        Heap serialization is now non-destructive.
+
+        Improved profiler support with information on time spend in C++
+        callbacks registered through the API.
+
+        Added commands to the debugger protocol for starting/stopping
+        profiling.
+
+        Enabled the non-optimizing compiler for top-level code.
+
+        Changed the API to only allow strings to be set as data objects on
+        Contexts and scripts to avoid potentially keeping global objects
+        around for too long (issue 528).
+
+        OpenBSD support patch by Peter Valchev <[email protected]>.
+
+        Fixed bugs.
+
+
  2009-11-24: Version 2.0.2

          Improved profiler support.
@@ -34,7 +57,7 @@

          Reverted a change which caused crashes in RegExp replace.

-       Reverted a change which caused Chromium ui_tests failure.
+        Reverted a change which caused Chromium ui_tests failure.


  2009-10-28: Version 1.3.17
=======================================
--- /branches/bleeding_edge/src/version.cc      Tue Nov 24 05:30:15 2009
+++ /branches/bleeding_edge/src/version.cc      Fri Dec  4 03:50:27 2009
@@ -34,7 +34,7 @@
  // cannot be changed without changing the SCons build script.
  #define MAJOR_VERSION     2
  #define MINOR_VERSION     0
-#define BUILD_NUMBER      3
+#define BUILD_NUMBER      4
  #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