Skip to content

Commit 878ffdb

Browse files
committedMay 30, 2013
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)
1 parent c86afa5 commit 878ffdb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
 

‎AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,6 @@ Benoit Vallée <github@benoitvallee.net>
450450
Ryuichi Okumura <okuryu@okuryu.com>
451451
Brandon Frohs <bfrohs@gmail.com>
452452
Nathan Zadoks <nathan@nathan7.eu>
453+
Rafael Henrique Moreira <rafadev7@gmail.com>
454+
Daniel G. Taylor <dan@programmer-art.org>
455+
Kiyoshi Nomo <tokyoincidents.g@gmail.com>

‎ChangeLog

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
2013.05.24, Version 0.10.8 (Stable)
1+
2013.05.30, Version 0.10.9 (Stable)
2+
3+
* npm: Upgrade to 1.2.24
4+
5+
* uv: Upgrade to v0.10.9
6+
7+
* repl: fix JSON.parse error check (Brian White)
8+
9+
* tls: proper .destroySoon (Fedor Indutny)
10+
11+
* tls: invoke write cb only after opposite read end (Fedor Indutny)
12+
13+
* tls: ignore .shutdown() syscall error (Fedor Indutny)
14+
15+
16+
2013.05.24, Version 0.10.8 (Stable), 30d9e9fdd9d4c33d3d95a129d021cd8b5b91eddb
217

318
* v8: update to 3.14.5.9
419

‎src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 9
2828

29-
#define NODE_VERSION_IS_RELEASE 0
29+
#define NODE_VERSION_IS_RELEASE 1
3030

3131
#ifndef NODE_TAG
3232
# define NODE_TAG ""

0 commit comments

Comments
 (0)
Please sign in to comment.