Update version tag in bleeding_edge branch. Now working on 0.3.1.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Sep 2008 13:58:16 +0000 (13:58 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Sep 2008 13:58:16 +0000 (13:58 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

ChangeLog
src/api.cc

index ade8745bda50575d72ef684273aca3410dc311cf..b93a44ce92cd45b7a2b156221a033d3761ae3a1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-09-04: Version 0.3.0
+
+        Added support for running tests on the ARM simulator.
+
+        Fixed bug in the 'in' operator where negative indices were not
+        treated correctly.
+
+        Fixed build issues on gcc-4.3.1.
+
+        Changed Date.prototype.toLocaleTimeString to not print the
+        timezone part of the time.
+
+        Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
+        with user code.
+
+
 2008-09-02: Version 0.2.5
 
         Renamed the top level directory 'public' to 'include'.
index d644520a58f057b8271e6a967edaed1e10a93ae2..38d10cec3366bac79f98f1ceb23c5b73613d98e5 100644 (file)
@@ -2096,7 +2096,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.3.0 (internal)";
+  return "0.3.1 (internal)";
 }