Prepare push to trunk. Now working on version 1.0.0.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Jan 2009 09:44:41 +0000 (09:44 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Jan 2009 09:44:41 +0000 (09:44 +0000)
Review URL: http://codereview.chromium.org/18843

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

ChangeLog
src/api.cc

index 943ef343967e36eaee74c1bde78a72a33a68ac32..cea2d031d04cc8b72f19609d75b56c467021bab9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2009-01-27: Version 0.4.9
+
+        Enabled new regular expression engine.
+
+        Made a number of changes to the debugger protocol.
+
+        Fixed a number of bugs in the preemption support.
+
+        Added -p option to the developer shell to run files in parallel
+        using preemption.
+
+        Fixed a number of minor bugs (including issues 176, 187, 189, 192,
+        193, 198 and 201).
+
+        Fixed a number of bugs in the serialization/deserialization
+        support for the ARM platform.
+
+
 2009-01-19: Version 0.4.8.1
 
         Minor patch to debugger support.
index 51395a6837473ffa9caed2eb881ccb8eca8dbb8f..ce4e54009b9ae84b019984c559fe862ac17e7955 100644 (file)
@@ -2184,7 +2184,7 @@ bool v8::V8::Initialize() {
 
 
 const char* v8::V8::GetVersion() {
-  return "0.4.9 (candidate)";
+  return "1.0.0 (candidate)";
 }