Revision: 6384
Author: [email protected]
Date: Wed Jan 19 01:42:17 2011
Log: Prepare push to trunk. We are now working in 3.0.10.
Review URL: http://codereview.chromium.org/6380003
http://code.google.com/p/v8/source/detail?r=6384
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Mon Jan 17 02:38:47 2011
+++ /branches/bleeding_edge/ChangeLog Wed Jan 19 01:42:17 2011
@@ -1,7 +1,15 @@
+2011-01-19: Version 3.0.9
+
+ Added basic GDB JIT Interface integration.
+
+ Make invalid break/continue statements a syntax error instead of a
+ runtime error.
+
+
2011-01-17: Version 3.0.8
Exposed heap size limit to the heap statistics gathered by
- the GetHeapStatistics API.
+ the GetHeapStatistics API.
Wrapped external pointers more carefully (issue 1037).
=======================================
--- /branches/bleeding_edge/src/version.cc Mon Jan 17 02:38:47 2011
+++ /branches/bleeding_edge/src/version.cc Wed Jan 19 01:42:17 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 9
+#define BUILD_NUMBER 10
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev