2014.12.10, Version 0.10.30 (Stable)
Changes since version 0.10.29: * linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis) * linux: handle O_NONBLOCK != SOCK_NONBLOCK case (Helge Deller) * doc: update project links (Ben Noordhuis) * windows: fix compilation of tests (Marc Schlaich) * unix: add flag for blocking SIGPROF during poll (Ben Noordhuis) * unix, windows: add uv_loop_configure() function (Ben Noordhuis) * win: keep a reference to AFD_POLL_INFO in cancel poll (Marc Schlaich)
This commit is contained in:
parent
cd894521dd
commit
5a63f5e954
1
AUTHORS
1
AUTHORS
@ -131,3 +131,4 @@ Paul Tan <pyokagan@gmail.com>
|
||||
Javier Hernández <jhernandez@emergya.com>
|
||||
Tonis Tiigi <tonistiigi@gmail.com>
|
||||
Michael Hudson-Doyle <michael.hudson@linaro.org>
|
||||
Helge Deller <deller@gmx.de>
|
||||
|
||||
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
||||
2014.12.10, Version 0.10.30 (Stable)
|
||||
|
||||
Changes since version 0.10.29:
|
||||
|
||||
* linux: fix sigmask size arg in epoll_pwait() call (Ben Noordhuis)
|
||||
|
||||
* linux: handle O_NONBLOCK != SOCK_NONBLOCK case (Helge Deller)
|
||||
|
||||
* doc: update project links (Ben Noordhuis)
|
||||
|
||||
* windows: fix compilation of tests (Marc Schlaich)
|
||||
|
||||
* unix: add flag for blocking SIGPROF during poll (Ben Noordhuis)
|
||||
|
||||
* unix, windows: add uv_loop_configure() function (Ben Noordhuis)
|
||||
|
||||
* win: keep a reference to AFD_POLL_INFO in cancel poll (Marc Schlaich)
|
||||
|
||||
|
||||
2014.10.21, Version 0.10.29 (Stable), 2d728542d3790183417f8f122a110693cd85db14
|
||||
|
||||
Changes since version 0.10.28:
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 30
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user