Author: [email protected]
Date: Tue Mar 24 07:42:35 2009
New Revision: 1602

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

Log:
Preparing push of version 1.1.3 to trunk.
Review URL: http://codereview.chromium.org/53012

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Tue Mar 24 07:42:35 2009
@@ -1,3 +1,13 @@
+2009-03-24: Version 1.1.3
+
+        Fixed assertion failures in compilation of loop conditions.
+
+        Removed STL dependency from developer shell (d8).
+
+        Added infrastructure for protecting the V8 heap from corruption
+        caused by memory modifications from the outside.
+
+
  2009-03-24: Version 1.1.2

          Improved frame merge code generated by the code generator.

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Tue Mar 24 07:42:35 2009
@@ -2273,7 +2273,7 @@


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



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

Reply via email to