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

meta: update NODE_MODULE_VERSION to 51 #8808

Merged
merged 1 commit into from
Sep 29, 2016

Commits on Sep 29, 2016

  1. src: update NODE_MODULE_VERSION to 51

    When V8 was updated on master to 5.4 there were ABI breaking changes.
    In the past we have not landed these types of changes before a release,
    and as such have only bumped the NODE_MODULE_VERSION number in the
    release commit.
    
    Since we are going to be keeping the V8 5.4 beta on master and in the
    v7 betas I think it makes sense for us to bump the module number prior
    to a release commit being made. It is possible that this commit should
    be reverted prior to v7.0.0 being cut. Alternatively we may want to
    modify our release process for V8 to include a NODE_MODULE_VERSION
    bump before landing on master when applicable.
    
    NODE_MODULE_VERSION is being bumped to 51 instead of 49 to avoid
    conflicts with NODE_MODULE_VERSIONs being used in electron.
    
    Ref: electron/electron#5851 (comment)
    Ref: nodejs#8317
    
    PR-URL: nodejs#8808
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Myles Borins committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    b5bdff8 View commit details
    Browse the repository at this point in the history