Reviewers: Mads Ager,

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

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

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 dc567b9748e6d15959b2d2ce95e2b9450ee74eb0..f143a40cd2b6f155bff7545f8ee1119aa33c0c54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2011-02-02: Version 3.1.1
+
+        Perform security checks before fetching the value in
+        Object.getOwnPropertyDescriptor.
+
+        Fixed a bug in Array.prototype.splice triggered by passing no
+        arguments.
+
+        Fixed bugs in -0 in arithmetic and in Math.pow.
+
+ Fixed bugs in the register allocator and in switching from optimized
+        to unoptimized code.
+
+
 2011-01-31: Version 3.1.0

         Performance improvements on all platforms.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 97a640888ffc80522350fe4c864dc59e633ee881..07e3ff830f7da3842bc66b013f8a445f1a86975d 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     1
-#define BUILD_NUMBER      1
+#define BUILD_NUMBER      2
 #define PATCH_LEVEL       0
 #define CANDIDATE_VERSION true



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to