diff options
Diffstat (limited to 'doc/blog/release/node-v0-4-9.md')
-rw-r--r-- | doc/blog/release/node-v0-4-9.md | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/blog/release/node-v0-4-9.md b/doc/blog/release/node-v0-4-9.md deleted file mode 100644 index 8b71bd9628..0000000000 --- a/doc/blog/release/node-v0-4-9.md +++ /dev/null @@ -1,30 +0,0 @@ -version: 0.4.9 -title: Node v0.4.9 -author: ryandahl -date: Wed Jun 29 2011 11:41:05 GMT-0700 (PDT) -status: publish -category: release -slug: node-v0-4-9 - -2011.06.29, Version 0.4.9 (stable)<ul> -<li> Improve documentation -<li> #1095 error handling bug in stream.pipe() (Felix Geisendörfer) -<li> #1097 Fix a few leaks in node_crypto.cc (Ben Noordhuis) -<li> #562 #1078 Parse file:// urls properly (Ryan Petrello) -<li> #880 Option to disable SSLv2 (Jérémy Lal) -<li> #1087 Disabling SSL compression disabled with early OpenSSLs. -<li> #1144 debugger: don't allow users to input non-valid commands (Siddharth Mahendraker) -<li> Perf improvement for util.inherits -<li> #1166 Support for signature verification with RSA/DSA public keys (Mark Cavage) -<li> #1177 Remove node_modules lookup optimization to better support nested project structures (Mathias Buus) -<li> #1203 Add missing scope.Close to fs.sendfileSync -<li> #1187 Support multiple 'link' headers -<li> #1196 Fix -e/--eval can't load module from node_modules (Koichi Kobayashi) -<li> Upgrade V8 to 3.1.8.25, upgrade http-parser.</ul> - - -Download: <a href="http://nodejs.org/dist/node-v0.4.9.tar.gz">http://nodejs.org/dist/node-v0.4.9.tar.gz</a> - -Website: <a href="http://nodejs.org/docs/v0.4.9">http://nodejs.org/docs/v0.4.9</a> - -Documentation: <a href="http://nodejs.org/docs/v0.4.9/api">http://nodejs.org/docs/v0.4.9/api</a> |