|
| 1 | +2017.10.03, Version 1.15.0 (Stable), 8b69ce1419d2958011d415a636810705c36c2cc2 |
| 2 | + |
| 3 | +Changes since version 1.14.1: |
| 4 | + |
| 5 | +* unix: limit uv__has_forked_with_cfrunloop to macOS (Kamil Rytarowski) |
| 6 | + |
| 7 | +* win: fix buffer size in uv__getpwuid_r() (tux.uudiin) |
| 8 | + |
| 9 | +* win,tty: improve SIGWINCH support (Bartosz Sosnowski) |
| 10 | + |
| 11 | +* unix: use fchmod() in uv_fs_copyfile() (cjihrig) |
| 12 | + |
| 13 | +* unix: support copying empty files (cjihrig) |
| 14 | + |
| 15 | +* unix: truncate destination in uv_fs_copyfile() (Nick Logan) |
| 16 | + |
| 17 | +* win,build: keep cwd when setting build environment (darobs) |
| 18 | + |
| 19 | +* test: add NetBSD support to test-udp-ipv6.c (Kamil Rytarowski) |
| 20 | + |
| 21 | +* unix: add NetBSD support in core.c (Kamil Rytarowski) |
| 22 | + |
| 23 | +* linux: increase thread stack size with musl libc (Ben Noordhuis) |
| 24 | + |
| 25 | +* netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski) |
| 26 | + |
| 27 | +* test: clean up semaphore after use (jBarz) |
| 28 | + |
| 29 | +* win,build: bump vswhere_usability_wrapper to 2.0.0 (Refael Ackermann) |
| 30 | + |
| 31 | +* win: let UV_PROCESS_WINDOWS_HIDE hide consoles (cjihrig) |
| 32 | + |
| 33 | +* zos: lock protect global epoll list in epoll_ctl (jBarz) |
| 34 | + |
| 35 | +* zos: change platform name to match python (jBarz) |
| 36 | + |
| 37 | +* android: fix getifaddrs() (Zheng, Lei) |
| 38 | + |
| 39 | +* netbsd: implement uv__tty_is_slave() (Kamil Rytarowski) |
| 40 | + |
| 41 | +* zos: fix readlink for mounts with system variables (jBarz) |
| 42 | + |
| 43 | +* test: sort the tests alphabetically (Sakthipriyan Vairamani) |
| 44 | + |
| 45 | +* windows: fix compilation warnings (Carlo Marcelo Arenas Belón) |
| 46 | + |
| 47 | +* build: avoid -fstrict-aliasing compile option (jBarz) |
| 48 | + |
| 49 | +* win: remove unused variables (Carlo Marcelo Arenas Belón) |
| 50 | + |
| 51 | +* unix: remove unused variables (Sakthipriyan Vairamani) |
| 52 | + |
| 53 | +* netbsd: disable poll_bad_fdtype on NetBSD (Kamil Rytarowski) |
| 54 | + |
| 55 | +* netbsd: use uv__cloexec and uv__nonblock (Kamil Rytarowski) |
| 56 | + |
| 57 | +* test: fix udp_multicast_join6 on NetBSD (Kamil Rytarowski) |
| 58 | + |
| 59 | +* unix,win: add uv_mutex_init_recursive() (Scott Parker) |
| 60 | + |
| 61 | +* netbsd: do not exclude IPv6 functionality (Kamil Rytarowski) |
| 62 | + |
| 63 | +* fsevents: watch files with fsevents on macos 10.7+ (Ben Noordhuis) |
| 64 | + |
| 65 | +* unix: retry on ENOBUFS in sendmsg(2) (Kamil Rytarowski) |
| 66 | + |
| 67 | + |
1 | 68 | 2017.09.07, Version 1.14.1 (Stable), b0f9fb2a07a5e638b1580fe9a42a356c3ab35f37
|
2 | 69 |
|
3 | 70 | Changes since version 1.14.0:
|
|
0 commit comments