Reviewers: Mads Ager,

Description:
Prepare push to trunk. Now working on version 2.5.4.


Please review this at http://codereview.chromium.org/4158015/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     ChangeLog
  M     src/version.cc


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 5746)
+++ ChangeLog   (working copy)
@@ -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.
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 5746)
+++ src/version.cc      (working copy)
@@ -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

Reply via email to