Revision: 5747
Author: [email protected]
Date: Mon Nov 1 05:17:58 2010
Log: Prepare push to trunk. Now working on version 2.5.4.
Review URL: http://codereview.chromium.org/4158015
http://code.google.com/p/v8/source/detail?r=5747
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Wed Oct 27 01:09:34 2010
+++ /branches/bleeding_edge/ChangeLog Mon Nov 1 05:17:58 2010
@@ -1,3 +1,12 @@
+2010-11-01: Version 2.5.3
+
+ Fixed a bug that prevents constants from overwriting function
values
+ in object literals (issue 907).
+
+ Fixed a bug with reporting of impossible nested calls of DOM
functions
+ (issue http://crbug.com/60753).
+
+
2010-10-27: Version 2.5.2
Improved sampler resolution on Linux.
=======================================
--- /branches/bleeding_edge/src/version.cc Wed Oct 27 01:09:34 2010
+++ /branches/bleeding_edge/src/version.cc Mon Nov 1 05:17:58 2010
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 2
#define MINOR_VERSION 5
-#define BUILD_NUMBER 3
+#define BUILD_NUMBER 4
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev