如题
2013.07.25, Version 0.10.15 (Stable)
- src: fix process.getuid() return value (Ben Noordhuis)
2013.07.25, Version 0.10.14 (Stable), fdf57f811f9683a4ec49a74dc7226517e32e6c9d
-
uv: Upgrade to v0.10.13
-
npm: Upgrade to v1.3.5
-
os: Don’t report negative times in cpu info (Ben Noordhuis)
-
fs: Handle large UID and GID (Ben Noordhuis)
-
url: Fix edge-case when protocol is non-lowercase (Shuan Wang)
-
doc: Streams API Doc Rewrite (isaacs)
-
node: call MakeDomainCallback in all domain cases (Trevor Norris)
-
crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
“The main fix here is letting users on Mac to upgrade globally installed modules. Also the linux binaries have been rebuilt with an older glibc so people with older systems will actually be able to use it.”
这是邮件列表上的说法。
src: fix process.getuid() return value
这个bug 非常严重…