diff options
author | isaacs <i@izs.me> | 2012-01-05 15:44:04 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-06 16:31:03 -0800 |
commit | d5a189acef14a851287ee555f7a39431fe276e1c (patch) | |
tree | ea9afd49b942a7a725e4fd2ab2cf11ca540fc3f7 /doc/template.html | |
parent | d84a6ba3d131471fa6dfc719cf48a4f7a2372a5e (diff) | |
download | node-new-d5a189acef14a851287ee555f7a39431fe276e1c.tar.gz |
2012.01.06, Version 0.6.7 (stable)v0.6.7
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
* Upgrade V8 to 3.6.6.15
* Upgrade npm to 1.1.0-beta-10 (isaacs)
* many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
* Fix segfault in node_http_parser.cc
* dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
* repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
* #1980: Socket.pause null reference when called on a closed Stream (koichik)
* #2263: XMLHttpRequest piped in a writable file stream hang (koichik)
* #2069: http resource leak (koichik)
* buffer.readInt global pollution fix (Phil Sung)
* timers: fix performance regression (Ben Noordhuis)
* #2308, #2246: node swallows openssl error on request (koichik)
* #2114: timers: remove _idleTimeout from item in .unenroll() (James Hartig)
* #2379: debugger: Request backtrace w/o refs (Fedor Indutny)
* simple DTrace ustack helper (Dave Pacheco)
* crypto: rewrite HexDecode without snprintf (Roman Shtylman)
* crypto: don't ignore DH init errors (Ben Noordhuis)
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/template.html b/doc/template.html index 0f65b366f1..4eae50ea79 100644 --- a/doc/template.html +++ b/doc/template.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>{{section}}Node.js v0.6.6 Manual & Documentation</title> + <title>{{section}}Node.js v0.6.7 Manual & Documentation</title> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/sh.css"> <link rel="canonical" href="http://nodejs.org/docs/latest/api/{{filename}}.html"> @@ -10,7 +10,7 @@ <body> <div id="container"> <header> - <h1>Node.js v0.6.6 Manual & Documentation</h1> + <h1>Node.js v0.6.7 Manual & Documentation</h1> <div id="gtoc"> <p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p> </div> |