Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: ChangeLog

Issue 3898006: Prepare push to trunk. Now working on version 2.5.2. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 5671)
+++ ChangeLog (working copy)
@@ -1,3 +1,20 @@
+2010-10-20: Version 2.5.1
+
+ Fixed bug causing spurious out of memory exceptions
+ (issue http://crbug.com/54580).
+
+ Fix compilation error on Solaris platform (issue 901).
+
+ Fix error in strtod (string to floating point number conversion)
+ due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
+
+ Adjust randomized allocations of executable memory to have 64k
+ granularity (issue http://crbug.com/56036).
+
+ Support profiling using kernel perf_events on linux. Add ll_prof
+ script to tools and --ll-prof flag to V8.
+
+
2010-10-18: Version 2.5.0
Fixed bug in cache handling of lastIndex on global regexps
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698