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

Commit 7d6b5b1

Browse files
author
Julien Gilli
committed
2015.03.11, Version 0.10.37 (Maintenance)
* uv: update to 0.10.36 (CVE-2015-0278) * domains: fix stack clearing after error handled (Jonas Dohse) * buffer: reword Buffer.concat error message (Chris Dickinson) * console: allow Object.prototype fields as labels (Julien Gilli) * V8: log version in profiler log file (Ben Noordhuis) * http: fix performance regression for GET requests (Florin-Cristian Gavrila)
1 parent 219c80d commit 7d6b5b1

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,7 @@ Saúl Ibarra Corretgé <saghul@gmail.com>
526526
silverwind <silv3rwind@gmail.com>
527527
Steven R. Loomis <srl@icu-project.org>
528528
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>

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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
217

318
* openssl: update to 1.0.1l
419

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