This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -457,3 +457,7 @@ Veres Lajos <vlajos@gmail.com>
457
457
Yuan Chuan <yuanchuan23@gmail.com>
458
458
Peter Rust <peter@cornerstonenw.com>
459
459
Shuan Wang <shuanwang@gmail.com>
460
+ Andrew Chilton <andychilton@gmail.com>
461
+ Wyatt Preul <wpreul@gmail.com>
462
+ Forrest L Norvell <ogd@aoaioxxysz.net>
463
+ Eran Hammer <eran@hueniverse.com>
Original file line number Diff line number Diff line change
1
+ 2013.08.16, Version 0.10.16 (Stable)
2
+
3
+ * v8: back-port fix for CVE-2013-2882
4
+
5
+ * npm: Upgrade to 1.3.8
6
+
7
+ * crypto: fix assert() on malformed hex input (Ben Noordhuis)
8
+
9
+ * crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
10
+
11
+ * events: fix memory leak, don't leak event names (Ben Noordhuis)
12
+
13
+ * http: Handle hex/base64 encodings properly (isaacs)
14
+
15
+ * http: improve chunked res.write(buf) performance (Ben Noordhuis)
16
+
17
+ * stream: Fix double pipe error emit (Eran Hammer)
18
+
19
+
1
20
2013.07.25, Version 0.10.15 (Stable)
2
21
3
22
* src: fix process.getuid() return value (Ben Noordhuis)
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 16
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