Reviewers: Mads Ager,

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

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

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 2faa0b1110893d4876a50639a0a8c722002f39dd..2b29bde95d0d3d89716247dec43de3d6dcbac5eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
+        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)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 031cceef07c0cfec8f38ace218e96699d12c6a80..34f212d650f1eaf36990be58dc667ab543a745c2 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     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