Get ready for pushing version 0.4.1 to trunk.
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Oct 2008 08:42:47 +0000 (08:42 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 28 Oct 2008 08:42:47 +0000 (08:42 +0000)
Review URL: http://codereview.chromium.org/8829

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@617 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/api.cc

index 95d3202fb85685351f9f45d66e80940c478b7dac..993d16dcf117c3495e09b4100f5755c6b7151811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2008-10-28: Version 0.4.1
+
+        Added caching of RegExp data in compilation cache.
+
+        Added Visual Studio project file for d8 shell.
+
+        Fixed function call performance regression introduced in version
+        0.4.0 when splitting the global object in two parts (issue 120).
+
+        Fixed issue 131 by checking for empty handles before throwing and
+        reporting exceptions.
+
+
 2008-10-23: Version 0.4.0
 
         Split the global object into two parts: The state holding global
index 86d579be5cfe3b0739d734c58a3face5769e42af..cdf0ed6d19da49949f15faded7193fab9bdc42c1 100644 (file)
@@ -2199,7 +2199,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.4.1 (candidate)";
+  return "0.4.2 (candidate)";
 }