Author: [email protected]
Date: Tue Jan 6 06:11:19 2009
New Revision: 1030
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Preparing push to trunk (0.4.7)
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Tue Jan 6 06:11:19 2009
@@ -1,3 +1,16 @@
+2009-01-06: Version 0.4.7
+
+ Minor bugfixes and optimizations.
+
+ Added command line debugger to D8 shell.
+
+ Fixed subtle bug that caused the wrong 'this' to be used when
+ calling a caught function in a catch clause.
+
+ Inline array loads within loops directly in the code instead of
+ always calling a stub.
+
+
2008-12-11: Version 0.4.6
Fixed exception reporting bug where certain exceptions were
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Tue Jan 6 06:11:19 2009
@@ -2203,7 +2203,7 @@
const char* v8::V8::GetVersion() {
- return "0.4.7 (candidate)";
+ return "0.4.7";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---