2013.12.19, Version 0.10.21 (Stable)
Changes since version 0.10.20: * unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton)
This commit is contained in:
parent
7c6bddbe2a
commit
375ebce068
1
AUTHORS
1
AUTHORS
@ -89,3 +89,4 @@ Chris Bank <cbank@adobe.com>
|
||||
Geert Jansen <geertj@gmail.com>
|
||||
Alex Gaynor <alex.gaynor@gmail.com>
|
||||
huxingyi <huxingyi@msn.com>
|
||||
Alex Crichton <alex@alexcrichton.com>
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
2013.12.19, Version 0.10.21 (Stable)
|
||||
|
||||
Changes since version 0.10.20:
|
||||
|
||||
* unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton)
|
||||
|
||||
|
||||
2013.12.13, Version 0.10.20 (Stable), 04141464dd0fba90ace9aa6f7003ce139b888a40
|
||||
|
||||
Changes since version 0.10.19:
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 10
|
||||
#define UV_VERSION_PATCH 21
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user