diff options
author | isaacs <i@izs.me> | 2012-01-19 17:23:56 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-19 18:29:43 -0800 |
commit | d18cebaf8a7ac701dabd71a3aa4eb0571db6a645 (patch) | |
tree | 925b292c802809c1cb233ac32a8ee43070cea154 /doc/template.html | |
parent | 4afc46d7bcbb1caec986ddba642c943d79b83105 (diff) | |
download | node-new-d18cebaf8a7ac701dabd71a3aa4eb0571db6a645.tar.gz |
2012.01.19, Version 0.6.8 (stable)v0.6.8
* Update V8 to 3.6.6.19
* Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
* Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
* path.extname bugfix with . and .. paths (Bert Belder)
* cluster: don't always kill the master on uncaughtException (Ben
* Noordhuis)
* Update npm to 1.1.0-2 (isaacs)
* typed arrays: set class name (Ben Noordhuis)
* zlib binding cleanup (isaacs, Bert Belder)
* dgram: use slab memory allocator (Michael Bernstein)
* fix segfault #2473
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 4eae50ea79..52b0d26df6 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.7 Manual & Documentation</title> + <title>{{section}}Node.js v0.6.8 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.7 Manual & Documentation</h1> + <h1>Node.js v0.6.8 Manual & Documentation</h1> <div id="gtoc"> <p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p> </div> |