Revision: 5714
Author: [email protected]
Date: Wed Oct 27 01:09:34 2010
Log: Prepare push to trunk. Now working on version 2.5.3.
Review URL: http://codereview.chromium.org/4128008
http://code.google.com/p/v8/source/detail?r=5714
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Wed Oct 20 04:54:20 2010
+++ /branches/bleeding_edge/ChangeLog Wed Oct 27 01:09:34 2010
@@ -1,3 +1,17 @@
+2010-10-27: Version 2.5.2
+
+ Improved sampler resolution on Linux.
+
+ Allowed forcing the use of a simulator from the build script
+ independently of the host architecture.
+
+ Fixed FreeBSD port (Issue 912).
+
+ Made windows-tick-processor respect D8_PATH.
+
+ Implemented --noinline-new flag fully on IA32, X64 and ARM
platforms.
+
+
2010-10-20: Version 2.5.1
Fixed bug causing spurious out of memory exceptions
=======================================
--- /branches/bleeding_edge/src/version.cc Wed Oct 20 04:36:42 2010
+++ /branches/bleeding_edge/src/version.cc Wed Oct 27 01:09:34 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 2
+#define BUILD_NUMBER 3
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev