Reviewers: ulan,

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


[email protected]
BUG=


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

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 fd370579ea8a9b418663f59c8b963cf7e0d1bf20..e5cda33754e3cb357289ec7e05a459d89b8114a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-08-28: Version 3.13.4
+
+        Print reason for disabling optimization. Kill --trace-bailout flag.
+
+        Provide option to disable full DEBUG build on Android.
+
+        Introduce global contexts to represent lexical global scope(s).
+
+        Fix rounding in Uint8ClampedArray setter. (issue 2294)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-08-21: Version 3.13.3

         Performance and stability improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 1a2947bf30d04cf0ff869aa715a939ad8858c750..fc8b0d9e34e685c769e0505631229c1122dbe86f 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      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