Reviewers: ulan,
Description:
Prepare push to trunk. Now working on version 3.11.2.
[email protected]
BUG=
TEST=
Please review this at https://chromiumcodereview.appspot.com/10384181/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
ChangeLog
src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
e15786eff4d6d3e89c6fb59c9f76adcf472732b1..c52a5abc5fb5b3b145d4cd9b8b9a1c0c30ce002e
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-05-15: Version 3.11.1
+
+ Added a readbuffer function to d8 that reads a file into an
ArrayBuffer.
+
+ Fix freebsd build. (V8 issue 2126)
+
+ Performance and stability improvements on all platforms.
+
+
2012-05-11: Version 3.11.0
Fixed compose-discard crasher from r11524 (issue 2123).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
9d8d57105dd87bc7ad7cb7ab9eed984288ea0346..9f468301928f6458eabc91cd04de2b9ca3016b16
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 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