Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit e2da042

Browse files
committed
2013.10.18, Version 0.10.21 (Stable)
* uv: Upgrade to v0.10.18 * crypto: clear errors from verify failure (Timothy J Fontaine) * dtrace: interpret two byte strings (Dave Pacheco) * fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis) * http: provide backpressure for pipeline flood (isaacs) * tls: fix premature connection termination (Ben Noordhuis)
1 parent 5e41c02 commit e2da042

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
2013.09.30, Version 0.10.20 (Stable)
1+
2013.10.18, Version 0.10.21 (Stable)
2+
3+
* uv: Upgrade to v0.10.18
4+
5+
* crypto: clear errors from verify failure (Timothy J Fontaine)
6+
7+
* dtrace: interpret two byte strings (Dave Pacheco)
8+
9+
* fs: fix fs.truncate() file content zeroing bug (Ben Noordhuis)
10+
11+
* http: provide backpressure for pipeline flood (isaacs)
12+
13+
* tls: fix premature connection termination (Ben Noordhuis)
14+
15+
16+
2013.09.30, Version 0.10.20 (Stable), d7234c8d50a1af73f60d2d3c0cc7eed17429a481
217

318
* tls: fix sporadic hang and partial reads (Fedor Indutny)
419
- fixes "npm ERR! cb() never called!"

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 10
2727
#define NODE_PATCH_VERSION 21
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)