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

2018-10-30 Version 10.13.0 'Dubnium' (LTS) #23831

Merged
merged 4 commits into from
Oct 30, 2018
Merged

Commits on Oct 25, 2018

  1. deps: fix wrong default for v8 handle zapping

    PR-URL: #23801
    Fixes: #23796
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    refack authored and MylesBorins committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    1003f4c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. build: spawn make test-ci with -j1

    All the sub targets have internal parallelism, so no performance loss.
    Also `make` doesn't to a good enough job of combining the output
    streams, or eliminate races.
    
    PR-URL: #23733
    Fixes: #22006
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Matheus Marchini <mat@mmarchini.me>
    refack authored and MylesBorins committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    2cd68be View commit details
    Browse the repository at this point in the history
  2. buffer: fix crash for invalid index types

    2555cb4 introduced a crash
    when a non-number value was passed to `ParseArrayIndex()`.
    
    We do not always have JS typechecking for that in place, though.
    This returns back to the previous behavior of coercing values
    to integers, which is certainly questionable.
    
    Refs: #22129
    Fixes: #23668
    addaleax authored and MylesBorins committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    2ba6010 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. 2018-10-30 Version 10.13.0 'Dubnium' (LTS)

    This release marks the transition of Node.js 10.x into Long Term
    Support (LTS) with the codename 'Dubnium'. The 10.x release line
    now moves in to "Active LTS" and will remain so until April 2020.
    After that time it will move in to "Maintenance" until end of
    life in April 2021.
    
    Notable Changes:
    
    This release only includes minimal changes necessary to fix known
    regressions prior to LTS.
    
    PR-URL: #23831
    MylesBorins committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ab4af08 View commit details
    Browse the repository at this point in the history