Node.js 0.7.2 非稳定版发布

jopen 13年前
     Node.js是一套用来编写高性能网络服务器的JavaScript工具包,一系列的变化由此开始。比较独特的是,Node.js会假设你是在POSIX环境下运行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安装MinGW以获得一个仿POSIX的环境。在Node中,Http是首要的。Node为创建http服务器作了优化,所以你在网上看到的大部分示例和库都是集中在web上(http框架、模板库等)。    <p>2012.02.01, Version 0.7.2 (unstable)</p>    <ul>     <li>Update V8 to 3.8.9 </li>     <li>Support for sharing streams across Isolates (Igor Zinkovsky) </li>     <li>#2636 – Fix case where http_parsers are freed too early (koichik) </li>     <li>url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz) </li>     <li>child_process: Add disconnect() method to child processes (Andreas Madsen) </li>     <li>fs: add O_EXCL support, exclusive open file (Ben Noordhuis) </li>     <li>fs: more specific error messages (Tj Holowaychuk) </li>     <li>tty: emit ‘unknown’ key event if key sequence not found (Dan VerWeire, Nathan Rajlich) </li>     <li>build: compile release build too if BUILDTYPE=Debug (Ben Noordhuis) </li>     <li>module: fix –debug-brk on symlinked scripts (Fedor Indutny) </li>     <li>zlib: fix <code>Failed to set dictionary</code> issue (Fedor Indutny) </li>     <li>waf: predict target arch for OS X (Fedor Indutny) </li>    </ul>    <p>Source Code: <a href="/misc/goto?guid=4958327515318384255" target="_blank">http://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz</a></p>