Reviewers: Rico,
Description:
Prepare push to trunk. We are now working on version 3.1.6.
Please review this at http://codereview.chromium.org/6530001/
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
5d2af9c56ac9526345728423e85e36f60ff8006a..f69be973f0469639f02d68c195e69fca9c9b76da
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-02-16: Version 3.1.5
+
+ Change RegExp parsing to disallow /(*)/.
+
+ Added GDB JIT support for ARM.
+
+ Fixed several crash bugs.
+
+ Performance improvements on the IA32 platform.
+
+
2011-02-14: Version 3.1.4
Fixed incorrect compare of prototypes of the global object (issue
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
054c4580302318178e63dee5177d19f003ce07c8..c217d5376738edf416f735227f29c6827d8c241e
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 1
-#define BUILD_NUMBER 5
+#define BUILD_NUMBER 6
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev