Author: [email protected]
Date: Tue Mar 31 23:39:18 2009
New Revision: 1661

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

Log:
Prepare to push version 1.1.5 to trunk.  This version contains a
number of bug fixes.
Review URL: http://codereview.chromium.org/60004

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Tue Mar 31 23:39:18 2009
@@ -1,3 +1,19 @@
+2009-04-01: Version 1.1.5
+
+        Fixed bug that caused function literals to not be optimized as
+        much as other functions.
+
+        Improved profiler support.
+
+        Fixed a crash bug in connection with debugger unloading.
+
+        Fixed a crash bug in the code generator caused by losing the
+        information that a frame element was copied.
+
+        Fixed an exception propagation bug that could cause non-null
+        return values when exceptions were thrown.
+
+
  2009-03-30: Version 1.1.4

          Optimized String.prototype.match.

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Tue Mar 31 23:39:18 2009
@@ -2421,7 +2421,7 @@


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



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

Reply via email to