From cbff8f091c22fb1df6b238c7a1b9145db950fa65 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 12 Nov 2013 12:22:12 -0800 Subject: [PATCH] 2013.11.12, Version 0.10.22 (Stable) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * npm: Upgrade to 1.3.14 * uv: Upgrade to v0.10.19 * child_process: don't assert on stale file descriptor events (Fedor Indutny) * darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny) * debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich) * repl: do not insert duplicates into completions (Maciej Małecki) * src: Fix memory leak on closed handles (Timothy J Fontaine) * tls: prevent stalls by using read(0) (Fedor Indutny) * v8: use correct timezone information on Solaris (Maciej Małecki) --- AUTHORS | 3 +++ ChangeLog | 23 ++++++++++++++++++++++- src/node_version.h | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f95c14d..5eaf29d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -467,3 +467,6 @@ Edward Hutchins Chris Wren Duan Yao Eric Schrock +Zarko Stankovic +Maxim Bogushevich +Phillip Alexander diff --git a/ChangeLog b/ChangeLog index d6a1233..f021cee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -2013.10.18, Version 0.10.21 (Stable) +2013.11.12, Version 0.10.22 (Stable) + +* npm: Upgrade to 1.3.14 + +* uv: Upgrade to v0.10.19 + +* child_process: don't assert on stale file descriptor events (Fedor Indutny) + +* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny) + +* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich) + +* repl: do not insert duplicates into completions (Maciej Małecki) + +* src: Fix memory leak on closed handles (Timothy J Fontaine) + +* tls: prevent stalls by using read(0) (Fedor Indutny) + +* v8: use correct timezone information on Solaris (Maciej Małecki) + + +2013.10.18, Version 0.10.21 (Stable), e2da042844a830fafb8031f6c477eb4f96195210 * uv: Upgrade to v0.10.18 diff --git a/src/node_version.h b/src/node_version.h index f8b677c..b8ce7c7 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 10 #define NODE_PATCH_VERSION 22 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" -- 2.7.4