|
| 1 | +2018.09.22, Version 1.23.1 (Stable), d2282b3d67821dc53c907c2155fa8c5c6ce25180 |
| 2 | + |
| 3 | +Changes since version 1.23.0: |
| 4 | + |
| 5 | +* unix,win: limit concurrent DNS calls to nthreads/2 (Anna Henningsen) |
| 6 | + |
| 7 | +* doc: add addaleax to maintainers (Anna Henningsen) |
| 8 | + |
| 9 | +* doc: add missing slash in stream.rst (Emil Bay) |
| 10 | + |
| 11 | +* unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel) |
| 12 | + |
| 13 | +* unix,fs: remove linux fallback from utimesat() (Jeremiah Senkpiel) |
| 14 | + |
| 15 | +* unix,fs: remove uv__utimesat() syscall fallback (Jeremiah Senkpiel) |
| 16 | + |
| 17 | +* doc: fix argument name in tcp.rts (Emil Bay) |
| 18 | + |
| 19 | +* doc: notes on running tests, benchmarks, tools (Jamie Davis) |
| 20 | + |
| 21 | +* linux: remove epoll syscall wrappers (Ben Noordhuis) |
| 22 | + |
| 23 | +* linux: drop code path for epoll_pwait-less kernels (Ben Noordhuis) |
| 24 | + |
| 25 | +* Partially revert "win,code: remove GetQueuedCompletionStatus-based poller" |
| 26 | + (Jameson Nash) |
| 27 | + |
| 28 | +* build: add compile for android arm64/x86/x86-64 (Andy Zhang) |
| 29 | + |
| 30 | +* doc: clarify that some remarks apply to windows (Bert Belder) |
| 31 | + |
| 32 | +* test: fix compiler warnings (Jamie Davis) |
| 33 | + |
| 34 | +* ibmi: return 0 from uv_resident_set_memory() (dmabupt) |
| 35 | + |
| 36 | +* win: fix uv_udp_recv_start() error translation (Ryan Liptak) |
| 37 | + |
| 38 | +* win,doc: improve uv_os_setpriority() documentation (Bartosz Sosnowski) |
| 39 | + |
| 40 | +* test: increase upper bound in condvar_5 (Jamie Davis) |
| 41 | + |
| 42 | +* win,tty: remove deadcode (Jameson Nash) |
| 43 | + |
| 44 | +* stream: autodetect direction (Jameson Nash) |
| 45 | + |
| 46 | + |
1 | 47 | 2018.08.18, Version 1.23.0 (Stable), 7ebb26225f2eaae6db22f4ef34ce76fa16ff89ec
|
2 | 48 |
|
3 | 49 | Changes since version 1.22.0:
|
|
0 commit comments