|
| 1 | +2019.05.22, Version 1.29.1 (Stable), d16e6094e1eb3b0b5981ef1dd7e03ec4d466944d |
| 2 | + |
| 3 | +Changes since version 1.29.0: |
| 4 | + |
| 5 | +* unix: simplify uv/posix.h include logic (cjihrig) |
| 6 | + |
| 7 | +* test: increase test timeout (cjihrig) |
| 8 | + |
| 9 | +* linux: fix sscanf() overflows reading from /proc (Ben Noordhuis) |
| 10 | + |
| 11 | + |
| 12 | +2019.05.16, Version 1.29.0 (Stable), 43957efd92c167b352b4c948b617ca7afbee0ed1 |
| 13 | + |
| 14 | +Changes since version 1.28.0: |
| 15 | + |
| 16 | +* ibmi: read memory and CPU usage info (Xu Meng) |
| 17 | + |
| 18 | +* doc: update the cmake testing instruction (zlargon) |
| 19 | + |
| 20 | +* unix: fix race condition in uv_async_send() (Ben Noordhuis) |
| 21 | + |
| 22 | +* linux: use O_CLOEXEC instead of EPOLL_CLOEXEC (Ben Noordhuis) |
| 23 | + |
| 24 | +* doc: mark uv_async_send() as async-signal-safe (Ben Noordhuis) |
| 25 | + |
| 26 | +* linux: init st_flags and st_gen when using statx (Oscar Waddell) |
| 27 | + |
| 28 | +* linux: read free/total memory from /proc/meminfo (Ben Noordhuis) |
| 29 | + |
| 30 | +* test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis) |
| 31 | + |
| 32 | +* unix: don't assert on UV_PROCESS_WINDOWS_* flags (Ben Noordhuis) |
| 33 | + |
| 34 | +* linux: set correct mac address for IP-aliases (Santiago Gimeno) |
| 35 | + |
| 36 | +* win,util: fix null pointer dereferencing (Tobias Nießen) |
| 37 | + |
| 38 | +* unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen) |
| 39 | + |
| 40 | +* doc: add missing uv_fs_type entries (Michele Caini) |
| 41 | + |
| 42 | +* doc: fix build with sphinx 2.x (FX Coudert) |
| 43 | + |
| 44 | +* unix: don't make statx system call on Android (George Zhao) |
| 45 | + |
| 46 | +* unix: fix clang scan-build warning (Kyle Edwards) |
| 47 | + |
| 48 | +* unix: fall back to kqueue on older macOS systems (ken-cunningham-webuse) |
| 49 | + |
| 50 | +* unix,win: add uv_get_constrained_memory() (Kelvin Jin) |
| 51 | + |
| 52 | +* darwin: fix thread cancellation fd leak (Ben Noordhuis) |
| 53 | + |
| 54 | +* linux: fix thread cancellation fd leak (Ben Noordhuis) |
| 55 | + |
| 56 | + |
1 | 57 | 2019.04.16, Version 1.28.0 (Stable), 7bf8fabfa934660ee0fe889f78e151198a1165fc
|
2 | 58 |
|
3 | 59 | Changes since version 1.27.0:
|
|
0 commit comments