|
| 1 | +2018.01.20, Version 1.19.1 (Stable), 8202d1751196c2374ad370f7f3779daef89befae |
| 2 | + |
| 3 | +Changes since version 1.19.0: |
| 4 | + |
| 5 | +* Revert "unix,tcp: avoid marking server sockets connected" (Ben Noordhuis) |
| 6 | + |
| 7 | +* Revert "unix,fs: fix for potential partial reads/writes" (Ben Noordhuis) |
| 8 | + |
| 9 | +* Revert "win: use RemoveDirectoryW() instead of _wmrmdir()" (Ben Noordhuis) |
| 10 | + |
| 11 | +* cygwin: fix compilation of ifaddrs impl (Brad King) |
| 12 | + |
| 13 | + |
| 14 | +2018.01.18, Version 1.19.0 (Stable), effbb7c9d29090b2e085a40867f8cdfa916a66df |
| 15 | + |
| 16 | +Changes since version 1.18.0: |
| 17 | + |
| 18 | +* core: add getter/setter functions for easier ABI compat (Anna Henningsen) |
| 19 | + |
| 20 | +* unix: make get(set)_process_title MT-safe (Matt Harrison) |
| 21 | + |
| 22 | +* unix,win: wait for threads to start (Ben Noordhuis) |
| 23 | + |
| 24 | +* test: add threadpool init/teardown test (Bartosz Sosnowski) |
| 25 | + |
| 26 | +* win, process: uv_kill improvements (Bartosz Sosnowski) |
| 27 | + |
| 28 | +* win: set _WIN32_WINNT to 0x0600 (cjihrig) |
| 29 | + |
| 30 | +* zos: implement uv_fs_event* functions (jBarz) |
| 31 | + |
| 32 | +* unix,tcp: avoid marking server sockets connected (Jameson Nash) |
| 33 | + |
| 34 | +* doc: mark Windows 7 as Tier 1 support (Bartosz Sosnowski) |
| 35 | + |
| 36 | +* win: map 0.0.0.0 and :: addresses to localhost (Bartosz Sosnowski) |
| 37 | + |
| 38 | +* build: install libuv.pc unconditionally (Ben Noordhuis) |
| 39 | + |
| 40 | +* test: remove custom timeout for thread test on ppc (Ben Noordhuis) |
| 41 | + |
| 42 | +* test: allow multicast not permitted status (Jérémy Lal) |
| 43 | + |
| 44 | +* test: allow net unreachable status in udp test (Ben Noordhuis) |
| 45 | + |
| 46 | +* unix: use SA_RESTART when setting our sighandler (Brad King) |
| 47 | + |
| 48 | +* unix,fs: fix for potential partial reads/writes (Ben Wijen) |
| 49 | + |
| 50 | +* win,build: do not build executable installer for dll (Bert Belder) |
| 51 | + |
| 52 | +* win: allow directory symlinks to be created in a non-elevated context (Bert |
| 53 | + Belder) |
| 54 | + |
| 55 | +* zos,test: accept SIGKILL for flaky test (jBarz) |
| 56 | + |
| 57 | +* win: use RemoveDirectoryW() instead of _wmrmdir() (Ben Noordhuis) |
| 58 | + |
| 59 | +* unix: fix uv_cpu_info() error on FreeBSD (elephantp) |
| 60 | + |
| 61 | +* zos,test: decrease pings to avoid timeout (jBarz) |
| 62 | + |
| 63 | + |
1 | 64 | 2017.12.02, Version 1.18.0 (Stable), 1489c98b7fc17f1702821a269eb0c5e730c5c813
|
2 | 65 |
|
3 | 66 | Changes since version 1.17.0:
|
|
0 commit comments