Reviewers: Mads Ager,
Description:
Prepare push to trunk. Now working on version 2.5.3.
Please review this at http://codereview.chromium.org/4128008/show
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
36ed4fcdbc1982fd85d01079ddf35f5f005b8997..4e3394a1fc06ecba66c466140f6b186fd24a6ea8
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2010-10-26: 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 build issue for the mips simulator.
+
+ 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
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
4485fdf17f710027a48a6d71d1f931d940eed2ba..5ea1eaf09bbf2ca593e1c18c2515c99c0eb8a6f0
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -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