From 9712aa9f76073c30850b20a188b1ed12ffb74d17 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 11 Apr 2013 09:39:16 -0700 Subject: 2013.04.11, Version 0.10.4 (Stable) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * uv: Upgrade to 0.10.4 * npm: Upgrade to 1.2.18 * v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny) * child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis) * net: fix socket.bytesWritten Buffers support (Fedor Indutny) * buffer: fix offset checks (Łukasz Walukiewicz) * stream: call write cb before finish event (isaacs) * http: Support write(data, 'hex') (isaacs) * crypto: dh secret should be left-padded (Fedor Indutny) * process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg) * crypto: fix constructor call in crypto streams (Andreas Madsen) * net: account for encoding in .byteLength (Fedor Indutny) * net: fix buffer iteration in bytesWritten (Fedor Indutny) * crypto: zero is not an error if writing 0 bytes (Fedor Indutny) * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile) --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index fcb6a3fbed..c6cd7ff292 100644 --- a/AUTHORS +++ b/AUTHORS @@ -434,3 +434,5 @@ Benjamin Ruston Mitar Milutinovic Michael Hart Andrew Hart +Rafael Garcia +Tobias Müllerleile -- cgit v1.2.3