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

Commit cbff8f0

Browse files
committed
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)
1 parent 16934d9 commit cbff8f0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,6 @@ Edward Hutchins <eahutchins@gmail.com>
467467
Chris Wren <cthewren@gmail.com>
468468
Duan Yao <duanyao@ustc.edu>
469469
Eric Schrock <Eric.Schrock@delphix.com>
470+
Zarko Stankovic <stankovic.zarko@gmail.com>
471+
Maxim Bogushevich <boga1@mail.ru>
472+
Phillip Alexander <git@phillipalexander.io>

ChangeLog

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
2013.10.18, Version 0.10.21 (Stable)
1+
2013.11.12, Version 0.10.22 (Stable)
2+
3+
* npm: Upgrade to 1.3.14
4+
5+
* uv: Upgrade to v0.10.19
6+
7+
* child_process: don't assert on stale file descriptor events (Fedor Indutny)
8+
9+
* darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
10+
11+
* debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)
12+
13+
* repl: do not insert duplicates into completions (Maciej Małecki)
14+
15+
* src: Fix memory leak on closed handles (Timothy J Fontaine)
16+
17+
* tls: prevent stalls by using read(0) (Fedor Indutny)
18+
19+
* v8: use correct timezone information on Solaris (Maciej Małecki)
20+
21+
22+
2013.10.18, Version 0.10.21 (Stable), e2da042844a830fafb8031f6c477eb4f96195210
223

324
* uv: Upgrade to v0.10.18
425

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