diff options
author | isaacs <i@izs.me> | 2012-03-14 17:07:24 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-03-15 08:45:35 -0700 |
commit | 9f7f86b534f8556290eb8cad915984ff4ca54996 (patch) | |
tree | dbdf6488236b690ce46b51d9d985737f464c9637 /doc/community/index.html | |
parent | 06bf0707f7dc30b9b4e6966de76af324064c3a06 (diff) | |
download | node-new-9f7f86b534f8556290eb8cad915984ff4ca54996.tar.gz |
2012.03.15 Version 0.6.13 (stable)v0.6.13
* Windows: Many libuv test fixes (Bert Belder)
* Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder)
* Map EBUSY and ENOTEMPTY errors (Bert Belder)
* Windows: include syscall in fs errors (Bert Belder)
* Fix fs.watch ENOSYS on Linux kernel version mismatch (Ben Noordhuis)
* Update npm to 1.1.9
- upgrade node-gyp to 0.3.5 (Nathan Rajlich)
- Fix isaacs/npm#2249 Add cache-max and cache-min configs
- Properly redirect across https/http registry requests
- log config usage if undefined key in set function (Kris Windham)
- Add support for os/cpu fields in package.json (Adam Blackburn)
- Automatically node-gyp packages containing a binding.gyp
- Fix failures unpacking in UNC shares
- Never create un-listable directories
- Handle cases where an optionalDependency fails to build
Diffstat (limited to 'doc/community/index.html')
-rw-r--r-- | doc/community/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/community/index.html b/doc/community/index.html index d23161dd6a..b928b69d1b 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -180,7 +180,7 @@ <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.12/LICENSE">license</a>.</p> + <p>Copyright 2010-2012 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.13/LICENSE">license</a>.</p> </div> <script> |