diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-07-25 11:49:01 -0700 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2013-07-25 11:49:01 -0700 |
commit | fdf57f811f9683a4ec49a74dc7226517e32e6c9d (patch) | |
tree | 8e1e0cb835ca1bbd1b73d406154dccaad23ff559 /ChangeLog | |
parent | 5c81f41e7094ba3db3df27eb443a4f8521dd48dd (diff) | |
download | node-new-fdf57f811f9683a4ec49a74dc7226517e32e6c9d.tar.gz |
2013.07.25, Version 0.10.14 (Stable)v0.10.14v0.10.14-release
* 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)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,4 +1,23 @@ -2013.07.09, Version 0.10.13 (Stable) +2013.07.25, Version 0.10.14 (Stable) + +* 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) + + +2013.07.09, Version 0.10.13 (Stable), e32660a984427d46af6a144983cf7b8045b7299c * uv: Upgrade to v0.10.12 @@ -23,7 +42,7 @@ * src: fix memory leak in UsingDomains() (Ben Noordhuis) -2013.06.18, Version 0.10.12 (Stable) +2013.06.18, Version 0.10.12 (Stable), a088cf4f930d3928c97d239adf950ab43e7794aa * npm: Upgrade to 1.2.32 |