Revision: 5609
Author: [email protected]
Date: Wed Oct 13 01:12:58 2010
Log: Prepare push to trunk. Now working on version 2.5.0.
Review URL: http://codereview.chromium.org/3776001
http://code.google.com/p/v8/source/detail?r=5609
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Mon Oct 4 00:57:07 2010
+++ /branches/bleeding_edge/ChangeLog Wed Oct 13 01:12:58 2010
@@ -1,3 +1,13 @@
+2010-10-13: Version 2.5.0
+
+ Fixed a bug in the handling of conditional expressions in test
+ contexts in compiler for top-level code.
+
+ Added "//@ sourceURL" information to the StackTrace API.
+
+ Exposed RegExp construction through the API.
+
+
2010-10-04: Version 2.4.8
Fixed a bug in ResumeProfilerEx causing it to not always write out
the
=======================================
--- /branches/bleeding_edge/src/version.cc Mon Oct 4 00:57:07 2010
+++ /branches/bleeding_edge/src/version.cc Wed Oct 13 01:12:58 2010
@@ -33,8 +33,8 @@
// NOTE these macros are used by the SCons build script so their names
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2
-#define MINOR_VERSION 4
-#define BUILD_NUMBER 9
+#define MINOR_VERSION 5
+#define BUILD_NUMBER 0
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev