doc: fix v1.43.0 changelog entries
PR-URL: https://github.com/libuv/libuv/pull/3407
This commit is contained in:
parent
abb109f30f
commit
2e42847f4e
62
ChangeLog
62
ChangeLog
@ -18,73 +18,73 @@ Changes since version 1.42.0:
|
|||||||
|
|
||||||
* win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis)
|
* win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis)
|
||||||
|
|
||||||
* unix: remove redundant include in unix.h (
|
* unix: remove redundant include in unix.h (Juan José Arboleda)
|
||||||
|
|
||||||
* doc: mark SmartOS as Tier 3 support (
|
* doc: mark SmartOS as Tier 3 support (Ben Noordhuis)
|
||||||
|
|
||||||
* doc: fix broken links for netbsd's sysctl manpage (
|
* doc: fix broken links for netbsd's sysctl manpage (YAKSH BARIYA)
|
||||||
|
|
||||||
* misc: adjust stalebot deadline (
|
* misc: adjust stalebot deadline (Ben Noordhuis)
|
||||||
|
|
||||||
* test: remove `dns-server.c` as it is not used anywhere (
|
* test: remove `dns-server.c` as it is not used anywhere (Darshan Sen)
|
||||||
|
|
||||||
* build: fix non-cmake android builds (
|
* build: fix non-cmake android builds (YAKSH BARIYA)
|
||||||
|
|
||||||
* doc: replace pyuv with uvloop (
|
* doc: replace pyuv with uvloop (Ofek Lev)
|
||||||
|
|
||||||
* asan: fix some tests (
|
* asan: fix some tests (Jameson Nash)
|
||||||
|
|
||||||
* build: add experimental TSAN configuration (
|
* build: add experimental TSAN configuration (Jameson Nash)
|
||||||
|
|
||||||
* pipe: remove useless assertion (
|
* pipe: remove useless assertion (~locpyl-tidnyd)
|
||||||
|
|
||||||
* bsd: destroy mutex in uv__process_title_cleanup() (
|
* bsd: destroy mutex in uv__process_title_cleanup() (Darshan Sen)
|
||||||
|
|
||||||
* build: add windows build to CI (
|
* build: add windows build to CI (Darshan Sen)
|
||||||
|
|
||||||
* win,fs: fix error code in uv_fs_read() and uv_fs_write() ( Sen)
|
* win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
|
||||||
|
|
||||||
* build: add macos-latest to ci matrix (
|
* build: add macos-latest to ci matrix (Ben Noordhuis)
|
||||||
|
|
||||||
* udp: fix &/&& typo in macro condition (
|
* udp: fix &/&& typo in macro condition (Evan Miller)
|
||||||
|
|
||||||
* build: install cmake package module (Petr Menšík)
|
* build: install cmake package module (Petr Menšík)
|
||||||
|
|
||||||
* win: fix build for mingw32 (
|
* win: fix build for mingw32 (Nicolas Noble)
|
||||||
|
|
||||||
* build: fix build failures with MinGW new headers (erw7)
|
* build: fix build failures with MinGW new headers (erw7)
|
||||||
|
|
||||||
* build: fix win build with cmake versions before v3.14 (
|
* build: fix win build with cmake versions before v3.14 (AJ Heller)
|
||||||
|
|
||||||
* unix: support aarch64 in uv_cpu_info() (
|
* unix: support aarch64 in uv_cpu_info() (Juan José Arboleda)
|
||||||
|
|
||||||
* linux: work around CIFS EPERM bug (
|
* linux: work around CIFS EPERM bug (Ben Noordhuis)
|
||||||
|
|
||||||
* sunos: Oracle Developer Studio support (
|
* sunos: Oracle Developer Studio support (Stacey Marshall)
|
||||||
|
|
||||||
* Revert "sunos: Oracle Developer Studio support (
|
* Revert "sunos: Oracle Developer Studio support (cjihrig)
|
||||||
|
|
||||||
* sunos: Oracle Developer Studio support (
|
* sunos: Oracle Developer Studio support (Stacey Marshall)
|
||||||
|
|
||||||
* stream: permit read after seeing EOF (
|
* stream: permit read after seeing EOF (Jameson Nash)
|
||||||
|
|
||||||
* thread: initialize uv_thread_self for all threads (
|
* thread: initialize uv_thread_self for all threads (Jameson Nash)
|
||||||
|
|
||||||
* kqueue: ignore write-end closed notifications (
|
* kqueue: ignore write-end closed notifications (Jameson Nash)
|
||||||
|
|
||||||
* macos: fix the cfdata length in uv__get_cpu_speed ( Bache)
|
* macos: fix the cfdata length in uv__get_cpu_speed (Jesper Storm Bache)
|
||||||
|
|
||||||
* unix,win: add uv_ip_name to get name from sockaddr (
|
* unix,win: add uv_ip_name to get name from sockaddr (Campbell He)
|
||||||
|
|
||||||
* win,test: fix a few typos (AJ Heller)
|
* win,test: fix a few typos (AJ Heller)
|
||||||
|
|
||||||
* zos: use destructor for uv__threadpool_cleanup() ( Zhang)
|
* zos: use destructor for uv__threadpool_cleanup() (Wayne Zhang)
|
||||||
|
|
||||||
* linux: use MemAvailable instead of MemFree (
|
* linux: use MemAvailable instead of MemFree (Andrey Hohutkin)
|
||||||
|
|
||||||
* freebsd: call dlerror() only if necessary (
|
* freebsd: call dlerror() only if necessary (Jameson Nash)
|
||||||
|
|
||||||
* bsd,windows,zos: fix udp disconnect EINVAL (
|
* bsd,windows,zos: fix udp disconnect EINVAL (deal)
|
||||||
|
|
||||||
|
|
||||||
2021.07.21, Version 1.42.0 (Stable), 6ce14710da7079eb248868171f6343bc409ea3a4
|
2021.07.21, Version 1.42.0 (Stable), 6ce14710da7079eb248868171f6343bc409ea3a4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user