Reviewers: Michael Starzinger,

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


[email protected]
BUG=


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

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 1792aaf4260dbaf193908850d271957828ad5b96..32b89daf496cbbbb93dde6e013876050d9eb60d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-08-16: Version 3.13.1
+
+        Fixed improved LoadICs for dictionaries with callbacks.
+        (Chromium issue 142088)
+
+ Added checks when receiving external string resources through the API.
+        (Chromium issue 140050)
+
+        Fixed wrong indexing in global regexp.
+        (Chromium issue 142087)
+
+        Performance and stability improvements on all platforms.
+
+
 2012-08-10: Version 3.13.0

         Added histograms for total allocated/live heap size, as well as
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index b0fe59e9279015a4c3d6aef04cc597d68878d0e1..684e378be6e4fd34c99b1590860caeb9fc3182c0 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      1
+#define BUILD_NUMBER      2
 #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