Revision: 5531
Author: [email protected]
Date: Mon Sep 27 03:58:18 2010
Log: Prepare push of version 2.4.6 to trunk.  Now working on version 2.4.7.
Review URL: http://codereview.chromium.org/3470016
http://code.google.com/p/v8/source/detail?r=5531

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Wed Sep 22 02:35:56 2010
+++ /branches/bleeding_edge/ChangeLog   Mon Sep 27 03:58:18 2010
@@ -1,3 +1,16 @@
+2010-09-27: Version 2.4.6
+ Fixed assertion failure related to copy-on-write arrays (issue 876).
+
+        Fixed build failure of 64-bit V8 on Windows.
+
+        Fixed a bug in RegExp (issue http://crbug.com/52801).
+
+ Improved the profiler's coverage to cover more functions (issue 858).
+
+        Fixed error in shift operators on 64-bit V8
+        (issue http://crbug.com/54521).
+
+
 2010-09-22: Version 2.4.5
Changed the RegExp benchmark to exercise the regexp engine on different
         inputs by scrambling the input strings.
=======================================
--- /branches/bleeding_edge/src/version.cc      Wed Sep 22 02:35:56 2010
+++ /branches/bleeding_edge/src/version.cc      Mon Sep 27 03:58:18 2010
@@ -1,4 +1,4 @@
-// Copyright 2008 the V8 project authors. All rights reserved.
+// Copyright 2010 the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // met:
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     4
-#define BUILD_NUMBER      6
+#define BUILD_NUMBER      7
 #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