|
| 1 | +2023.06.30, Version 1.46.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.45.0: |
| 4 | + |
| 5 | +* Add SHA to ChangeLog (Santiago Gimeno) |
| 6 | + |
| 7 | +* misc: update readthedocs config (Jameson Nash) |
| 8 | + |
| 9 | +* test: remove erroneous RETURN_SKIP (Ben Noordhuis) |
| 10 | + |
| 11 | +* android: disable io_uring support (Ben Noordhuis) |
| 12 | + |
| 13 | +* linux: add some more iouring backed fs ops (Santiago Gimeno) |
| 14 | + |
| 15 | +* build: add autoconf option for disable-maintainer-mode (Jameson Nash) |
| 16 | + |
| 17 | +* fs: use WTF-8 on Windows (Stefan Karpinski) |
| 18 | + |
| 19 | +* unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis) |
| 20 | + |
| 21 | +* linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno) |
| 22 | + |
| 23 | +* ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis) |
| 24 | + |
| 25 | +* include: update outdated code comment (Ben Noordhuis) |
| 26 | + |
| 27 | +* linux: support abstract unix sockets (Ben Noordhuis) |
| 28 | + |
| 29 | +* unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis) |
| 30 | + |
| 31 | +* unix: add loongarch support (liuxiang88) |
| 32 | + |
| 33 | +* doc: add DPS8M to LINKS.md (Jeffrey H. Johnson) |
| 34 | + |
| 35 | +* include: add EUNATCH errno mapping (Abdirahim Musse) |
| 36 | + |
| 37 | +* src: don't run timers if loop is stopped/unref'd (Trevor Norris) |
| 38 | + |
| 39 | +* win: fix -Wpointer-to-int-cast warning (Ben Noordhuis) |
| 40 | + |
| 41 | +* test,win: fix -Wunused-variable warning (Ben Noordhuis) |
| 42 | + |
| 43 | +* test,win: fix -Wformat warning (Ben Noordhuis) |
| 44 | + |
| 45 | +* linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis) |
| 46 | + |
| 47 | +* win: remove unused functions (Ben Noordhuis) |
| 48 | + |
| 49 | +* bench: add bench to check uv_loop_alive (Trevor Norris) |
| 50 | + |
| 51 | +* test: add uv_cancel test for threadpool (Trevor Norris) |
| 52 | + |
| 53 | +* unix: skip prohibited syscalls on tvOS and watchOS (小明) |
| 54 | + |
| 55 | +* unix,fs: make no_pwritev access thread-safe (Santiago Gimeno) |
| 56 | + |
| 57 | +* unix: fix build for lower versions of Android (小明) |
| 58 | + |
| 59 | + |
1 | 60 | 2023.05.19, Version 1.45.0 (Stable), 96e05543f53b19d9642b4b0dd73b86ad3cea313e
|
2 | 61 |
|
3 | 62 | Changes since version 1.44.2:
|
|
0 commit comments