Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2015-06-19 io.js v2.3.1 Release #11

Merged
merged 1 commit into from
Sep 1, 2023
Merged

2015-06-19 io.js v2.3.1 Release #11

merged 1 commit into from
Sep 1, 2023

Commits on Jun 23, 2015

  1. 2015-06-19 io.js v2.3.1 Release

    PR-URL: nodejs/node#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.
    rvagg committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    12f8bba View commit details
    Browse the repository at this point in the history