2014.02.19, Version 0.10.25 (Stable)
Changes since version 0.10.24: * stream: start thread after assignments (Oguz Bastemur) * unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé) * windows: freeze in uv_tcp_endgame (Alexis Campailla) * sunos: handle rearm errors (Fedor Indutny)
This commit is contained in:
parent
703a9e601e
commit
d778dc5885
2
AUTHORS
2
AUTHORS
@ -92,3 +92,5 @@ huxingyi <huxingyi@msn.com>
|
|||||||
Alex Crichton <alex@alexcrichton.com>
|
Alex Crichton <alex@alexcrichton.com>
|
||||||
Luca Bruno <lucab@debian.org>
|
Luca Bruno <lucab@debian.org>
|
||||||
Trevor Norris <trev.norris@gmail.com>
|
Trevor Norris <trev.norris@gmail.com>
|
||||||
|
Oguz Bastemur <obastemur@gmail.com>
|
||||||
|
Alexis Campailla <alexis@janeasystems.com>
|
||||||
|
|||||||
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
|||||||
|
2014.02.19, Version 0.10.25 (Stable)
|
||||||
|
|
||||||
|
Changes since version 0.10.24:
|
||||||
|
|
||||||
|
* stream: start thread after assignments (Oguz Bastemur)
|
||||||
|
|
||||||
|
* unix: correct error when calling uv_shutdown twice (Saúl Ibarra Corretgé)
|
||||||
|
|
||||||
|
* windows: freeze in uv_tcp_endgame (Alexis Campailla)
|
||||||
|
|
||||||
|
* sunos: handle rearm errors (Fedor Indutny)
|
||||||
|
|
||||||
|
|
||||||
2014.01.30, Version 0.10.24 (Stable), aecd296b6bce9b40f06a61c5c94e43d45ac7308a
|
2014.01.30, Version 0.10.24 (Stable), aecd296b6bce9b40f06a61c5c94e43d45ac7308a
|
||||||
|
|
||||||
Changes since version 0.10.23:
|
Changes since version 0.10.23:
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
#define UV_VERSION_MAJOR 0
|
#define UV_VERSION_MAJOR 0
|
||||||
#define UV_VERSION_MINOR 10
|
#define UV_VERSION_MINOR 10
|
||||||
#define UV_VERSION_PATCH 25
|
#define UV_VERSION_PATCH 25
|
||||||
#define UV_VERSION_IS_RELEASE 0
|
#define UV_VERSION_IS_RELEASE 1
|
||||||
|
|
||||||
|
|
||||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user