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 +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -526,3 +526,7 @@ Saúl Ibarra Corretgé <saghul@gmail.com>
526
526
silverwind <silv3rwind@gmail.com>
527
527
Steven R. Loomis <srl@icu-project.org>
528
528
James M Snell <jasnell@gmail.com>
529
+ Amir Saboury <amir.saboury@gmail.com>
530
+ Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com>
531
+ Tyler Anton <mtyleranton@gmail.com>
532
+ Jonas Dohse <jonas@dohse.ch>
Original file line number Diff line number Diff line change 1
- 2015.01.26, Version 0.10.36 (Stable)
1
+ 2015.03.11, Version 0.10.37 (Maintenance)
2
+
3
+ * uv: update to 0.10.36 (CVE-2015-0278)
4
+
5
+ * domains: fix stack clearing after error handled (Jonas Dohse)
6
+
7
+ * buffer: reword Buffer.concat error message (Chris Dickinson)
8
+
9
+ * console: allow Object.prototype fields as labels (Julien Gilli)
10
+
11
+ * V8: log version in profiler log file (Ben Noordhuis)
12
+
13
+ * http: fix performance regression for GET requests (Florin-Cristian Gavrila)
14
+
15
+
16
+ 2015.01.26, Version 0.10.36 (Stable), 09b482886bdd3d863c3d4e7d71264eac0daaf9e1
2
17
3
18
* openssl: update to 1.0.1l
4
19
Original file line number Diff line number Diff line change 26
26
#define NODE_MINOR_VERSION 10
27
27
#define NODE_PATCH_VERSION 37
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