|
| 1 | +2018.02.22, Version 1.19.2 (Stable), c5afc37e2a8a70d8ab0da8dac10b77ba78c0488c |
| 2 | + |
| 3 | +Changes since version 1.19.1: |
| 4 | + |
| 5 | +* test: fix incorrect asserts (cjihrig) |
| 6 | + |
| 7 | +* test: fix a typo in test-fork.c (Felix Yan) |
| 8 | + |
| 9 | +* build: remove long-obsolete gyp workarounds (Ben Noordhuis) |
| 10 | + |
| 11 | +* build: split off tests into separate gyp file (Ben Noordhuis) |
| 12 | + |
| 13 | +* test: check uv_cond_timedwait more carefully (Jamie Davis) |
| 14 | + |
| 15 | +* include,src: introduce UV__ERR() macro (Mason X) |
| 16 | + |
| 17 | +* build: add url field to libuv.pc (Ben Noordhuis) |
| 18 | + |
| 19 | +* doc: mark IBM i as Tier 3 support (Jesse Gorzinski) |
| 20 | + |
| 21 | +* win,build: correct C2059 errors (Michael Fero) |
| 22 | + |
| 23 | +* zos: fix timeout for condition variable (jBarz) |
| 24 | + |
| 25 | +* win: CREATE_NO_WINDOW when stdio is not inherited (Nick Logan) |
| 26 | + |
| 27 | +* build: fix commmon.gypi comment (Ryuichi KAWAMATA) |
| 28 | + |
| 29 | +* doc: document uv_timer_start() on an active timer (Vladimír Čunát) |
| 30 | + |
| 31 | +* doc: add note about handle movability (Bartosz Sosnowski) |
| 32 | + |
| 33 | +* doc: fix syntax error in loop documentation (Bartosz Sosnowski) |
| 34 | + |
| 35 | +* osx,stream: retry sending handle on EMSGSIZE error (Santiago Gimeno) |
| 36 | + |
| 37 | +* unix: delay fs req register until after validation (cjihrig) |
| 38 | + |
| 39 | +* test: add tests for bad inputs (Joyee Cheung) |
| 40 | + |
| 41 | +* unix,win: ensure req->bufs is freed (cjihrig) |
| 42 | + |
| 43 | +* test: add additional fs memory management checks (cjihrig) |
| 44 | + |
| 45 | + |
1 | 46 | 2018.01.20, Version 1.19.1 (Stable), 8202d1751196c2374ad370f7f3779daef89befae
|
2 | 47 |
|
3 | 48 | Changes since version 1.19.0:
|
|
0 commit comments