diff options
Diffstat (limited to 'doc/blog/release/v0.10.13.md')
-rw-r--r-- | doc/blog/release/v0.10.13.md | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/doc/blog/release/v0.10.13.md b/doc/blog/release/v0.10.13.md deleted file mode 100644 index 484f1ecdc..000000000 --- a/doc/blog/release/v0.10.13.md +++ /dev/null @@ -1,76 +0,0 @@ -date: Tue Jul 9 14:24:47 PDT 2013 -version: 0.10.13 -category: release -title: Node v0.10.13 (Stable) -slug: node-v0-10-13-stable - -2013.07.09, Version 0.10.13 (Stable) - -* uv: Upgrade to v0.10.12 - -* npm: Upgrade to 1.3.2 - -* windows: get proper errno (Ben Noordhuis) - -* tls: only wait for finish if we haven't seen it (Timothy J Fontaine) - -* http: Dump response when request is aborted (isaacs) - -* http: use an unref'd timer to fix delay in exit (Peter Rust) - -* zlib: level can be negative (Brian White) - -* zlib: allow zero values for level and strategy (Brian White) - -* buffer: add comment explaining buffer alignment (Ben Noordhuis) - -* string_bytes: properly detect 64bit (Timothy J Fontaine) - -* src: fix memory leak in UsingDomains() (Ben Noordhuis) - - -Source Code: http://nodejs.org/dist/v0.10.13/node-v0.10.13.tar.gz - -Macintosh Installer (Universal): http://nodejs.org/dist/v0.10.13/node-v0.10.13.pkg - -Windows Installer: http://nodejs.org/dist/v0.10.13/node-v0.10.13-x86.msi - -Windows x64 Installer: http://nodejs.org/dist/v0.10.13/x64/node-v0.10.13-x64.msi - -Windows x64 Files: http://nodejs.org/dist/v0.10.13/x64/ - -Linux 32-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x86.tar.gz - -Linux 64-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-linux-x64.tar.gz - -Solaris 32-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x86.tar.gz - -Solaris 64-bit Binary: http://nodejs.org/dist/v0.10.13/node-v0.10.13-sunos-x64.tar.gz - -Other release files: http://nodejs.org/dist/v0.10.13/ - -Website: http://nodejs.org/docs/v0.10.13/ - -Documentation: http://nodejs.org/docs/v0.10.13/api/ - -Shasums: -``` -ae0b5d8e9afc57da259c7f30d266c968c16479bb node-v0.10.13-darwin-x64.tar.gz -5e5629a546f9aa2c1e11883021c416a6e0e12ad2 node-v0.10.13-darwin-x86.tar.gz -83b8f07aa7981694e557a9aae7e5bc4c312d800c node-v0.10.13-linux-x64.tar.gz -ec016d282d85036151dc096cd5cee6c8bd20fdd8 node-v0.10.13-linux-x86.tar.gz -3464241dc541bbf094ed11c0cd2ef8edb6419ee7 node-v0.10.13-sunos-x64.tar.gz -abca9f52cfac47cc0b3e92e3bc18b578a92915e6 node-v0.10.13-sunos-x86.tar.gz -5d020e9d3ef1021216e5cc294449c1a699b3f458 node-v0.10.13-x86.msi -841803a64e824f84361d4e7f6e1abd8ff31056ca node-v0.10.13.pkg -f73d5f134296ed0aa16cbec5d727f94587844155 node-v0.10.13.tar.gz -19beeb0f418b226a7ec7f15cdc0dccdf5f0d9e55 node.exe -eca52e8f39d4ac5bf3d07f6b50722f41b0494cc9 node.exp -2c47530c0d7c8e60f5c0daa78c105772b5638c9d node.lib -23c917f0c2c0e85677fb85583668b5e695315ced node.pdb -76cc14f56a3225e51f25b60faebe971cfb3ca322 x64/node-v0.10.13-x64.msi -e96c1687d447ed642ffd85134c0d949428a0b400 x64/node.exe -1962db68f17ffbd44c0ff82c0ff75b4ffe338319 x64/node.exp -95f162082c359d8610dd59ea634d4bd80d40c8aa x64/node.lib -3ec49f4849d5fdb3e1acbcff8e3eb02d9d55d332 x64/node.pdb -``` |