Preparing push to trunk (0.4.7)
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jan 2009 14:11:19 +0000 (14:11 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jan 2009 14:11:19 +0000 (14:11 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1030 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/api.cc

index 8f3a393f521f3131bd55c2e6d4261c269c9b461c..17fce33af6a7e0825c5fe807a34cb149ed6a5711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6c7faac023f4823af1ce8ad7d3716ca2fe9a5b1e..e227824212b9bda1b48a058ad43c2d7d23f169c8 100644 (file)
@@ -2203,7 +2203,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.4.7 (candidate)";
+  return "0.4.7";
 }