From: isaacs Date: Wed, 3 Apr 2013 18:27:04 +0000 (-0700) Subject: blog: Post about 0.10.3 X-Git-Tag: v0.10.4~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f460b03f3143e17cb783186df13a3ad769cfb06;p=platform%2Fupstream%2Fnodejs.git blog: Post about 0.10.3 --- diff --git a/doc/blog/release/v0.10.3.md b/doc/blog/release/v0.10.3.md new file mode 100644 index 0000000..288eb26 --- /dev/null +++ b/doc/blog/release/v0.10.3.md @@ -0,0 +1,77 @@ +date: Wed Apr 3 11:24:08 PDT 2013 +version: 0.10.3 +category: release +title: Node v0.10.3 (Stable) +slug: node-v0-10-3-stable + +2013.04.03, Version 0.10.3 (Stable) + +* npm: Upgrade to 1.2.17 + +* child_process: acknowledge sent handles (Fedor Indutny) + +* etw: update prototypes to match dtrace provider (Timothy J Fontaine) + +* dtrace: pass more arguments to probes (Dave Pacheco) + +* build: allow building with dtrace on osx (Dave Pacheco) + +* http: Remove legacy ECONNRESET workaround code (isaacs) + +* http: Ensure socket cleanup on client response end (isaacs) + +* tls: Destroy socket when encrypted side closes (isaacs) + +* repl: isSyntaxError() catches "strict mode" errors (Nathan Rajlich) + +* crypto: Pass options to ctor calls (isaacs) + +* src: tie process.versions.uv to uv_version_string() (Ben Noordhuis) + + +Source Code: http://nodejs.org/dist/v0.10.3/node-v0.10.3.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.3/node-v0.10.3.pkg + +Windows Installer: http://nodejs.org/dist/v0.10.3/node-v0.10.3-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.10.3/x64/node-v0.10.3-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.10.3/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.10.3/node-v0.10.3-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.10.3/node-v0.10.3-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.3/node-v0.10.3-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.3/node-v0.10.3-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.10.3/ + +Website: http://nodejs.org/docs/v0.10.3/ + +Documentation: http://nodejs.org/docs/v0.10.3/api/ + +Shasums: + +``` +9b2f0936ee60aa65f6a5053e82440508aa9be0a7 node-v0.10.3-darwin-x64.tar.gz +f0392db831ca58c1f7b2d857d7e8cc601ea8b022 node-v0.10.3-darwin-x86.tar.gz +9a375e77f9994fbd4afd741bae64c548f2a43a64 node-v0.10.3-linux-x64.tar.gz +3323da517271e45a3850b169b10ef3d254a263a9 node-v0.10.3-linux-x86.tar.gz +0026e2453a3940ed16b9569b8187943ccf0aeb45 node-v0.10.3-sunos-x64.tar.gz +af88ad2dc98368b36f1aafc7b79f8378169fc56e node-v0.10.3-sunos-x86.tar.gz +e057c8841ddbe4dc8bc155a28b7e07dbe3d108d1 node-v0.10.3-x86.msi +a37575d47de5696b8abb2e12dc3e9d0cdb5d17f6 node-v0.10.3.pkg +4a1feb4ac18ede9e7193921f59fc181c88b1c7ba node-v0.10.3.tar.gz +9d9266d1e69bfe24837c67ff755f055fd049cd48 node.exe +8762416a5e0d71e285215efde181c7242f3f2c6f node.exp +5c05f332070a77900010f15c1074c4e86e20fa0d node.lib +a8dc61535f6ae5fd13bce9cdca989ffc113a4080 node.pdb +b834751b2e9f18e6ef38cf9fe5331e6073e3cab2 x64/node-v0.10.3-x64.msi +932c30a53f546717f00de063ee09fc8ce603dd2a x64/node.exe +a3e91038e027c91a555116d2c20742eea2e9378f x64/node.exp +d60bb0f9026df9dcc17cff0267964032aaf46712 x64/node.lib +f645a2d63179ae749defe13c653cf1777dd9021a x64/node.pdb +```