发布于 2016-01-13 08:00:41 | 222 次阅读 | 评论: 0 | 来源: 网友投递
Node.js 服务器端的JavaScript
Node.js 是一个基于Chrome JavaScript 运行时建立的一个平台, 用来方便地搭建快速的 易于扩展的网络应用· Node.js 借助事件驱动, 非阻塞I/O 模型变得轻量和高效, 非常适合 运行在分布式设备 的 数据密集型 的实时应用
Node v5.4.0 (Stable) 发布,更新如下:
显著变化:
Minor performance improvements:
module: move unnecessary work for early return (Andres Suarez) #3579
Various bug fixes
Various doc fixes
Various test improvements
已知问题:
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.
提交:
[ff539c5bb5
] - cluster: ignore queryServer msgs on disconnection (Santiago Gimeno) #4465
[00148b3de1
] - deps: backport 066747e from upstream V8 (Ali Ijaz Sheikh) #4625
[3912b5cbda
] - doc: adds usage of readline line-by-line parsing (Robert Jefe Lindstaedt) #4609
[102fb7d3a1
] - doc: remove "above" and "below" references (Richard Sun) #4499
[df87176ae0
] - doc: update stylesheet to match frontpage (Roman Reiss) #4621
[ede98d1f98
] - doc: stronger suggestion for userland assert (Wyatt Preul) #4535
[fdfc72c977
] - doc: label http.IncomingMessage as a Class (Sequoia McDowell) #4589
[b181e26975
] - doc: document http's server.listen return value (Sequoia McDowell) #4590
[97aaeb8519
] - doc: fix description about the latest-codename (Minwoo Jung) #4583
[0126615d1e
] - doc: add Evan Lucas to Release Team (Evan Lucas) #4579
[ec73c69412
] - doc: add Myles Borins to Release Team (Myles Borins) #4578
[e703c9a4e2
] - doc: bring releases.md up to date (cjihrig) #4540
[ac1108d5e7
] - doc: add missing backtick for readline (Brian White) #4549
[09bc0c6a05
] - doc: improvements to crypto.markdown copy (James M Snell) #4435
[787c5d96bd
] - http: remove variable redeclaration (Rich Trott) #4612
[145b66820f
] - module: move unnecessary work for early return (Andres Suarez) #3579
[ffb7deb443
] - net: remove hot path comment from connect (Evan Lucas) #4648
[799aa74d90
] - net: fix dns lookup for android (Josh Dague) #4580
[9accebe087
] - net, doc: fix line wrapping lint in net.js (James M Snell) #4588
[37a546b490
] - src: remove redeclarations of variables (Rich Trott) #4605
[b515ccc2a1
] - stream: remove useless if test in transform (zoubin) #4617
[ea6e26d904
] - test: remove duplicate fork module import (Rich Trott) #4634
[b14b2aec5e
] - test: require common module only once (Rich Trott) #4611
[f28a640505
] - test: only include http module once (Rich Trott) #4606
[6f9a96f497
] - test: fix flaky unrefed timers test (Rich Trott) #4599
[b70eec8f7b
] - tls_legacy: do not read on OpenSSL's stack (Fedor Indutny) #4624
Windows 32-bit Installer: https://nodejs.org/dist/v5.4.1/node-v5.4.1-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v5.4.1/node-v5.4.1-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v5.4.1/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v5.4.1/win-x64/node.exe
Mac OS X 64-bit Installer: https://nodejs.org/dist/v5.4.1/node-v5.4.1.pkg
Mac OS X 64-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-darwin-x64.tar.gz
Linux 32-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-x86.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-x64.tar.gz
SunOS 32-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-sunos-x86.tar.gz
SunOS 64-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-sunos-x64.tar.gz
ARMv6 32-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-armv6l.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-armv7l.tar.gz
ARMv8 64-bit Binary: https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-arm64.tar.gz
Source Code: https://nodejs.org/dist/v5.4.1/node-v5.4.1.tar.gz
Other release files: https://nodejs.org/dist/v5.4.1/
Documentation: https://nodejs.org/docs/v5.4.1/api/
Shasums (GPG signing hash: SHA512, file hash: SHA256):
更多内容请看:发行说明