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

推荐订阅源

V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
小众软件
小众软件
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 聂微东
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
云风的 BLOG
云风的 BLOG
量子位
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 司徒正美
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
宝玉的分享
宝玉的分享

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.7.11 (unstable)
2012-06-15 · via Node.js Blog

Isaac Schlueter

This is the most stable 0.7 release yet. Please try it out.

Version 0.8 will be out very soon. You can follow the remaining issues on the github issue tracker.

https://github.com/joyent/node/issues?milestone=10&state=open

2012.06.15, Version 0.7.11 (unstable)

  • V8: Upgrade to v3.11.10
  • npm: Upgrade to 1.1.26
  • doc: Improve cross-linking in API docs markdown (Ben Kelly)
  • Fix #3425: removeAllListeners should delete array (Reid Burke)
  • cluster: don't silently drop messages when the write queue gets big (Bert Belder)
  • Add Buffer.concat method (isaacs)
  • windows: make symlinks tolerant to forward slashes (Bert Belder)
  • build: Add node.d and node.1 to installer (isaacs)
  • cluster: rename worker.unqiueID to worker.id (Andreas Madsen)
  • Windows: Enable ETW events on Windows for existing DTrace probes. (Igor Zinkovsky)
  • test: bundle node-weak in test/gc so that it doesn't need to be downloaded (Nathan Rajlich)
  • Make many tests pass on Windows (Bert Belder)
  • Fix #3388 Support listening on file descriptors (isaacs)
  • Fix #3407 Add os.tmpDir() (isaacs)
  • Unbreak the snapshotted build on Windows (Bert Belder)
  • Clean up child_process.kill throws (Bert Belder)
  • crypto: make cipher/decipher accept buffer args (Ben Noordhuis)

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

Macintosh Installer (Universal): https://nodejs.org/dist/v0.7.11/node-v0.7.11.pkg

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

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

Windows x64 Files: https://nodejs.org/dist/v0.7.11/x64/

Other release files: https://nodejs.org/dist/v0.7.11/

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

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