mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2014.08.08, Version 0.11.28 (Unstable)
Changes since version 0.11.27: * unix, windows: const-ify handle in uv_udp_getsockname (Rasmus Pedersen) * windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra Corretgé) * windows: add more required environment variables (Jameson Nash) * windows: sort environment variables before calling CreateProcess (Jameson Nash) * unix, windows: move uv_loop_close out of assert (John Firebaugh) * windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang) * windows: add uv_backend_timeout (Jameson Nash) * test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé) * windows: read the PATH env var of the child (Alex Crichton) * include: avoid using C++ 'template' reserved word (Iñaki Baz Castillo) * include: fix version number (Saúl Ibarra Corretgé)
This commit is contained in:
parent
6bcb799a0d
commit
fc9e2a0bc4
1
.mailmap
1
.mailmap
@ -18,6 +18,7 @@ Maciej Małecki <maciej.malecki@notimplemented.org> <me@mmalecki.com>
|
||||
Marc Schlaich <marc.schlaich@googlemail.com> <marc.schlaich@gmail.com>
|
||||
Rasmus Christian Pedersen <ruysch@outlook.com>
|
||||
Rasmus Christian Pedersen <ruysch@outlook.com>
|
||||
Rasmus Christian Pedersen <ruysch@outlook.com>
|
||||
Rasmus Christian Pedersen <zerhacken@yahoo.com> <ruysch@outlook.com>
|
||||
Rasmus Pedersen <ruysch@outlook.com> <zerhacken@yahoo.com>
|
||||
Robert Mustacchi <rm@joyent.com> <rm@fingolfin.org>
|
||||
|
2
AUTHORS
2
AUTHORS
@ -153,3 +153,5 @@ Graham Lee <ghmlee@ghmlee.com>
|
||||
Andrew Low <Andrew_Low@ca.ibm.com>
|
||||
Pavel Platto <hinidu@gmail.com>
|
||||
Tony Kelman <tony@kelman.net>
|
||||
John Firebaugh <john.firebaugh@gmail.com>
|
||||
lilohuang <lilohuang@hotmail.com>
|
||||
|
28
ChangeLog
28
ChangeLog
@ -1,3 +1,31 @@
|
||||
2014.08.08, Version 0.11.28 (Unstable)
|
||||
|
||||
Changes since version 0.11.27:
|
||||
|
||||
* unix, windows: const-ify handle in uv_udp_getsockname (Rasmus Pedersen)
|
||||
|
||||
* windows: use UV_ECANCELED for aborted TCP writes (Saúl Ibarra Corretgé)
|
||||
|
||||
* windows: add more required environment variables (Jameson Nash)
|
||||
|
||||
* windows: sort environment variables before calling CreateProcess (Jameson
|
||||
Nash)
|
||||
|
||||
* unix, windows: move uv_loop_close out of assert (John Firebaugh)
|
||||
|
||||
* windows: fix buffer overflow on uv__getnameinfo_work() (lilohuang)
|
||||
|
||||
* windows: add uv_backend_timeout (Jameson Nash)
|
||||
|
||||
* test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé)
|
||||
|
||||
* windows: read the PATH env var of the child (Alex Crichton)
|
||||
|
||||
* include: avoid using C++ 'template' reserved word (Iñaki Baz Castillo)
|
||||
|
||||
* include: fix version number (Saúl Ibarra Corretgé)
|
||||
|
||||
|
||||
2014.07.32, Version 0.11.27 (Unstable), ffe24f955032d060968ea0289af365006afed55e
|
||||
|
||||
Changes since version 0.11.26:
|
||||
|
@ -33,6 +33,6 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 28
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
#endif /* UV_VERSION_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user