From b46e77421581ea358e221a8a843d057c747f7e90 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 28 Jan 2014 17:27:13 -0800 Subject: [PATCH] 2014.01.29, Version 0.11.11 (Unstable) * v8: Upgrade to 3.22.24.19 * http_parser: Upgrade to 2.2.1 * openssl: Upgrade to 1.0.1f * uv: Upgrade to 0.11.18 * async-listener: revamp of subsystem (Trevor Norris) * node: do not ever close stdio (Fedor Indutny) * http: use writev on chunked encoding (Trevor Norris) * async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris) * child_process: better error reporting for exec (Fedor Indutny) * crypto: add newline to cert and key if not present (Fedor Indutny) * crypto: clear error in GetPeerCertificate (Fedor Indutny) * crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews) * crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny) * crypto: support custom pbkdf2 digest methods (Ben Noordhuis) * domain: fix off-by-one in Domain.exit() (Ryan Graham) * http: concatenate duplicate headers by default (Alex Kocharin) * http: do not emit EOF non-readable socket (Fedor Indutny) * node: fix argument parsing with -p arg (Alexis Campailla) * path: improve POSIX path.join() performance (Jo Liss) * tls: emit `clientError` on early socket close (Fedor Indutny) * tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny) * tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis) * tls: process accumulated input (Fedor Indutny) * tls: show human-readable error messages (Ben Noordhuis) * util: handle escaped forward slashes correctly (Tom Gallacher) --- AUTHORS | 6 ++++++ ChangeLog | 53 ++++++++++++++++++++++++++++++++++++++++++++++ src/node_version.h | 2 +- 3 files changed, 60 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index f4ba1e43b49f40..c2925cfa8e17ee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -518,3 +518,9 @@ ayanamist Lorenz Leutgeb Brandon Cheng Alexis Campailla +Yang Tianyang +Tom Gallacher +Jo Liss +Jun Ma +Jacob Hoffman-Andrews +Keith M Wesolowski diff --git a/ChangeLog b/ChangeLog index 9ebec2c8ebaa68..997cce8e049e2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2014.01.29, Version 0.11.11 (Unstable) + +* v8: Upgrade to 3.22.24.19 + +* http_parser: Upgrade to 2.2.1 + +* openssl: Upgrade to 1.0.1f + +* uv: Upgrade to 0.11.18 + +* async-listener: revamp of subsystem (Trevor Norris) + +* node: do not ever close stdio (Fedor Indutny) + +* http: use writev on chunked encoding (Trevor Norris) + +* async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris) + +* child_process: better error reporting for exec (Fedor Indutny) + +* crypto: add newline to cert and key if not present (Fedor Indutny) + +* crypto: clear error in GetPeerCertificate (Fedor Indutny) + +* crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews) + +* crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny) + +* crypto: support custom pbkdf2 digest methods (Ben Noordhuis) + +* domain: fix off-by-one in Domain.exit() (Ryan Graham) + +* http: concatenate duplicate headers by default (Alex Kocharin) + +* http: do not emit EOF non-readable socket (Fedor Indutny) + +* node: fix argument parsing with -p arg (Alexis Campailla) + +* path: improve POSIX path.join() performance (Jo Liss) + +* tls: emit `clientError` on early socket close (Fedor Indutny) + +* tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny) + +* tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis) + +* tls: process accumulated input (Fedor Indutny) + +* tls: show human-readable error messages (Ben Noordhuis) + +* util: handle escaped forward slashes correctly (Tom Gallacher) + + 2013.12.31, Version 0.11.10 (Unstable), 66931791f06207d1cdfea5ec1529edf3c94026d3 * http_parser: update to 2.2 diff --git a/src/node_version.h b/src/node_version.h index 09d1aeb422403c..3953f13cb082d7 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 11 #define NODE_PATCH_VERSION 11 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG ""