Prepare push to trunk. Now working on version 2.3.5.
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Aug 2010 11:02:38 +0000 (11:02 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 2 Aug 2010 11:02:38 +0000 (11:02 +0000)
Review URL: http://codereview.chromium.org/3040030

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5163 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/version.cc

index 9a7aa81..2e76b8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+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).
+
+        Added setting of global flags to debugger protocol.
+
+        Fixed an error affecting cached results of sin and cos (issue 792).
+
+        Removed memory leak from a boundary case where V8 is not initialized.
+
+        Fixed issue where debugger could set breakpoints outside the body
+        of a function.
+
+        Fixed issue in debugger when using both live edit and step in features.
+
+        Added Number-letter (Nl) category to Unicode tables.  These characters
+        can now be used in identifiers.
+
+        Fixed an assert failure on X64 (issue 806).
+
+        Performance improvements on all platforms.
+
+
 2010-07-26: Version 2.3.3
 
         Fixed error when building the d8 shell in a fresh checkout.
index d3bc0d9..5fbaa3f 100644 (file)
@@ -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