Node.js 0.7.8 非稳定版发布
来源:phperz.com 作者:phper 发布时间:2012-04-19
Node.js 0.7.8 本月18日发布了非稳定版0.7.8 2012.04.18, Version 0.7.8, (unstable) Upgrade V8 to 3.9.24.9 Upgrade OpenSSL to 1.0.0f Upgrade npm to 1.1.18 Show licenses in Binary installers Domains (isaacs) readline: rename end to close (Nathan Rajlich)
Node.js 0.7.8 本月18日发布了非稳定版0.7.8
2012.04.18, Version 0.7.8, (unstable)
- Upgrade V8 to 3.9.24.9
- Upgrade OpenSSL to 1.0.0f
- Upgrade npm to 1.1.18
- Show licenses in Binary installers
- Domains (isaacs)
- readline: rename "end" to "close" (Nathan Rajlich)
- tcp: make getsockname() return address family as string (Shigeki Ohtsu)
- http, https: fix .setTimeout() (ssuda)
- os: add cross platform EOL character (Mustansir Golawala)
- typed arrays: unexport SizeOfArrayElementForType() (Aaron Jacobs)
- net: honor 'enable' flag in .setNoDelay() (Ben Noordhuis)
- child_process: emit error when .kill fails (Andreas Madsen)
- gyp: fix 'argument list too long' build error (Ben Noordhuis)
- fs.WriteStream: Handle modifications to fs.open (isaacs)
- repl, readline: Handle newlines better (Nathan Rajlich, Nathan Friedly)
- build: target OSX 10.5 when building on darwin (Nathan Rajlich)
- Fix #3052 Handle errors properly in zlib (isaacs)
- build: add support for DTrace and postmortem (Dave Pacheco)
- core: add reusable Slab allocator (Ben Noordhuis)
Source Code: http://nodejs.org/dist/v0.7.8/node-v0.7.8.tar.gz
Windows Installer:
http://nodejs.org/dist/v0.7.8/node-v0.7.8.msi Windows x64 Files:
http://nodejs.org/dist/v0.7.8/x64/ Macintosh Installer (Universal):
http://nodejs.org/dist/v0.7.8/node-v0.7.8.pkg Other release files:
http://nodejs.org/dist/v0.7.8/ Website:
http://nodejs.org/docs/v0.7.8/ Documentation:
http://nodejs.org/docs/v0.7.8/api/ 延伸阅读:什么是Node.js--Node.js简介Node.js 0.6.5 稳定版发布Node.js 0.7.2 非稳定版发布