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

Side by Side Diff: ChangeLog

Issue 4100005: Version 2.5.2 (Closed)
Patch Set: Created 10 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-10-27: Version 2.5.2
2
3 Improved sampler resolution on Linux.
4
5 Allowed forcing the use of a simulator from the build script
6 independently of the host architecture.
7
8 Fixed FreeBSD port (Issue 912).
9
10 Made windows-tick-processor respect D8_PATH.
11
12 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
13
14
1 2010-10-20: Version 2.5.1 15 2010-10-20: Version 2.5.1
2 16
3 Fixed bug causing spurious out of memory exceptions 17 Fixed bug causing spurious out of memory exceptions
4 (issue http://crbug.com/54580). 18 (issue http://crbug.com/54580).
5 19
6 Fixed compilation error on Solaris platform (issue 901). 20 Fixed compilation error on Solaris platform (issue 901).
7 21
8 Fixed error in strtod (string to floating point number conversion) 22 Fixed error in strtod (string to floating point number conversion)
9 due to glibc's use of 80-bit floats in the FPU on 32-bit linux. 23 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
10 24
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 2179
2166 Improved debugger support by allowing nested break points and by 2180 Improved debugger support by allowing nested break points and by
2167 dealing with stack-overflows when compiling functions before 2181 dealing with stack-overflows when compiling functions before
2168 setting break points in them. 2182 setting break points in them.
2169 2183
2170 2184
2171 2008-07-03: Version 0.1.0 2185 2008-07-03: Version 0.1.0
2172 2186
2173 Initial export. 2187 Initial export.
2174 2188
OLDNEW
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698