Preparing push of version 1.1.3 to trunk.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1602 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
kasperl@chromium.org 2009-03-24 14:42:35 +00:00
parent 62a7f913a2
commit 898297b0b7
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -2273,7 +2273,7 @@ bool v8::V8::Initialize() {
const char* v8::V8::GetVersion() {
return "1.1.3 (candidate)";
return "1.1.4 (candidate)";
}