diff --git a/ChangeLog b/ChangeLog index 0eb9e706427..bad7d27a6ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,6 +60,17 @@ * zlib: allow passing options to convenience methods (Kyle Robinson Young) +2013.06.04, Version 0.10.10 (Stable), 25e51c396aa23018603baae2b1d9390f5d9db496 + +* uv: Upgrade to 0.10.10 + +* npm: Upgrade to 1.2.25 + +* url: Properly parse certain oddly formed urls (isaacs) + +* stream: unshift('') is a noop (isaacs) + + 2013.05.30, Version 0.10.9 (Stable), 878ffdbe6a8eac918ef3a7f13925681c3778060b * npm: Upgrade to 1.2.24 @@ -806,6 +817,17 @@ * Fix #3521 Make process.env more like a regular Object (isaacs) +2013.06.04, Version 0.8.24 (maintenance), c1a1ab067721ea17ef7b05ec5c68b01321017f05 + +* npm: Upgrade to v1.2.24 + +* url: Properly parse certain oddly formed urls (isaacs) + +* http: Don't try to destroy nonexistent sockets (isaacs) + +* handle_wrap: fix NULL pointer dereference (Ben Noordhuis) + + 2013.04.09, Version 0.8.23 (maintenance), c67f8d0500fe15637a623eb759d2ad7eb9fb3b0b * npm: Upgrade to v1.2.18 diff --git a/deps/npm/doc/cli/install.md b/deps/npm/doc/cli/install.md index 2f325514a6c..44885f31802 100644 --- a/deps/npm/doc/cli/install.md +++ b/deps/npm/doc/cli/install.md @@ -168,6 +168,12 @@ local space in some cases. The `--no-bin-links` argument will prevent npm from creating symlinks for any binaries the package might contain. +The `--no-shrinkwrap` argument, which will ignore an available +shrinkwrap file and use the package.json instead. + +The `--nodedir=/path/to/node/source` argument will allow npm to find the +node source code so that npm can compile native modules. + See `npm-config(1)`. Many of the configuration params have some effect on installation, since that's most of what npm does. diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 55fc4c66bae..1c13946b102 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@
This function should not be used programmatically. Instead, just refer
to the npm.bin
member.