From 7fabdc23d843cb705d2d0739e7bbdaaf50aa3292 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 19 Aug 2014 11:19:52 -0400 Subject: 2014.08.19, Version 0.10.31 (Stable) * v8: backport CVE-2013-6668 * openssl: Update to v1.0.1i * npm: Update to v1.4.23 * cluster: disconnect should not be synchronous (Sam Roberts) * fs: fix fs.readFileSync fd leak when get RangeError (Jackson Tian) * stream: fix Readable.wrap objectMode falsy values (James Halliday) * timers: fix timers with non-integer delay hanging. (Julien Gilli) --- AUTHORS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index a076b5f51..c329a1995 100644 --- a/AUTHORS +++ b/AUTHORS @@ -509,3 +509,7 @@ Oguz Bastemur Maurice Butler Chris Dickinson Julien Gilli +Jakob Gillich +James Halliday +Kevin Simper +Jackson Tian -- cgit v1.2.3 From 0fe0d121551593c23a565db8397f85f17bb0f00e Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 16 Sep 2014 15:47:52 -0700 Subject: 2014.09.16, Version 0.10.32 (Stable) * npm: Update to 1.4.28 * v8: fix a crash introduced by previous release (Fedor Indutny) * configure: add --openssl-no-asm flag (Fedor Indutny) * crypto: use domains for any callback-taking method (Chris Dickinson) * http: do not send `0rnrn` in TE HEAD responses (Fedor Indutny) * querystring: fix unescape override (Tristan Berger) * url: Add support for RFC 3490 separators (Mathias Bynens) --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index c329a1995..3af7fc63a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -513,3 +513,5 @@ Jakob Gillich James Halliday Kevin Simper Jackson Tian +Tristan Berger +Mathias Schreck -- cgit v1.2.3