1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

2015.01.06, Version 0.10.32 (Stable)

Changes since version 0.10.31:

* linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
This commit is contained in:
Saúl Ibarra Corretgé 2015-01-05 20:10:43 +01:00
parent fa0b08ff5a
commit 378de30c59
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2015.01.06, Version 0.10.32 (Stable)
Changes since version 0.10.31:
* linux: fix epoll_pwait() sigmask size calculation (Ben Noordhuis)
2014.12.25, Version 0.10.31 (Stable), 4dbd27e2219069a6daa769fb37f98673b77b4261
Changes since version 0.10.30:

View File

@ -35,7 +35,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 32
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \