summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-05-06 09:59:35 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-05-06 09:59:35 -0700
commit6aab6ebe6168464de8e7b0c7254fad4771f281c1 (patch)
treeb0c6b91086cbf16147ba247ac6283652bfece086 /deps/v8/ChangeLog
parent4ce1e1fca59bc6ad6e2d19643db2ed3159ccb7dc (diff)
downloadnode-6aab6ebe6168464de8e7b0c7254fad4771f281c1.tar.gz
Upgrade V8 to 2.2.8
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog19
1 files changed, 16 insertions, 3 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index 2faa0b111..b28c6bf23 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,14 +1,27 @@
+2010-05-05: Version 2.2.8
+
+ Performance improvements in the x64 and ARM backends.
+
+
+2010-05-03: Version 2.2.7
+
+ Added support for ES5 date time string format to Date.parse.
+
+ Performance improvements in the x64 backend.
+
+
2010-04-28: Version 2.2.6
- Add "amd64" as recognized architecture in scons build script
+ Added "amd64" as recognized architecture in scons build script
(by Ryan Dahl <coldredlemur@gmail.com>).
- Fix bug in String search and replace with very simple RegExps.
+ Fixed bug in String search and replace with very simple RegExps.
- Fix bug in RegExp containing "\b^".
+ Fixed bug in RegExp containing "\b^".
Performance improvements on all platforms.
+
2010-04-26: Version 2.2.5
Various performance improvements (especially for ARM and x64)