Revision: 6343
Author: [email protected]
Date: Mon Jan 17 02:38:47 2011
Log: Prepare push to trunk. We are now working in 3.0.9.
Review URL: http://codereview.chromium.org/6354006
http://code.google.com/p/v8/source/detail?r=6343
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Mon Jan 10 00:05:34 2011
+++ /branches/bleeding_edge/ChangeLog Mon Jan 17 02:38:47 2011
@@ -1,4 +1,19 @@
-2010-01-10: Version 3.0.7
+2011-01-17: Version 3.0.8
+
+ Exposed heap size limit to the heap statistics gathered by
+ the GetHeapStatistics API.
+
+ Wrapped external pointers more carefully (issue 1037).
+
+ Hardened the implementation of error objects to avoid setters
+ intercepting the properties set then throwing an error.
+
+ Avoided trashing the FPSCR when calculating Math.floor on ARM.
+
+ Performance improvements on the IA32 platform.
+
+
+2011-01-10: Version 3.0.7
Stopped calling inherited setters when creating object literals
(issue 1015).
@@ -12,7 +27,7 @@
Performance improvements on the IA32 platform.
-2010-01-05: Version 3.0.6
+2011-01-05: Version 3.0.6
Allowed getters and setters on JSArray elements (issue 900).
=======================================
--- /branches/bleeding_edge/src/version.cc Mon Jan 10 00:05:34 2011
+++ /branches/bleeding_edge/src/version.cc Mon Jan 17 02:38:47 2011
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 0
-#define BUILD_NUMBER 8
+#define BUILD_NUMBER 9
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev