|
1 |
| -2023.11.06, Version 1.47.0 (Stable) |
| 1 | +2024.02.07, Version 1.48.0 (Stable) |
| 2 | + |
| 3 | +Changes since version 1.47.0: |
| 4 | + |
| 5 | +* misc: remove deprecated stalebot file (Jameson Nash) |
| 6 | + |
| 7 | +* build: disable windows asan buildbot (Ben Noordhuis) |
| 8 | + |
| 9 | +* test: don't run tcp_writealot under msan (Ben Noordhuis) |
| 10 | + |
| 11 | +* build,win: remove extraneous -lshell32 (Ben Noordhuis) |
| 12 | + |
| 13 | +* unix: ignore ifaddrs with NULL ifa_addr (Stephen Gallagher) |
| 14 | + |
| 15 | +* unix,win: utility for setting priority for thread (Hao Hu) |
| 16 | + |
| 17 | +* pipe: add back error handling to connect / bind (Jameson Nash) |
| 18 | + |
| 19 | +* test: check if ipv6 link-local traffic is routable (Ben Noordhuis) |
| 20 | + |
| 21 | +* win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash) |
| 22 | + |
| 23 | +* linux: disable io_uring on hppa below kernel 6.1.51 (matoro) |
| 24 | + |
| 25 | +* unix,win: fix read past end of pipe name buffer (Ben Noordhuis) |
| 26 | + |
| 27 | +* unix: unbreak macOS < 10.14 (Sergey Fedorov) |
| 28 | + |
| 29 | +* aix: disable ipv6 link local (Abdirahim Musse) |
| 30 | + |
| 31 | +* doc: move cjihrig to emeriti (cjihrig) |
| 32 | + |
| 33 | +* unix: correct pwritev conditional (Bo Anderson) |
| 34 | + |
| 35 | +* test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher) |
| 36 | + |
| 37 | +* misc: ignore libuv-release-tool files (Jameson Nash) |
| 38 | + |
| 39 | +* win: honor NoDefaultCurrentDirectoryInExePath env var (Ardi Nugraha) |
| 40 | + |
| 41 | +* idna: fix compilation warning (Saúl Ibarra Corretgé) |
| 42 | + |
| 43 | +* linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis) |
| 44 | + |
| 45 | +* test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse) |
| 46 | + |
| 47 | +* build,win: work around missing uuid.dll on MinGW (Anton Bachin) |
| 48 | + |
| 49 | +* win: stop using deprecated names (Matheus Izvekov) |
| 50 | + |
| 51 | +* unix,win: fix busy loop with zero timeout timers (Matheus Izvekov) |
| 52 | + |
| 53 | +* aix,ibmi: use uv_interface_addresses instead of getifaddrs (Abdirahim Musse) |
| 54 | + |
| 55 | +* linux: fix bind/connect for abstract sockets (Santiago Gimeno) |
| 56 | + |
| 57 | +* win: replace c99 comments with c89 comments (Trevor Flynn) |
| 58 | + |
| 59 | +* build: add .cache clangd folder to .gitignore (Juan José Arboleda) |
| 60 | + |
| 61 | +* unix: support full TCP keep-alive on Solaris (Andy Pan) |
| 62 | + |
| 63 | +* freebsd: fix F_KINFO file path handling (David Carlier) |
| 64 | + |
| 65 | +* linux: retry fs op if unsupported by io_uring (Santiago Gimeno) |
| 66 | + |
| 67 | +* freebsd: fix build on non-intel archs (David Carlier) |
| 68 | + |
| 69 | +* unix: optimize uv__tcp_keepalive cpp directives (Andy Pan) |
| 70 | + |
| 71 | +* linux: disable io_uring on ppc64 and ppc64le (Brad King) |
| 72 | + |
| 73 | +* doc: add very basic Security Policy document (Santiago Gimeno) |
| 74 | + |
| 75 | +* build: re-enable msvc-asan job on CI (Jameson Nash) |
| 76 | + |
| 77 | +* win/spawn: optionally run executable paths with no file extension (Brad King) |
| 78 | + |
| 79 | +* win: fix ESRCH implementation (Jameson Nash) |
| 80 | + |
| 81 | +* unix,win: reset the timer queue on stop (Santiago Gimeno) |
| 82 | + |
| 83 | +* fix: always zero-terminate idna output (Ben Noordhuis) |
| 84 | + |
| 85 | +* fix: reject zero-length idna inputs (Ben Noordhuis) |
| 86 | + |
| 87 | +* test: empty strings are not valid IDNA (Santiago Gimeno) |
| 88 | + |
| 89 | +* Merge pull request from GHSA-f74f-cvh7-c6q6 (Ben Noordhuis) |
| 90 | + |
| 91 | + |
| 92 | +2023.11.06, Version 1.47.0 (Stable), be6b81a352d17513c95be153afcb3148f1a451cd |
2 | 93 |
|
3 | 94 | Changes since version 1.46.0:
|
4 | 95 |
|
|
0 commit comments