Reviewers: Jakob,

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


[email protected]
BUG=
TEST=


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

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 7901bc4b1a99c4774db79668e9fd31b03311707b..3478d55e92ccce05c02f99b28521ec19f4868718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-03-12: Version 3.9.17
+
+        Fixed VFP detection through compiler defines.
+        (Chromium issue http://code.google.com/p/v8/issues/detail?id=1996)
+        (Patch by [email protected])
+
+        Add Code-related fields to postmortem metadata.
+        ([email protected])
+
+        Performance and stability improvements on all platforms.
+
+
 2012-03-09: Version 3.9.16

Added basic interface inference for modules (behind the --harmony flag).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index d3fed50d7db0bcd46b3d5935b532ec3cfdbb01ac..3d662eb9c4924f717fac3c1c45ad68465f3f6f95 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      17
+#define BUILD_NUMBER      18
 #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