mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2014.10.21, Version 0.10.29 (Stable)
Changes since version 0.10.28: * darwin: allocate enough space for select() hack (Fedor Indutny) * linux: try epoll_pwait if epoll_wait is missing (Michael Hudson-Doyle) * windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé)
This commit is contained in:
parent
5e507159c9
commit
2d728542d3
1
AUTHORS
1
AUTHORS
@ -130,3 +130,4 @@ David Capello <davidcapello@gmail.com>
|
||||
Paul Tan <pyokagan@gmail.com>
|
||||
Javier Hernández <jhernandez@emergya.com>
|
||||
Tonis Tiigi <tonistiigi@gmail.com>
|
||||
Michael Hudson-Doyle <michael.hudson@linaro.org>
|
||||
|
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2014.10.21, Version 0.10.29 (Stable)
|
||||
|
||||
Changes since version 0.10.28:
|
||||
|
||||
* darwin: allocate enough space for select() hack (Fedor Indutny)
|
||||
|
||||
* linux: try epoll_pwait if epoll_wait is missing (Michael Hudson-Doyle)
|
||||
|
||||
* windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé)
|
||||
|
||||
|
||||
2014.07.32, Version 0.10.28 (Stable), 9c14b616f5fb84bfd7d45707bab4bbb85894443e
|
||||
|
||||
Changes since version 0.10.27:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 29
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user