2015.02.27, Version 0.10.36 (Stable)

Changes since version 0.10.35:

* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
This commit is contained in:
Saúl Ibarra Corretgé 2015-02-26 11:23:25 +01:00
parent e28a5d55ba
commit cc4d42a89a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2015.02.27, Version 0.10.36 (Stable)
Changes since version 0.10.35:
* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
2015.02.25, Version 0.10.35 (Stable), 4dc978825d870643bbaa4660f71d22975efba29e
Changes since version 0.10.34:

View File

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