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

Commit 0f9ca64

Browse files
Merge pull request #36 from iojs/weekly_2015-02-20
io.jsウィークリー 2015/02/20
2 parents 3cbf998 + f2c6bef commit 0f9ca64

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

weekly/2015-02-20.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!-- #io.js Week of February 20th 2015
2+
1.3.0 release, MongoDB, the roadmap and more. -->
3+
# io.jsウィークリーアップデート 2015/2/20
4+
1.3.0リリース、 MongoDB、 ロードマップ 他
5+
6+
---
7+
8+
<!-- ## io.js Releases 1.3.0 -->
9+
## io.js 1.3.0 リリース
10+
<!-- Notable changes include: -->
11+
主な変更点:
12+
<!-- * **url**: `url.resolve('/path/to/file', '.')` now returns `/path/to/` with the trailing slash, `url.resolve('/', '.')` returns `/` [#278](https://github.com/iojs/io.js/pull/278) (Amir Saboury)
13+
* **tls**: The default cipher suite used by `tls` and `https` has been changed to one that achieves Perfect Forward Secrecy with all modern browsers. Additionally, insecure RC4 ciphers have been excluded. If you absolutely require RC4, please specify your own cipher suites. [#826](https://github.com/iojs/io.js/pull/826) (Roman Reiss) -->
14+
* **url**: `url.resolve('/path/to/file', '.')`の戻り値が`/path/to/`のように末尾にスラッシュが付与されるように、`url.resolve('/', '.')` の戻り値は`/`に変更。[#278](https://github.com/iojs/io.js/pull/278) (Amir Saboury)
15+
16+
* **tls**: `tls``https`の使用しているデフォルトcipher suiteをすべてのモダンブラウザでPerfect Forward Secrecyに対応している物に変更。また、安全でないRC4 ciphersは除外されています。RC4がどうしても必要な場合はcipher suitesを個別に指定してください. [#826](https://github.com/iojs/io.js/pull/826) (Roman Reiss)
17+
18+
<!-- ## Notable Events in the Community -->
19+
## コミュニティの動き
20+
<!-- * **Node Governance** - [William Bert](https://twitter.com/williamjohnbert) created http://nodegovernance.io/ to alert Scott Hammond, CEO of Joyent, of the desire of the community for the io.js open-governance model to be the base upon which the Node Foundation's Technical Committee. The response from the community was _fantastic_!
21+
* **Node.js and io.js Performance Improves** - Raygun.io did performance tests with both Node.js and io.js recently, and both are improving performance with each release! [Read the full article](https://raygun.io/blog/2015/02/node-js-performance-node-js-vs-io-js/).
22+
* **LTTng Basics** - [LTTing Basics](https://asciinema.org/a/16785) with io.js by user jgalar on asciinema
23+
* **io.js Roadmap Slides** - Slide deck for the current roadmap of io.js up. -->
24+
* **Node Governance** - [William Bert](https://twitter.com/williamjohnbert)がJoyent CEOのScott Hammond宛に Node Foundation のTechnical Committeeでio.jsのオープンガバナンスモデルを採用するよう呼びかける[http://nodegovernance.io/](http://nodegovernance.io/) を作成、
25+
コミュニティの_素晴らしい_反応がありました!
26+
* **Node.js と io.js のパフォーマンス改善** - Raygun.io がNode.js と io.jsパフォーマンステストを実施、どちらもリリースごとにパフォーマンスが改善![元記事はこちら](https://raygun.io/blog/2015/02/node-js-performance-node-js-vs-io-js/)
27+
* **LTTngの基礎** - asciinemaユーザー jgalar によるio.jsでの[LTTngの基礎](https://asciinema.org/a/16785)
28+
* **io.js ロードマップスライド** - io.jsのロードマップについてのスライドを作成
29+
30+
<!-- ### io.js Support Added -->
31+
### io.jsサポートの追加
32+
<!-- * [TravisCI](https://travis-ci.org/) added io.js.The day the last Weekly Update was posted, Hiro Asari (あさり) [tweeted](https://twitter.com/hiro_asari/status/566268486012633088) that about 10% of Node projects were running io.js.
33+
* @thlorenz updated [nad](https://github.com/thlorenz/nad), Node Addon Developer, to [support io.js](https://twitter.com/thlorenz/status/566328088121081856)
34+
* [Catberry.js](https://github.com/catberry/catberry) added support for io.js.
35+
* Official mongodb node module supports io.js in [v. 2.0.16 2015-02-16](https://github.com/mongodb/node-mongodb-native/blob/2.0/HISTORY.md).
36+
* [The Native Web](http://www.thenativeweb.io/) now has a [io.js Docker container](https://registry.hub.docker.com/u/thenativeweb/iojs/)
37+
* [DNSChain](https://github.com/okTurtles/dnschain) by [okTurtles](https://okturtles.com/) added support for io.js.
38+
* [TDPAHACLPlugin](https://github.com/neilstuartcraig/TDPAHACLPlugin) and [TDPAHAuthPlugin](https://github.com/neilstuartcraig/TDPAHAuthPlugin) for [actionHero](http://www.actionherojs.com/) now support io.js.
39+
* [node-sass](https://npmjs.org/package/node-sass) added support for io.js 1.2 in node-sass [v. 2.0.1](https://github.com/sass/node-sass/issues/655)
40+
* [total.js](https://www.totaljs.com/) added support for io.js in [v. 1.7.1](https://github.com/totaljs/framework/releases/tag/v1.7.1)
41+
* [Clever Cloud](https://www.clever-cloud.com/) added [support for io.js](https://www.clever-cloud.com/blog/features/2015/01/23/introducing-io.js/) -->
42+
* [TravisCI](https://travis-ci.org/) が io.jsのサポートを追加Hiro Asari(あさり)の[ツイート](https://twitter.com/hiro_asari/status/566268486012633088)によると約10%のNodeプロジェクトがio.jsを利用
43+
* @thlorenz が Node Addon Developer [nad](https://github.com/thlorenz/nad)をアップデート、[io.jsのサポート](https://twitter.com/thlorenz/status/566328088121081856)を追加
44+
* [Catberry.js](https://github.com/catberry/catberry) が io.jsのサポートを追加
45+
* Official mongodb node module が [v. 2.0.16 2015-02-16](https://github.com/mongodb/node-mongodb-native/blob/2.0/HISTORY.md)でio.jsのサポートを追加
46+
* [The Native Web](http://www.thenativeweb.io/)[io.js Dockerコンテナ](https://registry.hub.docker.com/u/thenativeweb/iojs/)を追加
47+
* [okTurtles](https://okturtles.com/) による [DNSChain](https://github.com/okTurtles/dnschain)がio.jsのサポートを追加
48+
* [actionHero](http://www.actionherojs.com/) 用の [TDPAHACLPlugin](https://github.com/neilstuartcraig/TDPAHACLPlugin)[TDPAHAuthPlugin](https://github.com/neilstuartcraig/TDPAHAuthPlugin)がio.jsをサポート
49+
* [node-sass](https://npmjs.org/package/node-sass)[v. 2.0.1](https://github.com/sass/node-sass/issues/655)でio.js 1.2 のサポート追加
50+
* [total.js](https://www.totaljs.com/)[v. 1.7.1](https://github.com/totaljs/framework/releases/tag/v1.7.1) でio.jsをサポート
51+
* [Clever Cloud](https://www.clever-cloud.com/)[io.jsのサポート](https://www.clever-cloud.com/blog/features/2015/01/23/introducing-io.js/)を追加
52+
53+
<!-- ## io.js Working Group Meetings -->
54+
## io.js ワーキンググループ ミーティング
55+
<!-- * io.js Tracing Working Group Meeting - Feb. 19, 2015: [YouTube](https://www.youtube.com/watch?v=wvBVjg8jkv0) - [Minutes](https://docs.google.com/document/d/1_ApOMt03xHVkaGpTEPMDIrtkjXOzg3Hh4ZcyfhvMHx4/edit)
56+
* io.js Build Working Group Meeting - Feb. 19, 2015: [YouTube](https://www.youtube.com/watch?v=OKQi3pTF7fs) - [SoundCloud](https://soundcloud.com/iojs/iojs-build-wg-meeting-2015-02-19) - [Minutes](https://docs.google.com/document/d/1vRhsYBs4Hw6vRu55h5eWTwDzS1NctxdTvMMEnCbDs14/edit)
57+
* io.js Technical Committee Meeting - Feb. 18, 2015: [YouTube](https://www.youtube.com/watch?v=jeBPYLJ2_Yc) - [SoundCloud](https://soundcloud.com/iojs/iojs-tc-meeting-meeting-2015-02-18) - [Minutes](https://docs.google.com/document/d/1JnujRu6Rfnp6wvbvwCfxXnsjLySunQ_yah91pkvSFdQ/edit)
58+
* io.js Website Working Group Meeting - Feb. 16, 2015: [YouTube](https://www.youtube.com/watch?v=UKDKhFV61ZA) - [SoundCloud](https://soundcloud.com/iojs/iojs-website-wg-meeting-2015-02-16) - [Minutes](https://docs.google.com/document/d/1R8JmOoyr64tt-QOj27bD19ZOWg63CujW7GeaAHIIkUs/edit) -->
59+
* io.js Tracing ワーキンググループ ミーティング - 2015/02/19: [YouTube](https://www.youtube.com/watch?v=wvBVjg8jkv0) - [議事録](https://docs.google.com/document/d/1_ApOMt03xHVkaGpTEPMDIrtkjXOzg3Hh4ZcyfhvMHx4/edit)
60+
* io.js Build ワーキンググループ ミーティング - 2015/02/19: [YouTube](https://www.youtube.com/watch?v=OKQi3pTF7fs) - [SoundCloud](https://soundcloud.com/iojs/iojs-build-wg-meeting-2015-02-19) - [議事録](https://docs.google.com/document/d/1vRhsYBs4Hw6vRu55h5eWTwDzS1NctxdTvMMEnCbDs14/edit)
61+
* io.js TC ミーティング - 2015/02/18: [YouTube](https://www.youtube.com/watch?v=jeBPYLJ2_Yc) - [SoundCloud](https://soundcloud.com/iojs/iojs-tc-meeting-meeting-2015-02-18) - [議事録](https://docs.google.com/document/d/1JnujRu6Rfnp6wvbvwCfxXnsjLySunQ_yah91pkvSFdQ/edit)
62+
* io.js Website ワーキンググループ ミーティング - 2015/02/16: [YouTube](https://www.youtube.com/watch?v=UKDKhFV61ZA) - [SoundCloud](https://soundcloud.com/iojs/iojs-website-wg-meeting-2015-02-16) - [議事録](https://docs.google.com/document/d/1R8JmOoyr64tt-QOj27bD19ZOWg63CujW7GeaAHIIkUs/edit)

0 commit comments

Comments
 (0)