mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-01-09 15:08:06 -05:00
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)
This commit is contained in:
4
AUTHORS
4
AUTHORS
@@ -526,3 +526,7 @@ Saúl Ibarra Corretgé <saghul@gmail.com>
|
||||
silverwind <silv3rwind@gmail.com>
|
||||
Steven R. Loomis <srl@icu-project.org>
|
||||
James M Snell <jasnell@gmail.com>
|
||||
Amir Saboury <amir.saboury@gmail.com>
|
||||
Florin-Cristian Gavrila <cristi_gavrila1@yahoo.com>
|
||||
Tyler Anton <mtyleranton@gmail.com>
|
||||
Jonas Dohse <jonas@dohse.ch>
|
||||
|
||||
17
ChangeLog
17
ChangeLog
@@ -1,4 +1,19 @@
|
||||
2015.01.26, Version 0.10.36 (Stable)
|
||||
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)
|
||||
|
||||
|
||||
2015.01.26, Version 0.10.36 (Stable), 09b482886bdd3d863c3d4e7d71264eac0daaf9e1
|
||||
|
||||
* openssl: update to 1.0.1l
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#define NODE_MINOR_VERSION 10
|
||||
#define NODE_PATCH_VERSION 37
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
|
||||
#ifndef NODE_TAG
|
||||
# define NODE_TAG ""
|
||||
|
||||
Reference in New Issue
Block a user