Author: [EMAIL PROTECTED]
Date: Tue Nov 4 03:38:08 2008
New Revision: 686
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Prepare push to trunk. Now working on version 0.4.4.
Review URL: http://codereview.chromium.org/9324
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Tue Nov 4 03:38:08 2008
@@ -1,3 +1,20 @@
+2008-11-04: Version 0.4.3
+
+ Added support for API accessors that prohibit overwriting by
+ accessors defined in JavaScript code by using __defineGetter__ and
+ __defineSetter__.
+
+ Improved handling of conditionals in test status files.
+
+ Introduced access control in propertyIsEnumerable.
+
+ Improved performance of some string operations by caching
+ information about the type of the string between operations.
+
+ Fixed bug in fast-case code for switch statements that only have
+ integer labels.
+
+
2008-10-30: Version 0.4.2
Improved performance of Array.prototype.concat by moving the
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Tue Nov 4 03:38:08 2008
@@ -2202,7 +2202,7 @@
const char* v8::V8::GetVersion() {
- return "0.4.3 (candidate)";
+ return "0.4.4 (candidate)";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---