Reviewers: Vyacheslav Egorov,

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

Please review this at http://codereview.chromium.org/3040030/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     ChangeLog
  M     src/version.cc


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 5162)
+++ ChangeLog   (working copy)
@@ -1,3 +1,27 @@
+2010-08-02: Version 2.3.4
+
+        Fixed problems in implementation of ES5 function.prototype.bind.
+
+ Fixed error when using apply with arguments object on ARM, issue 784.
+
+        Add setting of global flags to debugger protocol.
+
+        Fix bug 792, errors when using cached results of sin and cos.
+
+ Remove memory leak from a boundary case where V8 is not initialized.
+
+ Fix issue where debugger could set breakpoints outside a function's body.
+
+ Fix issue when using debugger's live edit and step in features together.
+
+ Added Number-letter (Nl) category to Unicode tables. These characters can
+        now be used in identifiers.
+
+        Fixed issue 806, an assert failure on X64.
+
+        Performance improvements on all platforms.
+
+
 2010-07-26: Version 2.3.3

         Fixed error when building the d8 shell in a fresh checkout.
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 5162)
+++ src/version.cc      (working copy)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     3
-#define BUILD_NUMBER      4
+#define BUILD_NUMBER      5
 #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