Reviewers: Jakob,

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


[email protected]
BUG=


Please review this at https://chromiumcodereview.appspot.com/10899032/

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 cb5d4f791735af6e66d05e6d3ed54295ad2809d0..4aa17c094468ac4713f003e7930c1220c8939528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-08-29: Version 3.13.5
+
+        Release stack trace data after firing Error.stack accessor.
+        (issue 2308)
+
+ Add a new API V8::SetJitCodeEventHandler to push code name and location
+        to users such as profilers.
+
+        Allocate block-scoped global bindings to global context.
+
+        Performance and stability improvements on all platforms.
+
+
 2012-08-28: Version 3.13.4

         Print reason for disabling optimization. Kill --trace-bailout flag.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index fc8b0d9e34e685c769e0505631229c1122dbe86f..2e685f7936978684a2afb6e60fac22d762033893 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     13
-#define BUILD_NUMBER      5
+#define BUILD_NUMBER      6
 #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