diff options
author | isaacs <i@izs.me> | 2012-01-31 18:43:23 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-01 11:37:12 -0800 |
commit | a3efcd2006614c3835c9395b91ab89c1f260806c (patch) | |
tree | 94ad7588e43139b578a96b96f5e2cece46ddfb90 /doc/logos | |
parent | 05471f5c2aee3d264a5ae65dc3ad140ca85eb9dd (diff) | |
download | node-new-a3efcd2006614c3835c9395b91ab89c1f260806c.tar.gz |
2012.02.01, Version 0.7.2 (unstable)v0.7.2
* Update V8 to 3.8.9
* Support for sharing streams across Isolates (Igor Zinkovsky)
* #2636 - Fix case where http_parsers are freed too early (koichik)
* url: Support for IPv6 addresses in URLs (Ćukasz Walukiewicz)
* child_process: Add disconnect() method to child processes (Andreas Madsen)
* fs: add O_EXCL support, exclusive open file (Ben Noordhuis)
* fs: more specific error messages (Tj Holowaychuk)
* tty: emit 'unknown' key event if key sequence not found (Dan VerWeire, Nathan Rajlich)
* build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis)
* module: fix --debug-brk on symlinked scripts (Fedor Indutny)
* zlib: fix `Failed to set dictionary` issue (Fedor Indutny)
* waf: predict target arch for OS X (Fedor Indutny)
Diffstat (limited to 'doc/logos')
-rw-r--r-- | doc/logos/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/logos/index.html b/doc/logos/index.html index 8a84aebacd..3454ee70e6 100644 --- a/doc/logos/index.html +++ b/doc/logos/index.html @@ -85,7 +85,7 @@ <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li> </ul> - <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.6.9/LICENSE">View License</a></p> + <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>., Node.js is a <a href="/trademark-policy.pdf">trademark of Joyent, Inc</a>., <a href="https://raw.github.com/joyent/node/v0.7.2/LICENSE">View License</a></p> </div> |