Author: [email protected]
Date: Mon Apr 27 02:14:19 2009
New Revision: 1796

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

Log:
Prepare push of version 1.2.1 to trunk.  The main reason for this push
is to get the chromium V8-latest builder working again and to move the
gyp file used for the chromium build to V8 to make it easier to roll
V8 DEPS.
Review URL: http://codereview.chromium.org/99049

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Mon Apr 27 02:14:19 2009
@@ -1,3 +1,10 @@
+2009-04-27: Version 1.2.1
+
+        Added EcmaScript 5 JSON object.
+
+        Fix bug in preemption support on ARM.
+
+
  2009-04-23: Version 1.2.0

          Optimized floating-point operations on ARM.

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Mon Apr 27 02:14:19 2009
@@ -2422,7 +2422,7 @@


  const char* v8::V8::GetVersion() {
-  return "1.2.1 (candidate)";
+  return "1.2.2 (candidate)";
  }



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to