diff --git a/AUTHORS b/AUTHORS index 77722d770fb..182705c28c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -434,3 +434,6 @@ Benjamin Ruston Manav Rathi Marcin Kostrzewa Suwon Chae +Mitar Milutinovic +Michael Hart +Andrew Hart diff --git a/ChangeLog b/ChangeLog index d55cf779bf4..206cb2769f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,31 @@ * console: `console.dir()` bypasses inspect() methods (Nathan Rajlich) +2013.04.03, Version 0.10.3 (Stable), d4982f6f5e4a9a703127489a553b8d782997ea43 + +* npm: Upgrade to 1.2.17 + +* child_process: acknowledge sent handles (Fedor Indutny) + +* etw: update prototypes to match dtrace provider (Timothy J Fontaine) + +* dtrace: pass more arguments to probes (Dave Pacheco) + +* build: allow building with dtrace on osx (Dave Pacheco) + +* http: Remove legacy ECONNRESET workaround code (isaacs) + +* http: Ensure socket cleanup on client response end (isaacs) + +* tls: Destroy socket when encrypted side closes (isaacs) + +* repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich) + +* crypto: Pass options to ctor calls (isaacs) + +* src: tie process.versions.uv to uv_version_string() (Ben Noordhuis) + + 2013.03.28, Version 0.10.2 (Stable), 1e0de9c426e07a260bbec2d2196c2d2db8eb8886 * npm: Upgrade to 1.2.15 diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 7408820b374..8585991398e 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@

DESCRIPTION

This function should not be used programmatically. Instead, just refer to the npm.bin member.

- +