File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -450,3 +450,6 @@ Benoit Vallée <github@benoitvallee.net>
450
450
Ryuichi Okumura <okuryu@okuryu.com>
451
451
Brandon Frohs <bfrohs@gmail.com>
452
452
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>
Original file line number Diff line number Diff line change 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
2
17
3
18
* v8: update to 3.14.5.9
4
19
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 9
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_TAG
32
32
# define NODE_TAG ""
You can’t perform that action at this time.
0 commit comments