Reviewers: Sven Panne,
Description:
Prepare push to trunk. Now working on version 3.9.19.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/9696030/
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
9ba13624ae07a09bec8c91ad7f1de60bdc186dde..7e351fdf965029653c15e467cfc77265498944f5
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-03-13: Version 3.9.18
+
+ Ensure consistency of Math.sqrt on Intel platforms.
+
+ Remove static initializers in v8. (issue 1859)
+
+ Add explicit dependency on v8_base in the GYP-based build.
+
+ Performance and stability improvements on all platforms.
+
+
2012-03-12: Version 3.9.17
Fixed VFP detection through compiler defines. (issue 1996)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
3d662eb9c4924f717fac3c1c45ad68465f3f6f95..05cf4d65eb59972523e1cff5d14a1b7ced24af1b
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 9
-#define BUILD_NUMBER 18
+#define BUILD_NUMBER 19
#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