Revision: 10213
Author:   [email protected]
Date:     Thu Dec  8 05:16:55 2011
Log:      Prepare push to trunk. Now working on version 3.8.1.
Review URL: http://codereview.chromium.org/8873016
http://code.google.com/p/v8/source/detail?r=10213

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Thu Dec  1 00:14:30 2011
+++ /branches/bleeding_edge/ChangeLog   Thu Dec  8 05:16:55 2011
@@ -1,3 +1,13 @@
+2011-12-8: Version 3.8.0
+
+        Fixed handling of arrays in DefineOwnProperty. (issue 1756)
+
+        Sync parser and preparser on do-while and return statements.
+        (issue 1856)
+
+        Stability and performance improvements on all platforms.
+
+
 2011-12-01: Version 3.7.12

         Increase tick interval for the android platform.
=======================================
--- /branches/bleeding_edge/src/version.cc      Thu Dec  1 00:14:30 2011
+++ /branches/bleeding_edge/src/version.cc      Thu Dec  8 05:16:55 2011
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     8
-#define BUILD_NUMBER      0
+#define BUILD_NUMBER      1
 #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