Commit 9c8b1876 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Prepare a push to trunk (version 1.1.7).

Review URL: http://codereview.chromium.org/62091

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1680 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 500281af
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 2009-04-01: Version 1.1.6
Reverted an unsafe code generator change. Reverted an unsafe code generator change.
...@@ -33,7 +46,7 @@ ...@@ -33,7 +46,7 @@
Fixed a number of memory leaks in tests. Fixed a number of memory leaks in tests.
Fixed crash bug in connection with script source code and external Fixed crash bug in connection with script source code and external
strings. strings.
2009-03-24: Version 1.1.3 2009-03-24: Version 1.1.3
......
...@@ -2373,7 +2373,7 @@ bool v8::V8::Dispose() { ...@@ -2373,7 +2373,7 @@ bool v8::V8::Dispose() {
const char* v8::V8::GetVersion() { const char* v8::V8::GetVersion() {
return "1.1.7 (candidate)"; return "1.1.8 (candidate)";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment