Revision: 10475
Author:   [email protected]
Date:     Mon Jan 23 06:34:49 2012
Log:      Prepare push to trunk.  Now working on version 3.8.9.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/9270044
http://code.google.com/p/v8/source/detail?r=10475

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Thu Jan 19 07:28:48 2012
+++ /branches/bleeding_edge/ChangeLog   Mon Jan 23 06:34:49 2012
@@ -1,3 +1,18 @@
+2012-01-23: Version 3.8.8
+
+        Limited number of loop iterations in Heap::ReserveSpace
+        (Chromium issue 99027).
+
+        Fixed solaris build (VirtualMemory) (issue 1761).
+
+        Fixed strict vs. non-strict handling of function proxies in
+        higher-order array and string methods.
+
+        Enabled asynchronous remote debugging with d8 (issue 1691).
+
+        Stability and performance improvements on all platforms.
+
+
 2012-01-19: Version 3.8.7

Ensure that LRandom restores rsi after call to the C function on x64.
=======================================
--- /branches/bleeding_edge/src/version.cc      Thu Jan 19 07:28:48 2012
+++ /branches/bleeding_edge/src/version.cc      Mon Jan 23 06:34:49 2012
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     8
-#define BUILD_NUMBER      8
+#define BUILD_NUMBER      9
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)

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

Reply via email to