2015-06-23 io.js v2.3.1 Release v2.3.1
authorRod Vagg <rod@vagg.org>
Fri, 19 Jun 2015 10:42:59 +0000 (20:42 +1000)
committerRod Vagg <rod@vagg.org>
Tue, 23 Jun 2015 05:32:41 +0000 (15:32 +1000)
commit8e53fd537193dcee3622df10e9f45028058a3477
tree362f44fd8782425a168c267bf2e6507df8fab128
parent5d2b846d1114bad5e7fbf04910ff59fc970c175e
2015-06-23 io.js v2.3.1 Release

PR-URL: https://github.com/nodejs/io.js/pull/1996

Notable changes

* module: The number of syscalls made during a require() have been
  significantly reduced again (see #1801 from v2.2.0 for previous
  work), which should lead to a performance improvement
  (Pierre Inglebert) #1920.
* npm:
  - Upgrade to v2.11.2 (Rebecca Turner) #1956.
  - Upgrade to v2.11.3 (Forrest L Norvell) #2018.
* zlib: A bug was discovered where the process would abort if the
  final part of a zlib decompression results in a buffer that would
  exceed the maximum length of 0x3fffffff bytes (~1GiB). This was
  likely to only occur during buffered decompression (rather than
  streaming). This is now fixed and will instead result in a thrown
  RangeError (MichaĆ«l Zasso) #1811.
CHANGELOG.md
src/node_version.h