2015-02-20 io.js v1.3.0 Release v1.3.0
authorRod Vagg <rod@vagg.org>
Fri, 20 Feb 2015 09:25:12 +0000 (20:25 +1100)
committerRod Vagg <rod@vagg.org>
Fri, 20 Feb 2015 09:27:42 +0000 (20:27 +1100)
commit1d7a47f29cb3913b714134fef8ccbf5b1c2d3844
tree83f70a6cfe2f3bd20d89aeee1ed20385b67c74d1
parentafdef70fccd5a86412cf6721a93fca3284154616
2015-02-20 io.js v1.3.0 Release

Notable changes:

* url: `url.resolve('/path/to/file', '.')` now returns `/path/to/`
  with the trailing slash, `url.resolve('/', '.')` returns `/`.
  https://github.com/iojs/io.js/issues/278 (Amir Saboury)
* tls: tls (and in turn https) now rely on a stronger default
  cipher suite which excludes the RC4 cipher. If you still want to
  use RC4, you have to specify your own ciphers suite.
  https://github.com/iojs/io.js/issues/826 (Roman Reiss)
CHANGELOG.md
src/node_version.h