Revision: 4558
Author: [email protected]
Date: Mon May  3 00:25:26 2010
Log: Prepare push to trunk.  Now working on version 2.2.8.

Review URL: http://codereview.chromium.org/1855001
http://code.google.com/p/v8/source/detail?r=4558

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Wed Apr 28 05:03:25 2010
+++ /branches/bleeding_edge/ChangeLog   Mon May  3 00:25:26 2010
@@ -1,14 +1,22 @@
+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 <[email protected]>).

-        Fix bug in String search and replace with very simple RegExps.
-
-        Fix bug in RegExp containing "\b^".
+        Fixed bug in String search and replace with very simple RegExps.
+
+        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)
=======================================
--- /branches/bleeding_edge/src/version.cc      Wed Apr 28 05:03:25 2010
+++ /branches/bleeding_edge/src/version.cc      Mon May  3 00:25:26 2010
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     2
-#define BUILD_NUMBER      7
+#define BUILD_NUMBER      8
 #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