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

Commit 0462bc2

Browse files
committed
2013.12.12, Version 0.10.23 (Stable)
* uv: Upgrade to v0.10.20 (Timothy J Fontaine) * npm: Upgrade to 1.3.17 (isaacs) * gyp: update to 78b26f7 (Timothy J Fontaine) * build: include postmortem symbols on linux (Timothy J Fontaine) * crypto: Make Decipher._flush() emit errors. (Kai Groner) * dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny) * events: do not accept NaN in setMaxListeners (Fedor Indutny) * events: avoid calling `once` functions twice (Tim Wood) * events: fix TypeError in removeAllListeners (Jeremy Martin) * fs: report correct path when EEXIST (Fedor Indutny) * process: enforce allowed signals for kill (Sam Roberts) * tls: emit 'end' on .receivedShutdown (Fedor Indutny) * tls: fix potential data corruption (Fedor Indutny) * tls: handle `ssl.start()` errors appropriately (Fedor Indutny) * tls: reset NPN callbacks after SNI (Fedor Indutny)
1 parent 4bc2ec9 commit 0462bc2

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

AUTHORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,3 +470,12 @@ Eric Schrock <Eric.Schrock@delphix.com>
470470
Zarko Stankovic <stankovic.zarko@gmail.com>
471471
Maxim Bogushevich <boga1@mail.ru>
472472
Phillip Alexander <git@phillipalexander.io>
473+
Tim Wood <washwithcare@gmail.com>
474+
Linus Unnebäck <linus@folkdatorn.se>
475+
Nikolai Vavilov <vvnicholas@gmail.com>
476+
Michael Ridgway <mcridgway@gmail.com>
477+
Yazhong Liu <yorkiefixer@gmail.com>
478+
Gabriel Falkenberg <gabriel.falkenberg@gmail.com>
479+
Kai Groner <kai@gronr.com>
480+
Gabriel Farrell <g@grrawr.com>
481+
Nicolas Kaiser <nikai@nikai.net>

ChangeLog

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
2013.11.12, Version 0.10.22 (Stable)
1+
2013.12.12, Version 0.10.23 (Stable)
2+
3+
* uv: Upgrade to v0.10.20 (Timothy J Fontaine)
4+
5+
* npm: Upgrade to 1.3.17 (isaacs)
6+
7+
* gyp: update to 78b26f7 (Timothy J Fontaine)
8+
9+
* build: include postmortem symbols on linux (Timothy J Fontaine)
10+
11+
* crypto: Make Decipher._flush() emit errors. (Kai Groner)
12+
13+
* dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
14+
15+
* events: do not accept NaN in setMaxListeners (Fedor Indutny)
16+
17+
* events: avoid calling `once` functions twice (Tim Wood)
18+
19+
* events: fix TypeError in removeAllListeners (Jeremy Martin)
20+
21+
* fs: report correct path when EEXIST (Fedor Indutny)
22+
23+
* process: enforce allowed signals for kill (Sam Roberts)
24+
25+
* tls: emit 'end' on .receivedShutdown (Fedor Indutny)
26+
27+
* tls: fix potential data corruption (Fedor Indutny)
28+
29+
* tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
30+
31+
* tls: reset NPN callbacks after SNI (Fedor Indutny)
32+
33+
34+
2013.11.12, Version 0.10.22 (Stable), cbff8f091c22fb1df6b238c7a1b9145db950fa65
235

336
* npm: Upgrade to 1.3.14
437

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