Reviewers: danno,
Description:
Prepare push to trunk. Now working on version 3.11.10.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/10542022/
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
4c8545988c44c1526e3336d1ceeb24d998664144..d3785d0d42dbb29deaccc1865caa036df2a3113c
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-06-06: Version 3.11.9
+
+ Implement ES5-conformant semantics for inherited setters and
read-only
+ properties. Currently behind --es5_readonly flag, because it breaks
+ WebKit bindings.
+
+ Expose last seen heap object id via v8 public api.
+
+ Performance and stability improvements on all platforms.
+
+
2012-05-31: Version 3.11.8
Avoid overdeep recursion in regexp where a guarded expression with
a
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
2373040aaedda5d7527130b163bfec105a213914..1cba1b730bc1c2c7392ac2dc985977fbbfc66ceb
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 11
-#define BUILD_NUMBER 9
+#define BUILD_NUMBER 10
#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