From aa56d9d35405a56b8478c0a83106ffa4ada903db Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 31 Dec 2013 16:24:58 -0800 Subject: [PATCH] blog: Post for v0.11.10 --- doc/blog/release/v0.11.10.md | 106 +++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 doc/blog/release/v0.11.10.md diff --git a/doc/blog/release/v0.11.10.md b/doc/blog/release/v0.11.10.md new file mode 100644 index 0000000000..28444ccb55 --- /dev/null +++ b/doc/blog/release/v0.11.10.md @@ -0,0 +1,106 @@ +date: Tue Dec 31 16:20:57 PST 2013 +version: 0.11.10 +category: release +title: Node v0.11.10 (Unstable) +slug: node-v0-11-10-unstable + +2013.12.31, Version 0.11.10 (Unstable) + +* http_parser: update to 2.2 + +* uv: Upgrade to v0.11.17 + +* v8: Upgrade to 3.22.24.10 + +* buffer: optimize writeInt* methods (Paul Loyd) + +* child_process: better error handling (Alexis Campailla) + +* cluster: do not synchronously emit 'setup' event (Sam Roberts) + +* cluster: restore backwards compatibility and various fixes (Sam Roberts) + +* crypto: remove unnecessary OpenSSL_add_all_digests (Yorkie) + +* crypto: support GCM authenticated encryption mode. (Ingmar Runge) + +* dns: add resolveSoa and 'SOA' rrtype (Tuğrul Topuz) + +* events: move EE c'tor guts to EventEmitter.init (Bert Belder) + +* http: DELETE shouldn't default to chunked encoding (Lalit Kapoor) + +* http: parse the status message in a http response. (Cam Swords) + +* node: fix removing AsyncListener in callback (Vladimir Kurchatkin) + +* node: follow specification, zero-fill ArrayBuffers (Trevor Norris) + +* openssl: use ASM optimized routines (Fedor Indutny) + +* process: allow nextTick infinite recursion (Trevor Norris) + +* querystring: remove `name` from `stringify()` (Yorkie) + +* timers: setImmediate v8 optimization fix (pflannery) + +* tls: add serialNumber to getPeerCertificate() (Ben Noordhuis) + +* tls: reintroduce socket.encrypted (Fedor Indutny) + +* tls: fix handling of asterisk in SNI context (Fedor Indutny) + +* util: Format negative zero as '-0' (David Chan) + +* vm: fix race condition in timeout (Alexis Campailla) + +* windows: fix dns lookup of localhost with ipv6 (Alexis Campailla) + + +Source Code: http://nodejs.org/dist/v0.11.10/node-v0.11.10.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.11.10/node-v0.11.10.pkg + +Windows Installer: http://nodejs.org/dist/v0.11.10/node-v0.11.10-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.11.10/x64/node-v0.11.10-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.11.10/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.11.10/node-v0.11.10-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.11.10/node-v0.11.10-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.11.10/node-v0.11.10-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.11.10/node-v0.11.10-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.11.10/ + +Website: http://nodejs.org/docs/v0.11.10/ + +Documentation: http://nodejs.org/docs/v0.11.10/api/ + +Shasums: +``` +4f7d0d43c1ee7593035ddb3cf09020a18a03c794 node-v0.11.10-darwin-x64.tar.gz +3b7100bcff39e39b6db5118805fcfc76d8524da2 node-v0.11.10-darwin-x86.tar.gz +3df4cb183a78bb975c831155d3c0aa29a274dec4 node-v0.11.10-linux-x64.tar.gz +12fc680b0a26cc73b4df0a0e9544b0db2bc06e96 node-v0.11.10-linux-x86.tar.gz +145417c8d801174a42255dc273da962cde94ffc9 node-v0.11.10-sunos-x64.tar.gz +981baba494e9be8978fa1bb336b3048367e809ce node-v0.11.10-sunos-x86.tar.gz +5f4d96c37cfb1423cc844f52e0547cb5bca99dd8 node-v0.11.10-x86.msi +8bd455fb7539609a7ee6bed87875a908fd6221ea node-v0.11.10.pkg +b860f511e4fc657a64594fc9f3f1225c1a140e5e node-v0.11.10.tar.gz +80976bffed871310a86d31694e2767ccbe9f6c35 node.exe +f11675958a492a83f057f356dd224ad507e82c61 node.exp +5a80c4ab5b1d0984b3a118536ca6421b4b9bc14f node.lib +207daafc40fba36200504fa52869b9c41cdbf5c9 node.pdb +3aa165e2d235888037f8099abd5bc9dca4b12100 pkgsrc/nodejs-ia32-0.11.10.tgz +1d5ef599b93c7d8c0d34ff2ab3dd4255babfaf72 pkgsrc/nodejs-x64-0.11.10.tgz +a6b16441721c34bae732b2b14134d0e1fd9706de x64/node-v0.11.10-x64.msi +933ff8a0a42c6e69fcbd51b9eaae4e4d14f043ae x64/node.exe +31c9abd54e5ba431f0645fa04d315f15dc010107 x64/node.exp +66bec5eae9033972463a6bd89183aa97bb84bfd1 x64/node.lib +43fbac8665dfcd121e547f56b1434a1c6039091d x64/node.pdb +```