Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-10-01 00:52:48 +0400
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-10-01 00:52:48 +0400
commitd7234c8d50a1af73f60d2d3c0cc7eed17429a481 (patch)
tree0f23cd8b817a78c8c86e8c88a173805551570d40
parent994ce4c99fb1e284bcfdc2500ae62e0138bf140e (diff)
2013.09.30, Version 0.10.20 (Stable)v0.10.20
* tls: fix sporadic hang and partial reads (Fedor Indutny) - fixes "npm ERR! cb() never called!"
-rw-r--r--ChangeLog8
-rw-r--r--src/node_version.h2
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cc5a2b96b..95afb813623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2013.09.24, Version 0.10.19 (Stable)
+2013.09.30, Version 0.10.20 (Stable)
+
+* tls: fix sporadic hang and partial reads (Fedor Indutny)
+ - fixes "npm ERR! cb() never called!"
+
+
+2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904
* uv: Upgrade to v0.10.17
diff --git a/src/node_version.h b/src/node_version.h
index f02dbe3c2a7..f30216795f1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -26,7 +26,7 @@
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 20
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_TAG
# define NODE_TAG ""