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

Side by Side Diff: ChangeLog

Issue 10399122: Prepare push to trunk. Now working on version 3.11.5. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« 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 2012-05-22: Version 3.11.4
2
3 Some cleanup to common.gypi. This fixes some host/target combinations
4 that weren't working in the Make build on Mac.
5
6 Handle EINTR in socket functions and continue incomplete sends.
7 (issue 2098)
8
9 Fixed python deprecations. (issue 1391)
10
11 Made socket send and receive more robust and return 0 on failure.
12 (Chromium issue 15719)
13
14 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
15
16 Set '-m32' option for host and target platforms
17
18 Performance and stability improvements on all platforms.
19
20
1 2012-05-18: Version 3.11.3 21 2012-05-18: Version 3.11.3
2 22
3 Disable optimization for functions that have scopes that cannot be 23 Disable optimization for functions that have scopes that cannot be
4 reconstructed from the context chain. (issue 2071) 24 reconstructed from the context chain. (issue 2071)
5 25
6 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078) 26 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
7 27
8 Correctly check for native error objects. (Chromium issue 2138) 28 Correctly check for native error objects. (Chromium issue 2138)
9 29
10 Performance and stability improvements on all platforms. 30 Performance and stability improvements on all platforms.
(...skipping 4144 matching lines...) Expand 10 before | Expand all | Expand 10 after
4155 setting break points in them. 4175 setting break points in them.
4156 4176
4157 4177
4158 2008-07-03: Version 0.1.0 4178 2008-07-03: Version 0.1.0
4159 4179
4160 Initial export. 4180 Initial export.
4161 4181
4162 # Local Variables: 4182 # Local Variables:
4163 # mode:text 4183 # mode:text
4164 # End: 4184 # End:
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