diff options
author | isaacs <i@izs.me> | 2012-01-27 13:33:01 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-27 16:32:19 -0800 |
commit | f19e20d33f57c4d2853aaea7d2724d44f3b0012f (patch) | |
tree | 92549b389e93c8e6389e015858d67afed2f76809 /doc/community | |
parent | 4b6164ab491e48f30286f739a8a0e66587499bfd (diff) | |
download | node-new-f19e20d33f57c4d2853aaea7d2724d44f3b0012f.tar.gz |
2012.01.27, Version 0.6.9 (stable)v0.6.9
* dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
- Note: Windows UDP support not yet complete.
* http: Fix parser memory leak (koichik)
* zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* Documentation Restyling (Matthew Fitzsimmons)
* Update npm to 1.1.0-3 (isaacs)
* Windows: fix regression in stat() calls to C:\ (Bert Belder)
Diffstat (limited to 'doc/community')
-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 4fad90e815..ef9bac5ae1 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.8/LICENSE">license</a>.</p> + <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.9/LICENSE">license</a>.</p> </div> <script> |