diff --git a/AUTHORS b/AUTHORS index a3071d1f80..aab71df334 100644 --- a/AUTHORS +++ b/AUTHORS @@ -526,3 +526,7 @@ Saúl Ibarra Corretgé silverwind Steven R. Loomis James M Snell +Amir Saboury +Florin-Cristian Gavrila +Tyler Anton +Jonas Dohse diff --git a/ChangeLog b/ChangeLog index 9d5cae1b55..0bdd5e45e2 100644 --- a/ChangeLog +++ b/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 diff --git a/src/node_version.h b/src/node_version.h index 6baad291a9..684d7ec5d5 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -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 ""