Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.11.9.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/10447114/
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
f64809dd699adf809ccfe98f12cd9a00b7932847..385cc4c69eba5ea56d7d9b9b9da251cd3b5f182d
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-05-31: Version 3.11.8
+
+ Avoid overdeep recursion in regexp where a guarded expression with
a
+ minimum repetition count is inside another quantifier.
+ (Chromium issue 129926)
+
+ Fix missing write barrier in store field stub.
+ (issues 2143, 1465, Chromium issue 129355)
+
+ Proxies: Fix receiver for setters inherited from proxies.
+ Proxies: Fix ToStringArray function so that it does not reject some
+ keys.
+ (issue 1543)
+
+ Performance and stability improvements on all platforms.
+
+
2012-05-29: Version 3.11.7
Get better function names in stack traces.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
8b0b793f7f102bcc5bc386ccad1fb6a3e11dc8fe..2373040aaedda5d7527130b163bfec105a213914
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 8
+#define BUILD_NUMBER 9
#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