惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
A
About on SuperTechFans
量子位
Engineering at Meta
Engineering at Meta
B
Blog
The Cloudflare Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
J
Java Code Geeks
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

Node.js Blog

Node.js — Security Bug Bounty Program Paused Due to Loss of Funding Node.js — Node.js 25.9.0 (Current) Node.js — Developing a minimally HashDoS resistant, yet quickly reversible integer hash for V8 Node.js — Node.js 25.8.2 (Current) Node.js — Node.js 24.14.1 (LTS) Node.js — Node.js 22.22.2 (LTS) Node.js — Node.js 20.20.2 (LTS) Node.js — Tuesday, March 24, 2026 Security Releases Node.js — Node.js 25.8.1 (Current) Node.js — Evolving the Node.js Release Schedule Node.js — Node.js 22.22.1 (LTS) Node.js — Node.js 20.20.1 (LTS) Node.js — Node.js 25.8.0 (Current) Node.js — Node.js 25.7.0 (Current) Node.js — Node.js 24.14.0 (LTS) Node.js — New HackerOne Signal Requirement for Vulnerability Reports Node.js — Node.js 25.6.1 (Current) Node.js — Node.js 24.13.1 (LTS) Node.js — Node.js 25.6.0 (Current) Node.js — OpenSSL Security Advisory Assessment, January 2026 Node.js — Node.js 25.5.0 (Current) Node.js — Chalk to Node.js util styleText Node.js — Node.js 25.4.0 (Current) Node.js — Mitigating Denial-of-Service Vulnerability from Unrecoverable Stack Space Exhaustion for React, Next.js, and APM Users Node.js — Node.js 22.22.0 (LTS) Node.js — Node.js 25.3.0 (Current) Node.js — Node.js 24.13.0 (LTS) Node.js — Node.js 20.20.0 (LTS) Node.js — Tuesday, January 13, 2026 Security Releases Node.js — Node.js 24.12.0 (LTS)
Node.js — Version 0.6.11 (stable)
2012-02-17 · via Node.js Blog

Isaac Schlueter

2012.02.17 Version 0.6.11 (stable)

  • http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
  • http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
  • windows: support unicode argv and environment variables (Bert Belder)
  • tls: mitigate session renegotiation attacks (Ben Noordhuis)
  • tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)
  • tls: Allow establishing secure connection on the existing socket (koichik)
  • dgram: handle close of dgram socket before DNS lookup completes (Seth Fitzsimmons)
  • windows: Support half-duplex pipes (Igor Zinkovsky)
  • build: disable omit-frame-pointer on solaris systems (Dave Pacheco)
  • debugger: fix --debug-brk (Ben Noordhuis)
  • net: fix large file downloads failing (koichik)
  • fs: fix ReadStream failure to read from existing fd (Christopher Jeffrey)
  • net: destroy socket on DNS error (Stefan Rusu)
  • dtrace: add missing translator (Dave Pacheco)
  • unix: don't flush tty on switch to raw mode (Ben Noordhuis)
  • windows: reset brightness when reverting to default text color (Bert Belder)
  • npm: update to 1.1.1
    • Update which, fstream, mkdirp, request, and rimraf
    • Fix #2123 Set path properly for lifecycle scripts on windows
    • Mark the root as seen, so we don't recurse into it. Fixes #1838. (Martin Cooper)

Source Code: https://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz

Windows Installer: https://nodejs.org/dist/v0.6.11/node-v0.6.11.msi

Macintosh Installer: https://nodejs.org/dist/v0.6.11/node-v0.6.11.pkg

Website: https://nodejs.org/docs/v0.6.11/

Documentation: https://nodejs.org/docs/v0.6.11/api/