OLD | NEW |
| 1 2012-05-23: Version 3.11.5 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2012-05-22: Version 3.11.4 | 6 2012-05-22: Version 3.11.4 |
2 | 7 |
3 Some cleanup to common.gypi. This fixes some host/target combinations | 8 Some cleanup to common.gypi. This fixes some host/target combinations |
4 that weren't working in the Make build on Mac. | 9 that weren't working in the Make build on Mac. |
5 | 10 |
6 Handle EINTR in socket functions and continue incomplete sends. | 11 Handle EINTR in socket functions and continue incomplete sends. |
7 (issue 2098) | 12 (issue 2098) |
8 | 13 |
9 Fixed python deprecations. (issue 1391) | 14 Fixed python deprecations. (issue 1391) |
10 | 15 |
(...skipping 4164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4175 setting break points in them. | 4180 setting break points in them. |
4176 | 4181 |
4177 | 4182 |
4178 2008-07-03: Version 0.1.0 | 4183 2008-07-03: Version 0.1.0 |
4179 | 4184 |
4180 Initial export. | 4185 Initial export. |
4181 | 4186 |
4182 # Local Variables: | 4187 # Local Variables: |
4183 # mode:text | 4188 # mode:text |
4184 # End: | 4189 # End: |
OLD | NEW |