Node.js 0.7.2 非穩定版發布

jopen 12年前發布 | 5K 次閱讀 Node.js

Node.js是一套用來編寫高性能網絡服務器的JavaScript工具包,一系列的變化由此開始。比較獨特的是,Node.js會假設你是在POSIX環境下運行它Linux 或 Mac OS X。如果你是在Windows下,那就需要安裝MinGW以獲得一個仿POSIX的環境。在Node中,Http是首要的。Node為創建http服務器作了優化,所以你在網上看到的大部分示例和庫都是集中在web上(http框架、模板庫等)。

2012.02.01, Version 0.7.2 (unstable)

  • 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)

Source Code: http://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!