Author: [email protected]
Date: Mon Apr  6 23:00:21 2009
New Revision: 1680

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

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

Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog    (original)
+++ branches/bleeding_edge/ChangeLog    Mon Apr  6 23:00:21 2009
@@ -1,3 +1,16 @@
+2009-04-07: Version 1.1.7
+
+        Added support for easily importing additional environment
+        variables into the SCons build.
+
+        Optimized strict equality checks.
+
+        Fixed crash in indexed setters on objects without a corresponding
+        getter (issue 298).
+
+        Re-enabled script compilation cache.
+
+
  2009-04-01: Version 1.1.6

          Reverted an unsafe code generator change.
@@ -33,7 +46,7 @@
          Fixed a number of memory leaks in tests.

          Fixed crash bug in connection with script source code and external
-       strings.
+        strings.


  2009-03-24: Version 1.1.3

Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc   (original)
+++ branches/bleeding_edge/src/api.cc   Mon Apr  6 23:00:21 2009
@@ -2373,7 +2373,7 @@


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



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

Reply via email to