This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -470,3 +470,12 @@ Eric Schrock <Eric.Schrock@delphix.com>
470
470
Zarko Stankovic <stankovic.zarko@gmail.com>
471
471
Maxim Bogushevich <boga1@mail.ru>
472
472
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>
Original file line number Diff line number Diff line change 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
2
35
3
36
* npm: Upgrade to 1.3.14
4
37
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 23
28
28
29
- #define NODE_VERSION_IS_RELEASE 0
29
+ #define NODE_VERSION_IS_RELEASE 1
30
30
31
31
#ifndef NODE_TAG
32
32
# define NODE_TAG ""
You can’t perform that action at this time.
0 commit comments