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:
parent
62a7f913a2
commit
898297b0b7
10
ChangeLog
10
ChangeLog
@ -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
|
2009-03-24: Version 1.1.2
|
||||||
|
|
||||||
Improved frame merge code generated by the code generator.
|
Improved frame merge code generated by the code generator.
|
||||||
|
@ -2273,7 +2273,7 @@ bool v8::V8::Initialize() {
|
|||||||
|
|
||||||
|
|
||||||
const char* v8::V8::GetVersion() {
|
const char* v8::V8::GetVersion() {
|
||||||
return "1.1.3 (candidate)";
|
return "1.1.4 (candidate)";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user