Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 1565b90

Browse files
committed
Merge pull request #142 from iojs/weekly-2015-3-13
translate 2015-3-13 weekly
2 parents bbdcf76 + a5e307a commit 1565b90

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

weekly/_posts/2015-3-13-2015-3-13.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,38 @@ layout: post
33
title: io.js 本周播报 - 2015.03.13
44
author: iojs
55
reference: https://medium.com/node-js-javascript/io-js-week-of-march-13th-e3024cc66802
6-
published: false
76
---
87

9-
# io.js 1.5.1 Release
8+
# io.js 1.5.1 发布
109

11-
On Monday, March 9th, [@rvagg](https://github.com/rvagg) released io.js [v1.5.1](https://iojs.org/dist/v1.5.1/). The complete change log can be found [on GitHub](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md).
10+
2015-03-09, [@rvagg](https://github.com/rvagg) 发布了 io.js [v1.5.1](https://iojs.org/dist/v1.5.1/). 完整的变更参见 [on GitHub](https://github.com/iojs/iojs-cn/blob/gh-pages/CHANGELOG.md).
1211

13-
### Notable changes
12+
### 主要更新
1413

15-
* **tls**: The reported TLS memory leak has been resolved via various commits in this release. Current testing indicated that there _may_ still be some leak problems. Track complete progress at [#1075](https://github.com/iojs/io.js/issues/1075).
16-
* **http**: Fixed an error reported at [joyent/node#9348](https://github.com/joyent/node/issues/9348) and [npm/npm#7349](https://github.com/npm/npm/issues/7349). Pending data was not being fully read upon an `'error'` event leading to an assertion failure on `socket.destroy()`. (Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103)
14+
* **tls**: 被报的 TLS 内存泄漏问题至少已被部分解决,在这次发布中有不少提交。现在的测试表明_可能_依然存在泄漏问题。可在 [#1075](https://github.com/iojs/io.js/issues/1075) 跟进整个过程。
15+
* **http**: 修复了 [joyent/node#9348](https://github.com/joyent/node/issues/9348) [npm/npm#7349](https://github.com/npm/npm/issues/7349) 所报的错误。当触发 `error` 事件,pending 的数据并未被完全读取,导致 `socket.destroy()` 有一个断言错误。(Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103)
1716

18-
### Known issues
17+
### 已知问题
1918

20-
* Possible remaining TLS-related memory leak(s), details at [#1075](https://github.com/iojs/io.js/issues/1075).
21-
* Windows still reports some minor test failures and we are continuing to address all of these as a priority. See [#1005](https://github.com/iojs/io.js/issues/1005).
22-
* Surrogate pair in REPL can freeze terminal [#690](https://github.com/iojs/io.js/issues/690)
23-
* Not possible to build io.js as a static library [#686](https://github.com/iojs/io.js/issues/686)
24-
* `process.send()` is not synchronous as the docs suggest, a regression introduced in 1.0.2, see [#760](https://github.com/iojs/io.js/issues/760) and fix in [#774](https://github.com/iojs/io.js/issues/774)
25-
* Calling `dns.setServers()` while a DNS query is in progress can cause the process to crash on a failed assertion [#894](https://github.com/iojs/io.js/issues/894)
19+
* 可能与 TLS 相关的内存溢出问题,查看详情 [#1075](https://github.com/iojs/io.js/issues/1075).
20+
* Windows 支持有一些明显的错误并未被 io.js 持续集成系统识别,由人为、程序和 Jenkins 错误等一系列原因造成。查看 [#1005](https://github.com/iojs/io.js/issues/1005) 的详情和讨论,希望这些错误能被尽快解决。
21+
* REPL 中的 Surrogate pair 会导致终端僵死 [#690](https://github.com/iojs/io.js/issues/690)
22+
* 无法将 io.js 编译成静态库 [#686](https://github.com/iojs/io.js/issues/686)
23+
* `process.send()` 并非如文档所述是同步的,1.0.2 引入的问题,查看 [#760](https://github.com/iojs/io.js/issues/760),解决 [#774](https://github.com/iojs/io.js/issues/774)
24+
* 当 DNS 查询正在进行中时调用 `dns.setServers()` 会造成 process 崩溃,原因是断言错误 [#894](https://github.com/iojs/io.js/issues/894)
2625

27-
# Community Updates
26+
# 社区新鲜事
2827

29-
* [Tony Pujals] (https://twitter.com/subfuzion) gave the io.js roadmap presentation to [BayNode](http://www.meetup.com/BayNode/events/220246228/). The video was posted to [vimeo](https://vimeo.com/121707989) on March 9. Slides are available for anyone to give at their [local meetup]([email protected]).
30-
* [Johan Bergström](https://github.com/jbergstroem) is working on getting a patch into [V8](https://codereview.chromium.org/990063002) on behalf of io.js to bring Solaris support back into the latest version
31-
* [NodeUp Episode 84](http://nodeup.com/eightyfour) it's io.js update #1 with [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) and [Bradley Meck](https://github.com/bmeck)
32-
* [Mikeal Rogers](https://github.com/mikeal) was interviewed for [Descriptive](http://descriptive.audio) podcast on an episoded called [We've Never Had This Many Active Contributors to Core Before](http://descriptive.audio/episodes/12)
33-
* [Mark Wolfe](https://twitter.com/wolfeidau) gave a [talk about io.js](https://twitter.com/wolfeidau/status/575785856545378304) at [@melbjs](https://twitter.com/melbjs) meetup, slides are published [here](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node)
34-
* [dockeri.co](http://dockeri.co/) now runs on io.js, you can see the announcement [here](https://twitter.com/wjblankenship/status/575867637680369665)
35-
* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) are talking about the [io.js/Node.js reconciliation proposal](https://github.com/iojs/io.js/issues/978), you can check the meeting minutes [here](https://github.com/joyent/nodejs-advisory-board/blob/master/meetings/2015-03-09/minutes.md#nodejsiojs-reconciliation-bb)
28+
* [Tony Pujals](https://twitter.com/subfuzion) [BayNode](http://www.meetup.com/BayNode/events/220246228/) 展示了 io.js 路线图,视频于 3 月 9 号 在 [vimeo](https://vimeo.com/121707989) 上发布,任何人都可以将幻灯片用于他们的[本地聚会]([email protected])
29+
* 为了能使 Solaris 系统继续支持 io.js 的最新版本,[Johan Bergström](https://github.com/jbergstroem) 正致力于为 [V8](https://codereview.chromium.org/990063002) 提交一个补丁。
30+
* [NodeUp 84](http://nodeup.com/eightyfour) 主题是「现代化的 io.js (一)」, 参与者有 [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) [Bradley Meck](https://github.com/bmeck)
31+
* [Mikeal Rogers](https://github.com/mikeal) 接受了 [Descriptive](http://descriptive.audio) 播客的采访,这一期的主题是 [我们从未有过如此多的活跃核心贡献者](http://descriptive.audio/episodes/12)
32+
* [Mark Wolfe](https://twitter.com/wolfeidau) [@melbjs](https://twitter.com/melbjs) 聚会上进行了一个 [关于 io.js](https://twitter.com/wolfeidau/status/575785856545378304) 的演讲,可以在 [这里](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node) 查看演讲的幻灯片。
33+
* [dockeri.co](http://dockeri.co/) 现在运行在 io.js 上, 你可以在 [这里](https://twitter.com/wjblankenship/status/575867637680369665) 看到他们的声明。
34+
* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) 正在讨论 [io.jsNode.js 的和解方案](https://github.com/iojs/io.js/issues/978), 你可以在 [这里](https://github.com/joyent/nodejs-advisory-board/blob/master/meetings/2015-03-09/minutes.md#nodejsiojs-reconciliation-bb) 查看会议纪要。
3635

37-
# Upcoming Events
36+
# 即将到来的活动
3837

39-
* [NodeConf](http://nodeconf.com/) tickets are on sale, June 8th and 9th at Oakland, CA and NodeConf Adventure for June 11th - 14th at Walker Creek Ranch, CA
40-
* [CascadiaJS](http://2015.cascadiajs.com/) tickets are on sale, July 8th - 10th at Washington State
41-
* [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland
38+
* [NodeConf](http://nodeconf.com/) 门票正在出售中,将于 6 月 8 号和 9 号在加利福尼亚州奥克兰市举办,另外,NodeConf Adventure 也将于 6 月 11 号至 14 号在加利福尼亚州的 Walker Creek Ranch 举办。
39+
* [CascadiaJS](http://2015.cascadiajs.com/) 门票正在出售中,将于 7 月 8 号至 10 号在华盛顿举办。
40+
* [NodeConf EU](http://nodeconf.eu/) 门票正在出售中,将于 9 月 6 号至 9 号在爱尔兰的沃特福德市举办。

0 commit comments

Comments
 (0)