Reviewers: Jakob,

Description:
Prepare push to trunk.  Now working on version 3.14.5.

[email protected]


Please review this at https://codereview.chromium.org/11137016/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 16d0e782348c41e8a59a474c6f4fb5c97977915f..82b7b871714667fc2f0248a924943240545deb88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-10-15: Version 3.14.4
+
+        Allow evals for debugger even if they are prohibited in the debugee
+        context. (Chromium issue 154733)
+
+ Ensure code flushing is disabled in incremental marking. (issue 1609)
+
+        Move code flushing support into shared visitor. (issue 1609)
+
+        Enable --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
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 36ae7778caf51741df154f0370e1b8c7c74199d3..44941f191e1126e07e22d7c2f8df1fe8b94d9f30 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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