libuv 1.44.1

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3884 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-05-30 21:10:43 +00:00
parent 0556af3e07
commit 3bc428a83e
6 changed files with 75 additions and 43 deletions

13
deps/libuv/ChangeLog vendored
View File

@ -1,4 +1,15 @@
2022.03.07, Version 1.44.0 (Stable)
2022.03.09, Version 1.44.1 (Stable)
Changes since version 1.44.0:
* process: simplify uv__write_int calls (Jameson Nash)
* macos: don't use thread-unsafe strtok() (Ben Noordhuis)
* process: fix hang after NOTE_EXIT (Jameson Nash)
2022.03.07, Version 1.44.0 (Stable), d2bff508457336d808ba7148b33088f6acbfe0a6
Changes since version 1.43.0: