|
| 1 | +2020.05.18, Version 1.38.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.37.0: |
| 4 | + |
| 5 | +* test: skip poll_duplex and poll_unidirectional on PASE (Xu Meng) |
| 6 | + |
| 7 | +* linux: make cpu_times consistently be milliseconds (James Ross) |
| 8 | + |
| 9 | +* win: DRY uv_poll_start() and uv_poll_stop() (Ben Noordhuis) |
| 10 | + |
| 11 | +* win: DRY uv_poll_close() (Ben Noordhuis) |
| 12 | + |
| 13 | +* unix,win: add uv_library_shutdown() (Ben Noordhuis) |
| 14 | + |
| 15 | +* unix: yield cpu when spinlocking on async handle (Ben Noordhuis) |
| 16 | + |
| 17 | +* win: remove dep on GetQueuedCompletionStatusEx (Colin Finck) |
| 18 | + |
| 19 | +* doc: correct source lines (Shohei YOSHIDA) |
| 20 | + |
| 21 | +* build,android: fix typo (twosee) |
| 22 | + |
| 23 | +* doc: uv_cancel() handles uv_random_t requests (Philip Chimento) |
| 24 | + |
| 25 | +* doc: fix unescaped character (Philip Chimento) |
| 26 | + |
| 27 | +* build,cmake: fix compilation on old MinGW (erw7) |
| 28 | + |
| 29 | +* build: remove unnessesary MSVC warnings (Bartosz Sosnowski) |
| 30 | + |
| 31 | +* win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG (Ben Noordhuis) |
| 32 | + |
| 33 | +* unix: simplify uv__udp_init_ex() (Ben Noordhuis) |
| 34 | + |
| 35 | +* win: remove MAX_PATH limitations (Bartosz Sosnowski) |
| 36 | + |
| 37 | +* build, win: add long path aware manifest (Bartosz Sosnowski) |
| 38 | + |
| 39 | +* doc: check/idle/prepare functions always succeed (Ben Noordhuis) |
| 40 | + |
| 41 | +* darwin: fix build with non-apple compilers (Ben Noordhuis) |
| 42 | + |
| 43 | +* win: support environment variables > 32767 chars (Ben Noordhuis) |
| 44 | + |
| 45 | +* unix: fully initialize struct msghdr (Ben Noordhuis) |
| 46 | + |
| 47 | +* doc: add uv_replace_allocator thread safety warning (twosee) |
| 48 | + |
| 49 | +* unix: fix int overflow when copying large files (Michal Artazov) |
| 50 | + |
| 51 | +* fs: report original error (Bartosz Sosnowski) |
| 52 | + |
| 53 | +* win, fs: add IO_REPARSE_TAG_APPEXECLINK support (Bartosz Sosnowski) |
| 54 | + |
| 55 | +* doc: fix formatting (Ben Noordhuis) |
| 56 | + |
| 57 | +* unix: fix memory leak when uv_loop_init() fails (Anna Henningsen) |
| 58 | + |
| 59 | +* unix: shrink uv_udp_set_source_membership() stack (Ben Noordhuis) |
| 60 | + |
| 61 | +* unix,win: fix wrong sizeof argument to memcpy() (Ben Noordhuis) |
| 62 | + |
| 63 | +* build: check for libraries not provided by libc (Jeroen Roovers) |
| 64 | + |
| 65 | +* doc: fix the order of arguments to calloc() (MasterDuke17) |
| 66 | + |
| 67 | +* unix: don't abort when getrlimit() fails (Ben Noordhuis) |
| 68 | + |
| 69 | +* test: support common user profile on IBMi (Xu Meng) |
| 70 | + |
| 71 | +* build: test on more platforms via QEMU in CI (gengjiawen) |
| 72 | + |
| 73 | + |
1 | 74 | 2020.04.20, Version 1.37.0 (Stable), 02a9e1be252b623ee032a3137c0b0c94afbe6809
|
2 | 75 |
|
3 | 76 | Changes since version 1.36.0:
|
|
0 commit comments