Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.12.6.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/10710010/
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
6663c66614b5822009848ff01c42098fe7733bcd..ce1e7d2bdd448342e487d7bdbdd9b006990e4097
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-06-28: Version 3.12.5
+
+ Fixed lazy parsing heuristics to respect outer scope.
+ (Chromium issue 135008)
+
+ Allow using test-wrapper-gypbuild.py on Windows when no python
+ interpreter is registered.
+ ([email protected])
+
+ Performance and stability improvements on all platforms.
+
+
2012-06-27: Version 3.12.4
Removed -fomit-frame-pointer flag from Release builds to make
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
d9ff566025c988b951c33132d4413621a7e354cd..bda2732959c0a49fc0f76b74c98b0b3c086efe7f
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 12
-#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