Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit 9c14b61

Browse files
committed
2014.07.32, Version 0.10.28 (Stable)
Changes since version 0.10.27: * windows: fix handling closed socket while poll handle is closing (Saúl Ibarra Corretgé) * unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé) * unix: fix bogus structure field name (Saúl Ibarra Corretgé) * darwin: invoke `mach_timebase_info` only once (Fedor Indutny)
1 parent 211bf4e commit 9c14b61

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2014.07.32, Version 0.10.28 (Stable)
2+
3+
Changes since version 0.10.27:
4+
5+
* windows: fix handling closed socket while poll handle is closing (Saúl Ibarra
6+
Corretgé)
7+
8+
* unix: return system error on EAI_SYSTEM (Saúl Ibarra Corretgé)
9+
10+
* unix: fix bogus structure field name (Saúl Ibarra Corretgé)
11+
12+
* darwin: invoke `mach_timebase_info` only once (Fedor Indutny)
13+
14+
115
2014.05.02, Version 0.10.27 (Stable), 6e24ce23b1e7576059f85a608eca13b766458a01
216

317
Changes since version 0.10.26:

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define UV_VERSION_MAJOR 0
3636
#define UV_VERSION_MINOR 10
3737
#define UV_VERSION_PATCH 28
38-
#define UV_VERSION_IS_RELEASE 0
38+
#define UV_VERSION_IS_RELEASE 1
3939

4040

4141
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \

0 commit comments

Comments
 (0)