summaryrefslogtreecommitdiff
path: root/doc/blog/release/node-v0-5-0-unstable.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-20 10:14:45 -0700
committerisaacs <i@izs.me>2012-06-21 16:18:17 -0700
commit8f1a38d916326e37bc830a5c56c5d42866c8c423 (patch)
treee7e6213d6c708126f5c68bbc3706d886dc6a711e /doc/blog/release/node-v0-5-0-unstable.md
parentddf52bd3473edd2d017e2eaeb2a95cd8611bfe3f (diff)
downloadnode-new-8f1a38d916326e37bc830a5c56c5d42866c8c423.tar.gz
Generate static HTML blog content out of markdown
Diffstat (limited to 'doc/blog/release/node-v0-5-0-unstable.md')
-rw-r--r--doc/blog/release/node-v0-5-0-unstable.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/blog/release/node-v0-5-0-unstable.md b/doc/blog/release/node-v0-5-0-unstable.md
new file mode 100644
index 0000000000..883b9a7f31
--- /dev/null
+++ b/doc/blog/release/node-v0-5-0-unstable.md
@@ -0,0 +1,39 @@
+version: 0.5.0
+title: Node v0.5.0 (Unstable)
+author: ryandahl
+date: Wed Jul 06 2011 02:23:17 GMT-0700 (PDT)
+status: publish
+category: release
+slug: node-v0-5-0-unstable
+
+2011.07.05, Version 0.5.0 (unstable)
+
+<li> New non-default libuv backend to support IOCP on Windows. Use <code>--use-uv</code> to enable.
+<li> deprecate http.cat
+<li> docs improved.
+<li> add child_process.fork
+<li> add fs.utimes() and fs.futimes() support (Ben Noordhuis)
+<li> add process.uptime() (Tom Huges)
+<li> add path.relative (Tony Huang)
+<li> add os.getNetworkInterfaces()
+<li> add remoteAddress and remotePort for client TCP connections (Brian White)
+<li> add secureOptions flag, setting ciphers, SSL_OP_CRYPTOPRO_TLSEXT_BUG to TLS (Theo Schlossnagle)
+<li> add process.arch (Nathan Rajlich)
+<li> add reading/writing of floats and doubles from/to buffers (Brian White)
+<li> Allow script to be read from stdin
+<li> #477 add Buffer::fill method to do memset (Konstantin Käfer)
+<li> #573 Diffie-Hellman support to crypto module (Håvard Stranden)
+<li> #695 add 'hex' encoding to buffer (isaacs)
+<li> #851 Update how REPLServer uses contexts (Ben Weaver)
+<li> #853 add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown (isaacs)
+<li> #889 Allow to remove all EventEmitter listeners at once (Felix Geisendörfer)
+<li> #926 OpenSSL NPN support (Fedor Indutny)
+<li> #955 Change ^C handling in REPL (isaacs)
+<li> #979 add support for Unix Domain Sockets to HTTP (Mark Cavage)
+<li> #1173 #1170 add AMD, asynchronous module definition (isaacs)
+<li> DTrace probes: support X-Forwarded-For (Dave Pacheco) </ul>
+Download: <a href="http://nodejs.org/dist/node-v0.5.0.tar.gz">http://nodejs.org/dist/node-v0.5.0.tar.gz</a>
+
+Website: <a href="http://nodejs.org/docs/v0.5.0/">http://nodejs.org/docs/v0.5.0/</a>
+
+Documentation: <a href="http://nodejs.org/docs/v0.5.0/api/">http://nodejs.org/docs/v0.5.0/api/</a>