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

Commit d7234c8

Browse files
committed
2013.09.30, Version 0.10.20 (Stable)
* tls: fix sporadic hang and partial reads (Fedor Indutny) - fixes "npm ERR! cb() never called!"
1 parent 994ce4c commit d7234c8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
2013.09.24, Version 0.10.19 (Stable)
1+
2013.09.30, Version 0.10.20 (Stable)
2+
3+
* tls: fix sporadic hang and partial reads (Fedor Indutny)
4+
- fixes "npm ERR! cb() never called!"
5+
6+
7+
2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904
28

39
* uv: Upgrade to v0.10.17
410

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 20
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)