mirror of https://github.com/nodejs/node.git
2013.05.30, Version 0.10.9 (Stable)
* npm: Upgrade to 1.2.24 * uv: Upgrade to v0.10.9 * repl: fix JSON.parse error check (Brian White) * tls: proper .destroySoon (Fedor Indutny) * tls: invoke write cb only after opposite read end (Fedor Indutny) * tls: ignore .shutdown() syscall error (Fedor Indutny)archived-io.js-v0.10 v0.10.9
parent
c86afa5d2e
commit
878ffdbe6a
3
AUTHORS
3
AUTHORS
|
@ -450,3 +450,6 @@ Benoit Vallée <github@benoitvallee.net>
|
|||
Ryuichi Okumura <okuryu@okuryu.com>
|
||||
Brandon Frohs <bfrohs@gmail.com>
|
||||
Nathan Zadoks <nathan@nathan7.eu>
|
||||
Rafael Henrique Moreira <rafadev7@gmail.com>
|
||||
Daniel G. Taylor <dan@programmer-art.org>
|
||||
Kiyoshi Nomo <tokyoincidents.g@gmail.com>
|
||||
|
|
17
ChangeLog
17
ChangeLog
|
@ -1,4 +1,19 @@
|
|||
2013.05.24, Version 0.10.8 (Stable)
|
||||
2013.05.30, Version 0.10.9 (Stable)
|
||||
|
||||
* npm: Upgrade to 1.2.24
|
||||
|
||||
* uv: Upgrade to v0.10.9
|
||||
|
||||
* repl: fix JSON.parse error check (Brian White)
|
||||
|
||||
* tls: proper .destroySoon (Fedor Indutny)
|
||||
|
||||
* tls: invoke write cb only after opposite read end (Fedor Indutny)
|
||||
|
||||
* tls: ignore .shutdown() syscall error (Fedor Indutny)
|
||||
|
||||
|
||||
2013.05.24, Version 0.10.8 (Stable), 30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb
|
||||
|
||||
* v8: update to 3.14.5.9
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define NODE_MINOR_VERSION 10
|
||||
#define NODE_PATCH_VERSION 9
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_TAG
|
||||
# define NODE_TAG ""
|
||||
|
|
Loading…
Reference in New Issue