Reviewers: Mads Ager,

Description:
Get ready for pushing version 0.4.1 to trunk.

Please review this at http://codereview.chromium.org/8829

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     ChangeLog
   M     src/api.cc


Index: src/api.cc
===================================================================
--- src/api.cc  (revision 616)
+++ src/api.cc  (working copy)
@@ -2199,7 +2199,7 @@


  const char* v8::V8::GetVersion() {
-  return "0.4.1 (candidate)";
+  return "0.4.2 (candidate)";
  }


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 616)
+++ ChangeLog   (working copy)
@@ -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



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to