Revision: 12728
Author:   [email protected]
Date:     Mon Oct 15 04:49:59 2012
Log:      Prepare push to trunk.  Now working on version 3.14.5.

[email protected]

Review URL: https://codereview.chromium.org/11137016
http://code.google.com/p/v8/source/detail?r=12728

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Thu Oct 11 08:35:24 2012
+++ /branches/bleeding_edge/ChangeLog   Mon Oct 15 04:49:59 2012
@@ -1,3 +1,13 @@
+2012-10-15: Version 3.14.4
+
+        Allow evals for debugger even if they are prohibited in the debugee
+        context. (Chromium issue 154733)
+
+        Enabled --verify-heap in release mode (issue 2120)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-10-11: Version 3.14.3

Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
=======================================
--- /branches/bleeding_edge/src/version.cc      Thu Oct 11 08:35:24 2012
+++ /branches/bleeding_edge/src/version.cc      Mon Oct 15 04:49:59 2012
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     14
-#define BUILD_NUMBER      4
+#define BUILD_NUMBER      5
 #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