Author: [email protected]
Date: Wed Feb 25 04:46:23 2009
New Revision: 1359
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Prepare push to trunk. Now working on version 1.0.3.
Review URL: http://codereview.chromium.org/27129
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Wed Feb 25 04:46:23 2009
@@ -1,3 +1,23 @@
+2009-02-25: Version 1.0.2
+
+ Improved profiling support by performing simple call stack
+ sampling for ticks and by fixing a bug in the logging of code
+ addresses.
+
+ Fixed a number of debugger issues.
+
+ Optimized code that uses eval.
+
+ Fixed a couple of bugs in the regular expression engine.
+
+ Reduced the size of generated code for certain regular expressions.
+
+ Removed JSCRE completely.
+
+ Fixed issue where test could not be run if there was a dot in the
+ checkout path.
+
+
2009-02-13: Version 1.0.1
Fixed two crash-bugs in irregexp (issue 231 and 233).
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Wed Feb 25 04:46:23 2009
@@ -2184,7 +2184,7 @@
const char* v8::V8::GetVersion() {
- return "1.0.2 (candidate)";
+ return "1.0.3 (candidate)";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---