1
+ 2022.03.09, Version 1.44.1 (Stable)
2
+
3
+ Changes since version 1.44.0:
4
+
5
+ * process: simplify uv__write_int calls (Jameson Nash)
6
+
7
+ * macos: don't use thread-unsafe strtok() (Ben Noordhuis)
8
+
9
+ * process: fix hang after NOTE_EXIT (Jameson Nash)
10
+
11
+
12
+ 2022.03.07, Version 1.44.0 (Stable), d2bff508457336d808ba7148b33088f6acbfe0a6
13
+
14
+ Changes since version 1.43.0:
15
+
16
+ * darwin: remove EPROTOTYPE error workaround (Ben Noordhuis)
17
+
18
+ * doc: fix v1.43.0 changelog entries (cjihrig)
19
+
20
+ * win: replace CRITICAL_SECTION+Semaphore with SRWLock (David Machaj)
21
+
22
+ * darwin: translate EPROTOTYPE to ECONNRESET (Ben Noordhuis)
23
+
24
+ * android: use libc getifaddrs() (Ben Noordhuis)
25
+
26
+ * unix: fix STATIC_ASSERT to check what it means to check (Jessica Clarke)
27
+
28
+ * unix: ensure struct msghdr is zeroed in recvmmsg (Ondřej Surý)
29
+
30
+ * test: test with maximum recvmmsg buffer (Ondřej Surý)
31
+
32
+ * unix: don't allow too small thread stack size (Ben Noordhuis)
33
+
34
+ * bsd: ensure mutex is initialized (Ben Noordhuis)
35
+
36
+ * doc: add gengjiawen as maintainer (gengjiawen)
37
+
38
+ * process: monitor for exit with kqueue on BSDs (Jeremy Rose)
39
+
40
+ * test: fix flaky uv_fs_lutime test (Momtchil Momtchev)
41
+
42
+ * build: fix cmake install locations (Jameson Nash)
43
+
44
+ * thread,win: fix C90 style nit (ssrlive)
45
+
46
+ * build: rename CFLAGS to AM_CFLAGS (Jameson Nash)
47
+
48
+ * doc/guide: update content and sample code (woclass)
49
+
50
+ * process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash)
51
+
52
+ * test: remove flaky test ipc_closed_handle (Ben Noordhuis)
53
+
54
+ * darwin: bump minimum supported version to 10.15 (Ben Noordhuis)
55
+
56
+ * win: return fractional seconds in uv_uptime() (Luca Adrian L)
57
+
58
+ * build: export uv_a for cmake (WenTao Ou)
59
+
60
+ * loop: add pending work to loop-alive check (Jameson Nash)
61
+
62
+ * win: use GetTickCount64 for uptime again (Jameson Nash)
63
+
64
+ * win: restrict system DLL load paths (jonilaitinen)
65
+
66
+ * win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES (Darshan Sen)
67
+
68
+ * bench: add `uv_queue_work` ping-pong measurement (Momtchil Momtchev)
69
+
70
+ * build: fix error C4146 on MSVC (UMU)
71
+
72
+ * test: fix benchmark-ping-udp (Ryan Liptak)
73
+
74
+ * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev)
75
+
76
+ * document the values of enum uv_stdio_flags (Paul Evans)
77
+
78
+ * win,loop: add missing uv_update_time (twosee)
79
+
80
+ * win,fs: avoid closing an invalid handle (Jameson Nash)
81
+
82
+ * fix oopsie from
83
+
84
+ * doc: clarify android api level (Ben Noordhuis)
85
+
86
+ * win: fix style nits [NFC] (Jameson Nash)
87
+
88
+ * test: fix flaky udp_mmsg test (Santiago Gimeno)
89
+
90
+ * test: fix ipc_send_recv_pipe flakiness (Ben Noordhuis)
91
+
92
+ * doc: checkout -> check out (wyckster)
93
+
94
+ * core: change uv_get_password uid/gid to unsigned (Jameson Nash)
95
+
96
+ * hurd: unbreak build on GNU/Hurd (Vittore F. Scolari)
97
+
98
+ * freebsd: use copy_file_range() in uv_fs_sendfile() (David Carlier)
99
+
100
+ * test: use closefd in runner-unix.c (Guilherme Íscaro)
101
+
102
+ * Reland "macos: use posix_spawn instead of fork" (Jameson Nash)
103
+
104
+ * android: fix build error when no ifaddrs.h (ssrlive)
105
+
106
+ * unix,win: add uv_available_parallelism() (Ben Noordhuis)
107
+
108
+ * process: remove OpenBSD from kevent list (Jameson Nash)
109
+
110
+ * zos: fix build breakage (Ben Noordhuis)
111
+
112
+ * process: only use F_DUPFD_CLOEXEC if it is defined (Jameson Nash)
113
+
114
+ * win,poll: add the MSAFD GUID for AF_UNIX (roflcopter4)
115
+
116
+ * unix: simplify uv__cloexec_fcntl() (Ben Noordhuis)
117
+
118
+ * doc: add secondary GPG ID for vtjnash (Jameson Nash)
119
+
120
+ * unix: remove uv__cloexec_ioctl() (Jameson Nash)
121
+
122
+
1
123
2022.01.05, Version 1.43.0 (Stable), 988f2bfc4defb9a85a536a3e645834c161143ee0
2
124
3
125
Changes since version 1.42.0:
@@ -18,73 +140,73 @@ Changes since version 1.42.0:
18
140
19
141
* win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis)
20
142
21
- * unix: remove redundant include in unix.h (
143
+ * unix: remove redundant include in unix.h (Juan José Arboleda)
22
144
23
- * doc: mark SmartOS as Tier 3 support (
145
+ * doc: mark SmartOS as Tier 3 support (Ben Noordhuis)
24
146
25
- * doc: fix broken links for netbsd's sysctl manpage (
147
+ * doc: fix broken links for netbsd's sysctl manpage (YAKSH BARIYA)
26
148
27
- * misc: adjust stalebot deadline (
149
+ * misc: adjust stalebot deadline (Ben Noordhuis)
28
150
29
- * test: remove `dns-server.c` as it is not used anywhere (
151
+ * test: remove `dns-server.c` as it is not used anywhere (Darshan Sen)
30
152
31
- * build: fix non-cmake android builds (
153
+ * build: fix non-cmake android builds (YAKSH BARIYA)
32
154
33
- * doc: replace pyuv with uvloop (
155
+ * doc: replace pyuv with uvloop (Ofek Lev)
34
156
35
- * asan: fix some tests (
157
+ * asan: fix some tests (Jameson Nash)
36
158
37
- * build: add experimental TSAN configuration (
159
+ * build: add experimental TSAN configuration (Jameson Nash)
38
160
39
- * pipe: remove useless assertion (
161
+ * pipe: remove useless assertion (~locpyl-tidnyd)
40
162
41
- * bsd: destroy mutex in uv__process_title_cleanup() (
163
+ * bsd: destroy mutex in uv__process_title_cleanup() (Darshan Sen)
42
164
43
- * build: add windows build to CI (
165
+ * build: add windows build to CI (Darshan Sen)
44
166
45
- * win,fs: fix error code in uv_fs_read() and uv_fs_write() ( Sen)
167
+ * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen)
46
168
47
- * build: add macos-latest to ci matrix (
169
+ * build: add macos-latest to ci matrix (Ben Noordhuis)
48
170
49
- * udp: fix &/&& typo in macro condition (
171
+ * udp: fix &/&& typo in macro condition (Evan Miller)
50
172
51
173
* build: install cmake package module (Petr Menšík)
52
174
53
- * win: fix build for mingw32 (
175
+ * win: fix build for mingw32 (Nicolas Noble)
54
176
55
177
* build: fix build failures with MinGW new headers (erw7)
56
178
57
- * build: fix win build with cmake versions before v3.14 (
179
+ * build: fix win build with cmake versions before v3.14 (AJ Heller)
58
180
59
- * unix: support aarch64 in uv_cpu_info() (
181
+ * unix: support aarch64 in uv_cpu_info() (Juan José Arboleda)
60
182
61
- * linux: work around CIFS EPERM bug (
183
+ * linux: work around CIFS EPERM bug (Ben Noordhuis)
62
184
63
- * sunos: Oracle Developer Studio support (
185
+ * sunos: Oracle Developer Studio support (Stacey Marshall)
64
186
65
- * Revert "sunos: Oracle Developer Studio support (
187
+ * Revert "sunos: Oracle Developer Studio support (cjihrig)
66
188
67
- * sunos: Oracle Developer Studio support (
189
+ * sunos: Oracle Developer Studio support (Stacey Marshall)
68
190
69
- * stream: permit read after seeing EOF (
191
+ * stream: permit read after seeing EOF (Jameson Nash)
70
192
71
- * thread: initialize uv_thread_self for all threads (
193
+ * thread: initialize uv_thread_self for all threads (Jameson Nash)
72
194
73
- * kqueue: ignore write-end closed notifications (
195
+ * kqueue: ignore write-end closed notifications (Jameson Nash)
74
196
75
- * macos: fix the cfdata length in uv__get_cpu_speed ( Bache)
197
+ * macos: fix the cfdata length in uv__get_cpu_speed (Jesper Storm Bache)
76
198
77
- * unix,win: add uv_ip_name to get name from sockaddr (
199
+ * unix,win: add uv_ip_name to get name from sockaddr (Campbell He)
78
200
79
201
* win,test: fix a few typos (AJ Heller)
80
202
81
- * zos: use destructor for uv__threadpool_cleanup() ( Zhang)
203
+ * zos: use destructor for uv__threadpool_cleanup() (Wayne Zhang)
82
204
83
- * linux: use MemAvailable instead of MemFree (
205
+ * linux: use MemAvailable instead of MemFree (Andrey Hohutkin)
84
206
85
- * freebsd: call dlerror() only if necessary (
207
+ * freebsd: call dlerror() only if necessary (Jameson Nash)
86
208
87
- * bsd,windows,zos: fix udp disconnect EINVAL (
209
+ * bsd,windows,zos: fix udp disconnect EINVAL (deal)
88
210
89
211
90
212
2021.07.21, Version 1.42.0 (Stable), 6ce14710da7079eb248868171f6343bc409ea3a4
0 commit comments