From b96e448c4f6c0e345d43d6df05dc26b85037a49d Mon Sep 17 00:00:00 2001 From: alexpods Date: Sat, 14 Mar 2015 02:31:33 +0300 Subject: [PATCH 1/5] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=B4=D1=83=D0=BC=20=D0=B7=D0=B0=2013-=D0=B5=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medium/io.js Week of March 13th 2015.md | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 medium/io.js Week of March 13th 2015.md diff --git a/medium/io.js Week of March 13th 2015.md b/medium/io.js Week of March 13th 2015.md new file mode 100644 index 0000000..cdf17dd --- /dev/null +++ b/medium/io.js Week of March 13th 2015.md @@ -0,0 +1,37 @@ +# io.js Week of March 13th +io.js 1.5.1, community events and more + +## io.js 1.5.1 Release + +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). + +### Notable changes + +* **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). +* **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) + +### Known issues + +* Possible remaining TLS-related memory leak(s), details at [#1075](https://github.com/iojs/io.js/issues/1075). +* 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). +* Surrogate pair in REPL can freeze terminal [#690](https://github.com/iojs/io.js/issues/690) +* Not possible to build io.js as a static library [#686](https://github.com/iojs/io.js/issues/686) +* `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) +* 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) + +## Community Updates + +* [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](ron.buell@rd.io). +* [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 +* [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) +* [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) +* [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) +* [dockeri.co](http://dockeri.co/) now runs on io.js, you can see the announcement [here](https://twitter.com/wjblankenship/status/575867637680369665) +* [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) +* io.js TC Meeting 2015-03-11 is available [here](http://www.youtube.com/watch?v=xXLnNSL0qvU) + +## Upcoming Events + +* [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 +* [CascadiaJS](http://2015.cascadiajs.com/) tickets are on sale, July 8th - 10th at Washington State +* [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland \ No newline at end of file From bdaff39cd99aee6809fc658dfd43a47499ef8aea Mon Sep 17 00:00:00 2001 From: alexpods Date: Sat, 14 Mar 2015 02:43:09 +0300 Subject: [PATCH 2/5] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=20=D0=BC=D0=B5=D0=B4=D1=83=D0=B8=D0=BC=D0=B0=20=D0=B7=D0=B0=20?= =?UTF-8?q?13-=D0=B5=20=D0=BC=D0=B0=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medium/io.js Week of March 13th 2015.md | 53 +++++++++++++------------ 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/medium/io.js Week of March 13th 2015.md b/medium/io.js Week of March 13th 2015.md index cdf17dd..be6c33c 100644 --- a/medium/io.js Week of March 13th 2015.md +++ b/medium/io.js Week of March 13th 2015.md @@ -1,37 +1,38 @@ # io.js Week of March 13th -io.js 1.5.1, community events and more +io.js 1.5.1 и события сообщества -## io.js 1.5.1 Release +## Релиз io.js 1.5.1 -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). +В понедельник, 9-го мая, [@rvagg](https://github.com/rvagg) выпустил io.js [v1.5.1](https://iojs.org/dist/v1.5.1/). Полный список изменений можно найти [на GitHub-е](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md). -### Notable changes +### Основные изменения -* **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). -* **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) +* **tls**: В данном релизе, благодря множеству коммитов была решена проблема с ранее объявленной утечкой памяти в TLS. Текущие тесты указывают, что _возможно_ всё ещё существуют какие-либо проблемы связанные с утечкой памяти. Следите за полным прогрессом в [#1075](https://github.com/iojs/io.js/issues/1075). +* **http**: Решена проблема, объявленная в [joyent/node#9348](https://github.com/joyent/node/issues/9348) и [npm/npm#7349](https://github.com/npm/npm/issues/7349). Данные, находящиеся в ожидании, не были полностью обработаны при событии `'error'`, приводя к ошибке в `socket.destroy()`. (Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103). -### Known issues +### Извествные проблемы -* Possible remaining TLS-related memory leak(s), details at [#1075](https://github.com/iojs/io.js/issues/1075). -* 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). -* Surrogate pair in REPL can freeze terminal [#690](https://github.com/iojs/io.js/issues/690) -* Not possible to build io.js as a static library [#686](https://github.com/iojs/io.js/issues/686) -* `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) -* 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) +* Возможно, ещё остались проблемы с утечкой памяти в TLS, подробная информация в [#1075](https://github.com/iojs/io.js/issues/1075). +* Windows всё ещё сообщает об ошибках в прохождении нескольких незначительных тестов. Их решения продолжают оставаться для нас приоритетной задачей. Смотрите [#1005](https://github.com/iojs/io.js/issues/1005) +* Суррогатная пара в REPL может привести к зависанию терминала [#690](https://github.com/iojs/io.js/issues/690) +* Невозможно собрать io.js как статическую библиотеку [#686](https://github.com/iojs/io.js/issues/686) +* `process.send()` не синхронный, как предполагает документация, откат введен в 1.0.2, смотрите [#760](https://github.com/iojs/io.js/issues/760) и правку в [#774](https://github.com/iojs/io.js/issues/774) +* Вызов `dns.setServers()` в то время, когда DNS-запрос ещё продолжает выполняться, может привести к аварийному выходу процесса [#894](https://github.com/iojs/io.js/issues/894) -## Community Updates -* [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](ron.buell@rd.io). -* [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 -* [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) -* [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) -* [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) -* [dockeri.co](http://dockeri.co/) now runs on io.js, you can see the announcement [here](https://twitter.com/wjblankenship/status/575867637680369665) -* [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) -* io.js TC Meeting 2015-03-11 is available [here](http://www.youtube.com/watch?v=xXLnNSL0qvU) +## Новости сообщества -## Upcoming Events +* [Tony Pujals] (https://twitter.com/subfuzion) показал презентацию плана развития io.js в [BayNode](http://www.meetup.com/BayNode/events/220246228/). Видео было опубликовано в [vimeo](https://vimeo.com/121707989) 9-го марта +* [Johan Bergström](https://github.com/jbergstroem) работает надо патчем для [V8](https://codereview.chromium.org/990063002) на стороне io.js, чтобы вернуть поддержку Solaris в последнюю версию +* В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышла серия, посвящённая обновлению io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck) +* [Mikeal Rogers](https://github.com/mikeal) дал интерьвью программе [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12) +* [Mark Wolfe](https://twitter.com/wolfeidau) [рассказал об io.js](https://twitter.com/wolfeidau/status/575785856545378304) на конференции [@melbjs](https://twitter.com/melbjs), слайды опубликованы [тут](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node) +* [dockeri.co](http://dockeri.co/) теперь работает на io.js. Вы можете посмотреть объявление [тут](https://twitter.com/wjblankenship/status/575867637680369665) +* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) обсуждают [предложение о примерении io.js/Node.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) -* [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 -* [CascadiaJS](http://2015.cascadiajs.com/) tickets are on sale, July 8th - 10th at Washington State -* [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland \ No newline at end of file +## Ожидаемые события + +* [NodeConf](http://nodeconf.com/) 8-го и 9-го июня в Окленде, Калифорния, билеты доступны в продаже. А также NodeConf Adventure с 11-го по 14-е июня в Walker Creek Ranch, Калифорния. +* [CascadiaJS](http://2015.cascadiajs.com/) с 8-го по 10-е июня в штате Вашингтон, билеты доступны в продаже. +* [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland +* [NodeConf EU](http://nodeconf.eu/) c 6-го по 9-е сентября в Уотерфордe, Иралнди, билеты доступны в продаже. \ No newline at end of file From d8a1b4eba4ec616c294871ea8252328724d0de1e Mon Sep 17 00:00:00 2001 From: alexpods Date: Sat, 14 Mar 2015 02:50:30 +0300 Subject: [PATCH 3/5] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .yaspellerrc | 3 ++- medium/io.js Week of March 13th 2015.md | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.yaspellerrc b/.yaspellerrc index 21b0704..770ae09 100644 --- a/.yaspellerrc +++ b/.yaspellerrc @@ -35,6 +35,7 @@ "токен", "бэкэнд", "бэкэнда", - "request'ы" + "request'ы", + "контрибьютеров" ] } \ No newline at end of file diff --git a/medium/io.js Week of March 13th 2015.md b/medium/io.js Week of March 13th 2015.md index be6c33c..c1de52d 100644 --- a/medium/io.js Week of March 13th 2015.md +++ b/medium/io.js Week of March 13th 2015.md @@ -7,10 +7,10 @@ io.js 1.5.1 и события сообщества ### Основные изменения -* **tls**: В данном релизе, благодря множеству коммитов была решена проблема с ранее объявленной утечкой памяти в TLS. Текущие тесты указывают, что _возможно_ всё ещё существуют какие-либо проблемы связанные с утечкой памяти. Следите за полным прогрессом в [#1075](https://github.com/iojs/io.js/issues/1075). +* **tls**: В данном релизе, благодаря множеству коммитов была решена проблема с ранее объявленной утечкой памяти в TLS. Текущие тесты указывают, что _возможно_ всё ещё существуют какие-либо проблемы связанные с утечкой памяти. Следите за полным прогрессом в [#1075](https://github.com/iojs/io.js/issues/1075). * **http**: Решена проблема, объявленная в [joyent/node#9348](https://github.com/joyent/node/issues/9348) и [npm/npm#7349](https://github.com/npm/npm/issues/7349). Данные, находящиеся в ожидании, не были полностью обработаны при событии `'error'`, приводя к ошибке в `socket.destroy()`. (Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103). -### Извествные проблемы +### Известные проблемы * Возможно, ещё остались проблемы с утечкой памяти в TLS, подробная информация в [#1075](https://github.com/iojs/io.js/issues/1075). * Windows всё ещё сообщает об ошибках в прохождении нескольких незначительных тестов. Их решения продолжают оставаться для нас приоритетной задачей. Смотрите [#1005](https://github.com/iojs/io.js/issues/1005) @@ -25,14 +25,14 @@ io.js 1.5.1 и события сообщества * [Tony Pujals] (https://twitter.com/subfuzion) показал презентацию плана развития io.js в [BayNode](http://www.meetup.com/BayNode/events/220246228/). Видео было опубликовано в [vimeo](https://vimeo.com/121707989) 9-го марта * [Johan Bergström](https://github.com/jbergstroem) работает надо патчем для [V8](https://codereview.chromium.org/990063002) на стороне io.js, чтобы вернуть поддержку Solaris в последнюю версию * В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышла серия, посвящённая обновлению io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck) -* [Mikeal Rogers](https://github.com/mikeal) дал интерьвью программе [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12) +* [Mikeal Rogers](https://github.com/mikeal) дал интервью программе [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12) * [Mark Wolfe](https://twitter.com/wolfeidau) [рассказал об io.js](https://twitter.com/wolfeidau/status/575785856545378304) на конференции [@melbjs](https://twitter.com/melbjs), слайды опубликованы [тут](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node) * [dockeri.co](http://dockeri.co/) теперь работает на io.js. Вы можете посмотреть объявление [тут](https://twitter.com/wjblankenship/status/575867637680369665) -* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) обсуждают [предложение о примерении io.js/Node.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) +* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) обсуждают [предложение о примирении io.js/Node.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) ## Ожидаемые события * [NodeConf](http://nodeconf.com/) 8-го и 9-го июня в Окленде, Калифорния, билеты доступны в продаже. А также NodeConf Adventure с 11-го по 14-е июня в Walker Creek Ranch, Калифорния. * [CascadiaJS](http://2015.cascadiajs.com/) с 8-го по 10-е июня в штате Вашингтон, билеты доступны в продаже. * [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland -* [NodeConf EU](http://nodeconf.eu/) c 6-го по 9-е сентября в Уотерфордe, Иралнди, билеты доступны в продаже. \ No newline at end of file +* [NodeConf EU](http://nodeconf.eu/) c 6-го по 9-е сентября в Waterford, Ирландия, билеты доступны в продаже. \ No newline at end of file From f7dc0c37451ee38c5a342da402ecdf15cc1646b7 Mon Sep 17 00:00:00 2001 From: alexpods Date: Sun, 15 Mar 2015 15:12:13 +0300 Subject: [PATCH 4/5] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B5=D0=B6=D0=B5=D0=BD=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA=D0=B0=20=D0=B7=D0=B0=2013=20?= =?UTF-8?q?=D0=BC=D0=B0=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medium/io.js Week of March 13th 2015.md | 32 ++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/medium/io.js Week of March 13th 2015.md b/medium/io.js Week of March 13th 2015.md index c1de52d..4628aeb 100644 --- a/medium/io.js Week of March 13th 2015.md +++ b/medium/io.js Week of March 13th 2015.md @@ -1,5 +1,6 @@ -# io.js Week of March 13th -io.js 1.5.1 и события сообщества +# Еженедельник io.js, 13 марта 2015 + +io.js 1.5.1 и события сообщества. ## Релиз io.js 1.5.1 @@ -8,31 +9,30 @@ io.js 1.5.1 и события сообщества ### Основные изменения * **tls**: В данном релизе, благодаря множеству коммитов была решена проблема с ранее объявленной утечкой памяти в TLS. Текущие тесты указывают, что _возможно_ всё ещё существуют какие-либо проблемы связанные с утечкой памяти. Следите за полным прогрессом в [#1075](https://github.com/iojs/io.js/issues/1075). -* **http**: Решена проблема, объявленная в [joyent/node#9348](https://github.com/joyent/node/issues/9348) и [npm/npm#7349](https://github.com/npm/npm/issues/7349). Данные, находящиеся в ожидании, не были полностью обработаны при событии `'error'`, приводя к ошибке в `socket.destroy()`. (Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103). +* **http**: Решена проблема, заявленная в [joyent/node#9348](https://github.com/joyent/node/issues/9348) и [npm/npm#7349](https://github.com/npm/npm/issues/7349). Данные, находящиеся в ожидании, не были полностью обработаны при событии `'error'`, приводя к ошибке в `socket.destroy()`. (Fedor Indutny) [#1103](https://github.com/iojs/io.js/pull/1103). ### Известные проблемы * Возможно, ещё остались проблемы с утечкой памяти в TLS, подробная информация в [#1075](https://github.com/iojs/io.js/issues/1075). -* Windows всё ещё сообщает об ошибках в прохождении нескольких незначительных тестов. Их решения продолжают оставаться для нас приоритетной задачей. Смотрите [#1005](https://github.com/iojs/io.js/issues/1005) -* Суррогатная пара в REPL может привести к зависанию терминала [#690](https://github.com/iojs/io.js/issues/690) -* Невозможно собрать io.js как статическую библиотеку [#686](https://github.com/iojs/io.js/issues/686) -* `process.send()` не синхронный, как предполагает документация, откат введен в 1.0.2, смотрите [#760](https://github.com/iojs/io.js/issues/760) и правку в [#774](https://github.com/iojs/io.js/issues/774) -* Вызов `dns.setServers()` в то время, когда DNS-запрос ещё продолжает выполняться, может привести к аварийному выходу процесса [#894](https://github.com/iojs/io.js/issues/894) +* Некоторые тесты в ОС Windows всё ещё завершаются неудачно. Исправление связанных с ними ошибок продолжает оставаться для нас приоритетной задачей. Смотрите [#1005](https://github.com/iojs/io.js/issues/1005). +* Суррогатная пара в REPL может привести к зависанию терминала [#690](https://github.com/iojs/io.js/issues/690). +* Невозможно собрать io.js как статическую библиотеку [#686](https://github.com/iojs/io.js/issues/686). +* `process.send()` не синхронный, как описано в документации, откат введен в 1.0.2, смотрите [#760](https://github.com/iojs/io.js/issues/760) и правку в [#774](https://github.com/iojs/io.js/issues/774). +* Вызов `dns.setServers()` во время выполнения DNS-запроса может привести к аварийному завершению процесса [#894](https://github.com/iojs/io.js/issues/894). ## Новости сообщества -* [Tony Pujals] (https://twitter.com/subfuzion) показал презентацию плана развития io.js в [BayNode](http://www.meetup.com/BayNode/events/220246228/). Видео было опубликовано в [vimeo](https://vimeo.com/121707989) 9-го марта -* [Johan Bergström](https://github.com/jbergstroem) работает надо патчем для [V8](https://codereview.chromium.org/990063002) на стороне io.js, чтобы вернуть поддержку Solaris в последнюю версию -* В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышла серия, посвящённая обновлению io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck) -* [Mikeal Rogers](https://github.com/mikeal) дал интервью программе [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12) -* [Mark Wolfe](https://twitter.com/wolfeidau) [рассказал об io.js](https://twitter.com/wolfeidau/status/575785856545378304) на конференции [@melbjs](https://twitter.com/melbjs), слайды опубликованы [тут](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node) -* [dockeri.co](http://dockeri.co/) теперь работает на io.js. Вы можете посмотреть объявление [тут](https://twitter.com/wjblankenship/status/575867637680369665) -* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) обсуждают [предложение о примирении io.js/Node.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) +* [Tony Pujals] (https://twitter.com/subfuzion) показал презентацию плана развития io.js в [BayNode](http://www.meetup.com/BayNode/events/220246228/). Видео было опубликовано в [vimeo](https://vimeo.com/121707989) 9-го марта. +* [Johan Bergström](https://github.com/jbergstroem) работает над патчем для [V8](https://codereview.chromium.org/990063002) на стороне io.js, чтобы вернуть поддержку Solaris в последнюю версию. +* В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышла первая из серий, посвящённых текущему положению дел в io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck). +* [Mikeal Rogers](https://github.com/mikeal) дал интервью для подкаста [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12). +* [Mark Wolfe](https://twitter.com/wolfeidau) [рассказал об io.js](https://twitter.com/wolfeidau/status/575785856545378304) на конференции [@melbjs](https://twitter.com/melbjs), слайды опубликованы [тут](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node). +* [dockeri.co](http://dockeri.co/) теперь работает на io.js. Вы можете посмотреть объявление [тут](https://twitter.com/wjblankenship/status/575867637680369665). +* [Node.js Advisory Board](https://nodejs.org/about/advisory-board/) обсуждают [предложение о примирении io.js/Node.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). ## Ожидаемые события * [NodeConf](http://nodeconf.com/) 8-го и 9-го июня в Окленде, Калифорния, билеты доступны в продаже. А также NodeConf Adventure с 11-го по 14-е июня в Walker Creek Ranch, Калифорния. * [CascadiaJS](http://2015.cascadiajs.com/) с 8-го по 10-е июня в штате Вашингтон, билеты доступны в продаже. -* [NodeConf EU](http://nodeconf.eu/) tickets are on sale, September 6th - 9th at Waterford, Ireland * [NodeConf EU](http://nodeconf.eu/) c 6-го по 9-е сентября в Waterford, Ирландия, билеты доступны в продаже. \ No newline at end of file From f741ce122d62c220e1da55588e4542f75713a17b Mon Sep 17 00:00:00 2001 From: alexpods Date: Sun, 15 Mar 2015 21:44:29 +0300 Subject: [PATCH 5/5] =?UTF-8?q?=D0=9F=D0=BE=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B5=D0=B6=D0=B5=D0=BD=D0=B5=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA=D0=B0=20=D0=B7=D0=B0=2013?= =?UTF-8?q?=20=D0=BC=D0=B0=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medium/io.js Week of March 13th 2015.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medium/io.js Week of March 13th 2015.md b/medium/io.js Week of March 13th 2015.md index 4628aeb..93209ee 100644 --- a/medium/io.js Week of March 13th 2015.md +++ b/medium/io.js Week of March 13th 2015.md @@ -25,7 +25,7 @@ io.js 1.5.1 и события сообщества. * [Tony Pujals] (https://twitter.com/subfuzion) показал презентацию плана развития io.js в [BayNode](http://www.meetup.com/BayNode/events/220246228/). Видео было опубликовано в [vimeo](https://vimeo.com/121707989) 9-го марта. * [Johan Bergström](https://github.com/jbergstroem) работает над патчем для [V8](https://codereview.chromium.org/990063002) на стороне io.js, чтобы вернуть поддержку Solaris в последнюю версию. -* В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышла первая из серий, посвящённых текущему положению дел в io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck). +* В [84-м эпизоде NodeUp](http://nodeup.com/eightyfour) вышел первый подкаст из серии, посвящённых текущему положению дел в io.js. Ведущими были [Mikeal Rogers](https://github.com/mikeal), [Trevor Norris](https://github.com/trevnorris) и [Bradley Meck](https://github.com/bmeck). * [Mikeal Rogers](https://github.com/mikeal) дал интервью для подкаста [Descriptive](http://descriptive.audio) в эпизоде под названием [У нас никогда не было так много активных контрибьютеров](http://descriptive.audio/episodes/12). * [Mark Wolfe](https://twitter.com/wolfeidau) [рассказал об io.js](https://twitter.com/wolfeidau/status/575785856545378304) на конференции [@melbjs](https://twitter.com/melbjs), слайды опубликованы [тут](https://speakerdeck.com/wolfeidau/iojs-bringing-es6-to-the-node). * [dockeri.co](http://dockeri.co/) теперь работает на io.js. Вы можете посмотреть объявление [тут](https://twitter.com/wjblankenship/status/575867637680369665).