Author: [email protected]
Date: Sat Apr 11 02:01:45 2009
New Revision: 1691

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

Log:
Prepare a push to trunk (version 1.1.8).
Review URL: http://codereview.chromium.org/71001

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Sat Apr 11 02:01:45 2009
@@ -1,3 +1,18 @@
+2009-04-11: Version 1.1.8
+
+        Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
+
+        Fixed step-in handling for Function.prototype.apply and call in
+        the debugger (issue 269).
+
+        Fixed v8::Object::DeleteHiddenValue to not bail out when there
+        are no hidden properties.
+
+        Added workaround for crash bug, where external symbol table
+        entries with deleted resources would lead to NPEs when looking
+        up in the symbol table.
+
+
  2009-04-07: Version 1.1.7

          Added support for easily importing additional environment

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Sat Apr 11 02:01:45 2009
@@ -2373,7 +2373,7 @@


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



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

Reply via email to