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

Side by Side Diff: ChangeLog

Issue 4128008: Prepare push to trunk. Now working on version 2.5.3. (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 | src/version.cc » ('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-26: 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 build issue for the mips simulator.
Mads Ager (chromium) 2010/10/27 08:00:57 I would leave this one out since the mips simulato
9
10 Fixed FreeBSD port (Issue 912).
11
12 Made windows-tick-processor respect D8_PATH.
13
14 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
15
16
1 2010-10-20: Version 2.5.1 17 2010-10-20: Version 2.5.1
2 18
3 Fixed bug causing spurious out of memory exceptions 19 Fixed bug causing spurious out of memory exceptions
4 (issue http://crbug.com/54580). 20 (issue http://crbug.com/54580).
5 21
6 Fixed compilation error on Solaris platform (issue 901). 22 Fixed compilation error on Solaris platform (issue 901).
7 23
8 Fixed error in strtod (string to floating point number conversion) 24 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. 25 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
10 26
(...skipping 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 2181
2166 Improved debugger support by allowing nested break points and by 2182 Improved debugger support by allowing nested break points and by
2167 dealing with stack-overflows when compiling functions before 2183 dealing with stack-overflows when compiling functions before
2168 setting break points in them. 2184 setting break points in them.
2169 2185
2170 2186
2171 2008-07-03: Version 0.1.0 2187 2008-07-03: Version 0.1.0
2172 2188
2173 Initial export. 2189 Initial export.
2174 2190
OLDNEW
« 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