From 7fe1671727635d760792a4a02b019cbaa7326747 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 25 Oct 2012 14:17:43 -0700 Subject: [PATCH] blog: Post for v0.8.14 --- doc/blog/release/v0.8.13.md | 3 ++ doc/blog/release/v0.8.14.md | 79 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 doc/blog/release/v0.8.14.md diff --git a/doc/blog/release/v0.8.13.md b/doc/blog/release/v0.8.13.md index cd8e088..cf5908d 100644 --- a/doc/blog/release/v0.8.13.md +++ b/doc/blog/release/v0.8.13.md @@ -4,6 +4,9 @@ date: Thu Oct 25 12:26:44 PDT 2012 slug: node-v0.8.13 title: Node v0.8.13 (Stable) +Warning: This version contains a regression in the EventEmitter class. +Please use 0.8.14 instead. + 2012.10.25, Version 0.8.13 (Stable) * V8: Upgrade to 3.11.10.25 diff --git a/doc/blog/release/v0.8.14.md b/doc/blog/release/v0.8.14.md new file mode 100644 index 0000000..a8b7276 --- /dev/null +++ b/doc/blog/release/v0.8.14.md @@ -0,0 +1,79 @@ +category: release +version: v0.8.14 +date: Thu Oct 25 14:26:44 PDT 2012 +slug: node-v0.8.14 +title: Node v0.8.14 (Stable) + +Note: v0.8.13 contains a regression in the EventEmitter class. This +is a bugfix release, but contains no new features. Most of the +release notes are copied from v0.8.13, since it didn't live long. + + +2012.10.25, Version 0.8.14 (Stable) + +* events: Don't clobber pre-existing _events obj in EE ctor (isaacs) + +* V8: Upgrade to 3.11.10.25 + +* npm: Upgrade to 1.1.65 + +* url: parse hostnames that start with - or _ (Ben Noordhuis) + +* repl: Fix Windows 8 terminal issue (Bert Belder) + +* typed arrays: use signed char for signed int8s (Aaron Jacobs) + +* crypto: fix bugs in DiffieHellman (Ben Noordhuis) + +* configure: turn on VFPv3 on ARMv7 (Ben Noordhuis) + +* Re-enable OpenSSL UI for entering passphrases via tty (Ben Noordhuis) + +* repl: ensure each REPL instance gets its own "context" (Nathan Rajlich) + + +Source Code: http://nodejs.org/dist/v0.8.14/node-v0.8.14.tar.gz + +Macintosh Installer (Universal): http://nodejs.org/dist/v0.8.14/node-v0.8.14.pkg + +Windows Installer: http://nodejs.org/dist/v0.8.14/node-v0.8.14-x86.msi + +Windows x64 Installer: http://nodejs.org/dist/v0.8.14/x64/node-v0.8.14-x64.msi + +Windows x64 Files: http://nodejs.org/dist/v0.8.14/x64/ + +Linux 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x86.tar.gz + +Linux 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-linux-x64.tar.gz + +Solaris 32-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x86.tar.gz + +Solaris 64-bit Binary: http://nodejs.org/dist/v0.8.14/node-v0.8.14-sunos-x64.tar.gz + +Other release files: http://nodejs.org/dist/v0.8.14/ + +Website: http://nodejs.org/docs/v0.8.14/ + +Documentation: http://nodejs.org/docs/v0.8.14/api/ + +Shasums: + +``` +da24261edde0b5c598c3bd6225ca1644cd641798 node-v0.8.13-x86.msi +519a0d5daa52eb3f412f5ea86779a1a7f3f73f3d node-v0.8.14-darwin-x64.tar.gz +93c38392cb07e5e7386503e8e8b1932dabcd3f09 node-v0.8.14-darwin-x86.tar.gz +f737747a3c2b62c5e059d866ea27f2f050a12e0a node-v0.8.14-linux-x64.tar.gz +cd9db5907cf0796b5277954cb994789a9815f72c node-v0.8.14-linux-x86.tar.gz +b6e1c21c2bc9543255bda936bb7206490085dd6b node-v0.8.14-sunos-x64.tar.gz +c16a01e116fda023db9b1cd14f8e9520d39cf2c7 node-v0.8.14-sunos-x86.tar.gz +47a1186004f6ce5e25a8555429d72b15519bc7f1 node-v0.8.14.tar.gz +dbfee332c34ecf963e14f94fb494994cb2a50ecd node.exe +e0d51708701e00689b6ca4d3427ba8e6161714b4 node.exp +5418baf0b0199a38fdf867c695d4e96306ac05b0 node.lib +2a65df5da1c86901d120812a002647cb6a114c05 node.pdb +8df2cc066f6cee53deb43eba92a3a1bfd30e9ae7 x64/node-v0.8.14-x64.msi +84f44295f9ed0f09ee80fd85b3ad1e0c93212795 x64/node.exe +b20a8aa61f386166c9ce1b51bb14d97eefd39090 x64/node.exp +dd254fab57148ad6315d87fd6c8ef6ef45baae35 x64/node.lib +c4ad89d4d71d82f20c7ce620319ad35aca7e56ad x64/node.pdb +``` -- 2.7.4