|
| 1 | +2013.07.21, Version 0.11.6 (Unstable) |
| 2 | + |
| 3 | +Changes since version 0.11.5: |
| 4 | + |
| 5 | +* test: open stdout fd in write-only mode (Ben Noordhuis) |
| 6 | + |
| 7 | +* windows: uv_spawn shouldn't reject reparse points (Bert Belder) |
| 8 | + |
| 9 | +* windows: use WSAGetLastError(), not errno (Ben Noordhuis) |
| 10 | + |
| 11 | +* build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis) |
| 12 | + |
| 13 | +* test: fix signed/unsigned compiler warning (Ben Noordhuis) |
| 14 | + |
| 15 | +* test: add 'start timer from check handle' test (Ben Noordhuis) |
| 16 | + |
| 17 | +* build: `all` now builds static and dynamic lib (Ben Noordhuis) |
| 18 | + |
| 19 | +* unix, windows: add extra fields to uv_stat_t (Saúl Ibarra Corretgé) |
| 20 | + |
| 21 | +* build: add install target to the makefile (Navaneeth Kedaram Nambiathan) |
| 22 | + |
| 23 | +* build: switch to autotools (Ben Noordhuis) |
| 24 | + |
| 25 | +* build: use AM_PROG_AR conditionally (Ben Noordhuis) |
| 26 | + |
| 27 | +* test: fix fs_fstat test on sunos (Ben Noordhuis) |
| 28 | + |
| 29 | +* test: fix fs_chown when running as root (Ben Noordhuis) |
| 30 | + |
| 31 | +* test: fix spawn_setgid_fails and spawn_setuid_fails (Ben Noordhuis) |
| 32 | + |
| 33 | +* build: use AM_SILENT_RULES conditionally (Ben Noordhuis) |
| 34 | + |
| 35 | +* build: add DTrace detection for autotools (Timothy J. Fontaine) |
| 36 | + |
| 37 | +* linux,darwin,win: link-local IPv6 addresses (Miroslav Bajtoš) |
| 38 | + |
| 39 | +* unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben Noordhuis) |
| 40 | + |
| 41 | +* unix, windows: return error codes directly (Ben Noordhuis) |
| 42 | + |
| 43 | + |
1 | 44 | 2013.06.27, Version 0.11.5 (Unstable), e3c63ff1627a14e96f54c1c62b0d68b446d8425b
|
2 | 45 |
|
3 | 46 | Changes since version 0.11.4:
|
|
0 commit comments