Node.js 4.8.2 是一个维护版本,用于修复 4.8.1 中引起的内存泄漏,还包括升级到 zlib 1.2.11 以修复 zlib 1.2.8 中存在的一些严重性为低的 CVE。
主要变化:
- crypto:
- fix memory leak if certificate is revoked (Tom Atkinson) #12089
- deps:
- upgrade zlib to 1.2.11 (Sam Roberts) #10980
点此查看完整更新内容
Node.js 6.10.2 主要是解决在 6.10.x 发行版中发现的一些问题,包括:
- a fix for memory leak in the crypto module that was introduced in 6.10.1
- a fix for a regression introduced to the windows repl in 6.10.0
- a backported fix for V8 to stop a segfault that could occur when using spread syntax
点此查看完整更新内容
转自 http://www.oschina.net/news/83541/node-js-6-10-2-and-4-8-2