设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Node.js v5.1.0稳定版发布

2015-11-18 22:26| 发布者: joejoe0332| 查看: 816| 评论: 0|原作者: oschina|来自: oschina

摘要: Node v5.1.0 稳定版发布,更新如下:重要更新buffer: The noAssert option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) #3767.This makes the behavior ...

Node v5.1.0 稳定版发布,更新如下:

重要更新

  • buffer: The noAssert option for many buffer functions will now silently drop invalid write values rather than crashing (P.S.V.R) #3767.

    • This makes the behavior match what the docs suggest.

  • child_process: child.send() now properly returns a boolean like the docs suggest (Rich Trott) #3577.

  • doc: All of the API docs have been re-ordered so as to read in alphabetical order (Tristian Flanagan) #3662.

  • http_parser: update http-parser to 2.6.0 from 2.5.0 (James M Snell) #3569.

    • Now supports the following HTTP methods: LINK, UNLINK, BIND, REBIND, UNBIND.

    • Also added ACL and IPv6 Zone ID support.

  • npm: upgrade npm to 3.3.12 from v3.3.6 (Rebecca Turner) #3685.

  • repl: The REPL no longer crashes if the persistent history file cannot be opened (Evan Lucas) #3630.

  • tls: The default sessionIdContext now uses SHA1 in FIPS mode rather than MD5 (Stefan Budeanu) #3755.

  • v8: Added some more useful post-mortem data (Fedor Indutny) #3779.

已知 issues

  • Surrogate pair in REPL can freeze terminal. #690

  • Calling dns.setServers() while a DNS query is in progress can cause the process to crash on a failed assertion. #894

  • url.resolve may transfer the auth portion of the url when resolving between two full hosts, see #1435.

  • Unicode characters in filesystem paths are not handled consistently across platforms or Node.js APIs. See #2088, #3401 and #3519.

下载地址

Windows 32-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v5.1.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v5.1.0/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v5.1.0/node-v5.1.0.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-x86.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-x64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-sunos-x86.tar.gz
SunOS 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-sunos-x64.tar.gz
ARMv6 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-armv6l.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-armv7l.tar.gz
ARMv8 64-bit Binary: https://nodejs.org/dist/v5.1.0/node-v5.1.0-linux-arm64.tar.gz

其它:

Source Code: https://nodejs.org/dist/v5.1.0/node-v5.1.0.tar.gz
Other release files: https://nodejs.org/dist/v5.1.0/
Documentation: https://nodejs.org/docs/v5.1.0/api/

酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部