Revision: 2738
Author: [email protected]
Date: Fri Aug 21 03:48:31 2009
Log: Prepare to push to trunk. We are now working on version 1.3.7.
Review URL: http://codereview.chromium.org/173189
http://code.google.com/p/v8/source/detail?r=2738
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Wed Aug 19 05:46:48 2009
+++ /branches/bleeding_edge/ChangeLog Fri Aug 21 03:48:31 2009
@@ -1,3 +1,19 @@
+2009-08-21: Version 1.3.6
+
+ Add support for forceful termination of JavaScript execution.
+
+ Add low memory notification to the API. The embedding host can
signal
+ a low memory situation to V8.
+
+ Changed the handling of global handles (persistent handles in the
API
+ sense) to avoid issues regarding allocation of new global handles
+ during weak handle callbacks.
+
+ Changed the growth policy of the young space.
+
+ Fixed a GC issue introduced in version 1.3.5.
+
+
2009-08-19: Version 1.3.5
Optimize initialization of some arrays in the builtins.
=======================================
--- /branches/bleeding_edge/src/version.cc Wed Aug 19 05:46:48 2009
+++ /branches/bleeding_edge/src/version.cc Fri Aug 21 03:48:31 2009
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
-#define BUILD_NUMBER 6
+#define BUILD_NUMBER 7
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---