Author: [email protected]
Date: Mon Mar 30 05:58:45 2009
New Revision: 1640
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Prepare to push version 1.1.4 to trunk.
Review URL: http://codereview.chromium.org/56059
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Mon Mar 30 05:58:45 2009
@@ -1,3 +1,20 @@
+2009-03-30: Version 1.1.4
+
+ Optimized String.prototype.match.
+
+ Improved the stack information in profiles.
+
+ Fixed bug in ARM port making it possible to compile the runtime
+ system for thumb mode again.
+
+ Implemented a number of optimizations in the code generator.
+
+ Fixed a number of memory leaks in tests.
+
+ Fixed crash bug in connection with script source code and external
+ strings.
+
+
2009-03-24: Version 1.1.3
Fixed assertion failures in compilation of loop conditions.
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Mon Mar 30 05:58:45 2009
@@ -2279,7 +2279,7 @@
const char* v8::V8::GetVersion() {
- return "1.1.4 (candidate)";
+ return "1.1.5 (candidate)";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---