Reviewers: Erik Corry,
Description:
Prepare push to trunk. Now working on version 2.5.0.
Please review this at http://codereview.chromium.org/3776001/show
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
===================================================================
--- ChangeLog (revision 5608)
+++ ChangeLog (working copy)
@@ -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
Index: src/version.cc
===================================================================
--- src/version.cc (revision 5608)
+++ src/version.cc (working copy)
@@ -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