diff options
author | isaacs <i@izs.me> | 2013-05-24 15:45:59 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-05-24 15:45:59 -0700 |
commit | f904d614bf62d4bbf9c3adffb485f84d5c77c2d8 (patch) | |
tree | 500c6897924e684885c5d28d163d6d63e7b84cc1 /doc/blog | |
parent | ccb77e1c9d5793992b07666855956c5d2cf90fce (diff) | |
download | node-f904d614bf62d4bbf9c3adffb485f84d5c77c2d8.tar.gz |
blog: Post for v0.10.8
Diffstat (limited to 'doc/blog')
-rw-r--r-- | doc/blog/release/v0.10.8.md | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/blog/release/v0.10.8.md b/doc/blog/release/v0.10.8.md new file mode 100644 index 000000000..de9bc87ad --- /dev/null +++ b/doc/blog/release/v0.10.8.md @@ -0,0 +1,75 @@ +date: Fri May 24 15:43:01 PDT 2013 +version: 0.10.8 +category: release +title: Node v0.10.8 (Stable) +slug: node-v0-10-8-stable + +2013.05.24, Version 0.10.8 (Stable) + +* v8: update to 3.14.5.9 + +* uv: upgrade to 0.10.8 + +* npm: Upgrade to 1.2.23 + +* http: remove bodyHead from 'upgrade' events (Nathan Zadoks) + +* http: Return true on empty writes, not false (isaacs) + +* http: save roundtrips, convert buffers to strings (Ben Noordhuis) + +* configure: respect the --dest-os flag consistently (Nathan Rajlich) + +* buffer: throw when writing beyond buffer (Trevor Norris) + +* crypto: Clear error after DiffieHellman key errors (isaacs) + +* string_bytes: strip padding from base64 strings (Trevor Norris) + + +Source Code: http://nodejs.org/dist/v0.10.8/node-v0.10.8.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.8/node-v0.10.8.pkg + +Windows Installer: http://nodejs.org/dist/v0.10.8/node-v0.10.8-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.10.8/x64/node-v0.10.8-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.10.8/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.10.8/node-v0.10.8-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.10.8/node-v0.10.8-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.8/node-v0.10.8-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.8/node-v0.10.8-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.10.8/ + +Website: http://nodejs.org/docs/v0.10.8/ + +Documentation: http://nodejs.org/docs/v0.10.8/api/ + +Shasums: + +``` +c1b81939e55d42fd7a90ec88ab23fd7a411ed77c node-v0.10.8-darwin-x64.tar.gz +4474b8d4222efd6f6076243a4aa78e72760ee01a node-v0.10.8-darwin-x86.tar.gz +898283b1ba8a9732c98ce38a89dc15af23291702 node-v0.10.8-linux-x64.tar.gz +2e15464289f618245fc6f420191490c144d81be3 node-v0.10.8-linux-x86.tar.gz +9a36b001ce5eef52641b836a42d1fc69c516d329 node-v0.10.8-sunos-x64.tar.gz +490d9a6d2a300fd2750a4a227288aed67a767713 node-v0.10.8-sunos-x86.tar.gz +96218cb0c14fbcaa76165fbe5a3af402883f898b node-v0.10.8-x86.msi +a713f339195dd009d2614fac25b61bc88295f063 node-v0.10.8.pkg +d650a09ae868bb04f424e3560658c15b9a885b5b node-v0.10.8.tar.gz +38034b7a6bca2dbe3aaacc3cc8aa9920394baaf7 node.exe +19cd4ae9f3edeaa259e5ca84abd28dea400a91d7 node.exp +1ccffaf0ff0f4bb11e8d23a2938366fd87b3e583 node.lib +079f617ef81507a6b5fe7e8bd1f5a2f109a574ec node.pdb +985d55d1ba49f47354ba13a419d678bf73634ef9 x64/node-v0.10.8-x64.msi +25d4d74c73cd57346094979e5c51c5b16d6dcb83 x64/node.exe +19587e8301371e721695c7aed335f74c6873dfaf x64/node.exp +4a002dd8a1742431fc99a2a92580a3040a796f2c x64/node.lib +8d18200f9fe81805fe81201355d9f3509bd0c81b x64/node.pdb +``` |