|
| 1 | +2014.12.10, Version 1.0.2 (Stable), eec671f0059953505f9a3c9aeb7f9f31466dd7cd |
| 2 | + |
| 3 | +Changes since version 1.0.1: |
| 4 | + |
| 5 | +* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis) |
| 6 | + |
| 7 | +* linux: handle O_NONBLOCK != SOCK_NONBLOCK case (Helge Deller) |
| 8 | + |
| 9 | +* doc: fix spelling (Joey Geralnik) |
| 10 | + |
| 11 | +* unix, windows: fix typos in comments (Joey Geralnik) |
| 12 | + |
| 13 | +* test: canonicalize test runner path (Ben Noordhuis) |
| 14 | + |
| 15 | +* test: fix compilation warnings (Saúl Ibarra Corretgé) |
| 16 | + |
| 17 | +* test: skip tty test if detected width and height are 0 (Saúl Ibarra Corretgé) |
| 18 | + |
| 19 | +* doc: update README with IRC channel (Saúl Ibarra Corretgé) |
| 20 | + |
| 21 | +* Revert "unix: use cfmakeraw() for setting raw TTY mode" (Ben Noordhuis) |
| 22 | + |
| 23 | +* doc: document how to get result of uv_fs_mkdtemp (Tim Caswell) |
| 24 | + |
| 25 | +* unix: add flag for blocking SIGPROF during poll (Ben Noordhuis) |
| 26 | + |
| 27 | +* unix, windows: add uv_loop_configure() function (Ben Noordhuis) |
| 28 | + |
| 29 | +* win: keep a reference to AFD_POLL_INFO in cancel poll (Marc Schlaich) |
| 30 | + |
| 31 | +* test: raise fd limit for OSX select test (Saúl Ibarra Corretgé) |
| 32 | + |
| 33 | +* unix: remove overzealous assert in uv_read_stop (Saúl Ibarra Corretgé) |
| 34 | + |
| 35 | +* unix: reset the reading flag when a stream gets EOF (Saúl Ibarra Corretgé) |
| 36 | + |
| 37 | +* unix: stop reading if an error is produced (Saúl Ibarra Corretgé) |
| 38 | + |
| 39 | +* cleanup: remove all dead assignments (Maciej Małecki) |
| 40 | + |
| 41 | +* linux: return early if we have no interfaces (Maciej Małecki) |
| 42 | + |
| 43 | +* cleanup: remove a dead increment (Maciej Małecki) |
| 44 | + |
| 45 | + |
| 46 | +2014.12.10, Version 0.10.30 (Stable), 5a63f5e9546dca482eeebc3054139b21f509f21f |
| 47 | + |
| 48 | +Changes since version 0.10.29: |
| 49 | + |
| 50 | +* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis) |
| 51 | + |
| 52 | +* linux: handle O_NONBLOCK != SOCK_NONBLOCK case (Helge Deller) |
| 53 | + |
| 54 | +* doc: update project links (Ben Noordhuis) |
| 55 | + |
| 56 | +* windows: fix compilation of tests (Marc Schlaich) |
| 57 | + |
| 58 | +* unix: add flag for blocking SIGPROF during poll (Ben Noordhuis) |
| 59 | + |
| 60 | +* unix, windows: add uv_loop_configure() function (Ben Noordhuis) |
| 61 | + |
| 62 | +* win: keep a reference to AFD_POLL_INFO in cancel poll (Marc Schlaich) |
| 63 | + |
| 64 | + |
1 | 65 | 2014.11.27, Version 1.0.1 (Stable), 0a8e81374e861d425b56c45c8599595d848911d2 |
2 | 66 |
|
3 | 67 | Changes since version 1.0.0: |
@@ -85,6 +149,17 @@ Changes since version 1.0.0-rc1: |
85 | 149 | * windows: fix fs_write with nbufs > 1 and offset (Unknown W. Brackets) |
86 | 150 |
|
87 | 151 |
|
| 152 | +2014.10.21, Version 0.10.29 (Stable), 2d728542d3790183417f8f122a110693cd85db14 |
| 153 | + |
| 154 | +Changes since version 0.10.28: |
| 155 | + |
| 156 | +* darwin: allocate enough space for select() hack (Fedor Indutny) |
| 157 | + |
| 158 | +* linux: try epoll_pwait if epoll_wait is missing (Michael Hudson-Doyle) |
| 159 | + |
| 160 | +* windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé) |
| 161 | + |
| 162 | + |
88 | 163 | 2014.09.18, Version 1.0.0-rc1 (Unstable), 0c28bbf7b42882853d1799ab96ff68b07f7f8d49 |
89 | 164 |
|
90 | 165 | Changes since version 0.11.29: |
@@ -273,6 +348,20 @@ Changes since version 0.11.26: |
273 | 348 | * windows: relay TCP bind errors via ipc (Alexis Campailla) |
274 | 349 |
|
275 | 350 |
|
| 351 | +2014.07.32, Version 0.10.28 (Stable), 9c14b616f5fb84bfd7d45707bab4bbb85894443e |
| 352 | + |
| 353 | +Changes since version 0.10.27: |
| 354 | + |
| 355 | +* windows: fix handling closed socket while poll handle is closing (Saúl Ibarra |
| 356 | + Corretgé) |
| 357 | + |
| 358 | +* unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé) |
| 359 | + |
| 360 | +* unix: fix bogus structure field name (Saúl Ibarra Corretgé) |
| 361 | + |
| 362 | +* darwin: invoke `mach_timebase_info` only once (Fedor Indutny) |
| 363 | + |
| 364 | + |
276 | 365 | 2014.06.28, Version 0.11.26 (Unstable), 115281a1058c4034d5c5ccedacb667fe3f6327ea |
277 | 366 |
|
278 | 367 | Changes since version 0.11.25: |
|
0 commit comments