Reviewers: Lasse Reichstein,

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


[email protected]
BUG=
TEST=


Please review this at http://codereview.chromium.org/7841034/

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 9dd6f88f297e99939c652c1c80192125279f512f..37a6dd7268d61e5202a14ccd6ec77b8d7bb1ed76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2011-09-07: Version 3.6.1
+
+        Fixed a bug in abrupt exit from with or catch inside finally.
+
+        Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
+        issue 95113).
+
+        Fixed map space explosion from changing the arguments and caller
+        properties on native functions.
+
+        Fixed size increase of snapshot introduced by builtin function
+        prototypes.
+
+        Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
+
+        Fixed a few clang warnings (which -Werror treated as errors).
+
+        Performance improvements on all platforms.
+
+
 2011-09-05: Version 3.6.0

        Fixed a bug when optimizing named function expression (issue 1647).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 5ac25105fa9f468675034b30fd2a1ed349ecc4e7..1a963a5ac159d3c891927734acbdfc49bfa053da 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     6
-#define BUILD_NUMBER      1
+#define BUILD_NUMBER      2
 #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