|
| 1 | +2018.04.03, Version 1.20.0 (Stable), 0012178ee2b04d9e4a2c66c27cf8891ad8325ceb |
| 2 | + |
| 3 | +Changes since version 1.19.2: |
| 4 | + |
| 5 | +* unix,spawn: respect user stdio flags for new pipe (Jameson Nash) |
| 6 | + |
| 7 | +* Revert "Revert "unix,tcp: avoid marking server sockets connected"" (Jameson |
| 8 | + Nash) |
| 9 | + |
| 10 | +* req: revisions to uv_req_t handling (Jameson Nash) |
| 11 | + |
| 12 | +* win: remove unnecessary initialization (cjihrig) |
| 13 | + |
| 14 | +* win: update uv_os_homedir() to use uv_os_getenv() (cjihrig) |
| 15 | + |
| 16 | +* test: fix tcp_oob test flakiness (Santiago Gimeno) |
| 17 | + |
| 18 | +* posix: fix uv__pollfds_del() for invalidated fd's (Jesse Gorzinski) |
| 19 | + |
| 20 | +* doc: README: add note on installing gyp (Jamie Davis) |
| 21 | + |
| 22 | +* unix: refactor uv_os_homedir to use uv_os_getenv (Santiago Gimeno) |
| 23 | + |
| 24 | +* unix: fix several instances of lost errno (Michael Kilburn) |
| 25 | + |
| 26 | +* win,tty: update several TODO comments (Ruslan Bekenev) |
| 27 | + |
| 28 | +* unix: add UV_FS_COPYFILE_FICLONE support (cjihrig) |
| 29 | + |
| 30 | +* test: fix connect_unspecified (Santiago Gimeno) |
| 31 | + |
| 32 | +* unix,win: add UV_FS_COPYFILE_FICLONE_FORCE support (cjihrig) |
| 33 | + |
| 34 | +* win: use long directory name for handle->dirw (Nicholas Vavilov) |
| 35 | + |
| 36 | +* build: build with -D_FILE_OFFSET_BITS=64 again (Ben Noordhuis) |
| 37 | + |
| 38 | +* win, fs: fix uv_fs_unlink for +R -A files (Bartosz Sosnowski) |
| 39 | + |
| 40 | +* win, fs: use FILE_WRITE_ATTRIBUTES when opening files (Bartosz Sosnowski) |
| 41 | + |
| 42 | +* unix: use __PASE__ on IBM i platforms (Jesse Gorzinski) |
| 43 | + |
| 44 | +* test,freebsd: fix flaky poll tests (Santiago Gimeno) |
| 45 | + |
| 46 | +* test: increase connection timeout to 1 second (jBarz) |
| 47 | + |
| 48 | +* win,tcp: handle canceled connect with ECANCELED (Jameson Nash) |
| 49 | + |
| 50 | + |
1 | 51 | 2018.02.22, Version 1.19.2 (Stable), c5afc37e2a8a70d8ab0da8dac10b77ba78c0488c
|
2 | 52 |
|
3 | 53 | Changes since version 1.19.1:
|
|
0 commit comments