This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Еженедельник io.js, 13 марта #103
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b96e448
Добавил медум за 13-е марта
alexpods bdaff39
Перевод медуима за 13-е марта
alexpods d8a1b4e
Поправил опечатки
alexpods f7dc0c3
Правки для еженедельника за 13 марта
alexpods f741ce1
Поравка для еженедельника за 13 марта
alexpods File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
"токен", | ||
"бэкэнд", | ||
"бэкэнда", | ||
"request'ы" | ||
"request'ы", | ||
"контрибьютеров" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Еженедельник io.js, 13 марта 2015 | ||
|
||
io.js 1.5.1 и события сообщества. | ||
|
||
## Релиз io.js 1.5.1 | ||
|
||
В понедельник, 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). | ||
|
||
### Основные изменения | ||
|
||
* **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). | ||
* Суррогатная пара в 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). | ||
|
||
## Ожидаемые события | ||
|
||
* [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/) c 6-го по 9-е сентября в Waterford, Ирландия, билеты доступны в продаже. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Есть еще один пункт со ссылкой на видео со встречи TC. Правда его нет на medium.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nrvru Собрания не было. Его по ошибке добавили в список, потом удалили nodejs/evangelism#41 (comment)