diff --git a/doc/blog/release/v0.11.1.md b/doc/blog/release/v0.11.1.md new file mode 100644 index 0000000000..41eab73576 --- /dev/null +++ b/doc/blog/release/v0.11.1.md @@ -0,0 +1,79 @@ +date: Fri Apr 19 09:11:40 PDT 2013 +version: 0.11.1 +category: release +title: Node v0.11.1 (Unstable) +slug: node-v0-11-1-unstable + +2013.04.19, Version 0.11.1 (Unstable) + +* V8: upgrade to 3.18.0 + +* uv: Upgrade to v0.11.1 + +* http: split into multiple separate modules (Timothy J Fontaine) + +* http: escape unsafe characters in request path (Ben Noordhuis) + +* url: Escape all unwise characters (isaacs) + +* build: depend on v8 postmortem-metadata if enabled (Paddy Byers) + +* etw: update prototypes to match dtrace provider (Timothy J Fontaine) + +* buffer: change output of Buffer.prototype.toJSON() (David Braun) + +* dtrace: actually use the _handle.fd value (Timothy J Fontaine) + +* dtrace: pass more arguments to probes (Dave Pacheco) + +* build: allow building with dtrace on osx (Dave Pacheco) + +* zlib: allow passing options to convenience methods (Kyle Robinson Young) + + +Source Code: http://nodejs.org/dist/v0.11.1/node-v0.11.1.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.11.1/node-v0.11.1.pkg + +Windows Installer: http://nodejs.org/dist/v0.11.1/node-v0.11.1-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.11.1/x64/node-v0.11.1-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.11.1/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.11.1/node-v0.11.1-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.11.1/node-v0.11.1-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.11.1/node-v0.11.1-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.11.1/node-v0.11.1-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.11.1/ + +Website: http://nodejs.org/docs/v0.11.1/ + +Documentation: http://nodejs.org/docs/v0.11.1/api/ + +Shasums: + +``` +83f440046d64619b974487e3445d541fa1310ec6 node-v0.11.1-darwin-x64.tar.gz +684118ba684d21f07bf1095727a15457d301edf9 node-v0.11.1-darwin-x86.tar.gz +2c71490f3664421f58145f2945018efeb4d43652 node-v0.11.1-linux-x64.tar.gz +07b7ed48a50792605229efb2c256a3681d242b0e node-v0.11.1-linux-x86.tar.gz +bbe383ba0954f47812ff5d853069069901d8160d node-v0.11.1-sunos-x64.tar.gz +6782ff3bdd3af79d8ba8c8b0f352ca2106fcfafc node-v0.11.1-sunos-x86.tar.gz +47bf9b530d662f67b7b07729d83cd4f5575846b8 node-v0.11.1-x86.msi +b98e549850355be6a107044ca6a000518599a982 node-v0.11.1.pkg +fe13c36f4d9116ed718af9894aab989d74a9d91c node-v0.11.1.tar.gz +655ab3f0ce8227ffd68714491c2dd5aa7bdc0d10 node.exe +43a8f8a9cf53c0a2318b2288b6ba0e0f2a052858 node.exp +d54e5b303a0568f803ad09aa802b7f95b676180c node.lib +08098d40b362018f5df09f302d85c5834f127292 node.pdb +e930572aa6c4ab761de2de80b208f01ce829bee1 x64/node-v0.11.1-x64.msi +e60d1b60628c0be38c05293a03dcef5e2454fb55 x64/node.exe +774cca135c53ec4045728c08fbf9231230f953d9 x64/node.exp +b9e34979c4275f9ee0f0d87b698ae323905314d6 x64/node.lib +34dbcf9662876a395166370027c6d374b99f85e7 x64/node.pdb +```