mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
2015.01.29, Version 0.10.33 (Stable)
Changes since version 0.10.32: * linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis) * test: back-port uv_loop_configure() test (Ben Noordhuis)
This commit is contained in:
parent
77e85b9f30
commit
7a2253d33a
@ -1,3 +1,12 @@
|
||||
2015.01.29, Version 0.10.33 (Stable)
|
||||
|
||||
Changes since version 0.10.32:
|
||||
|
||||
* linux: fix epoll_pwait() regression with < 2.6.19 (Ben Noordhuis)
|
||||
|
||||
* test: back-port uv_loop_configure() test (Ben Noordhuis)
|
||||
|
||||
|
||||
2015.01.06, Version 0.10.32 (Stable), 378de30c59aef5fdb6d130fa5cfcb0a68fce571c
|
||||
|
||||
Changes since version 0.10.31:
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 33
|
||||
#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