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

deps: upgrade v8 to 4.1.0.21 #952

Merged
merged 3 commits into from
Feb 25, 2015
Merged

deps: upgrade v8 to 4.1.0.21 #952

merged 3 commits into from
Feb 25, 2015

Commits on Feb 25, 2015

  1. deps: upgrade v8 to 4.1.0.21

    PR-URL: nodejs#952
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    bnoordhuis committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    78f4837 View commit details
    Browse the repository at this point in the history
  2. deps: fix postmortem support in v8

    Fix: nodejs#461
    PR-URL: nodejs#706
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    indutny authored and bnoordhuis committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    54532a9 View commit details
    Browse the repository at this point in the history
  3. deps: revert v8 abi change

    Undo the ABI (but not API) change to NamedPropertyHandlerConfiguration.
    This avoids a NODE_MODULE_VERSION bump and forcing everyone to recompile
    their add-ons, at the cost of increasing the delta with upstream V8.
    
    This commit effectively backs out 4.1.0.16, the release that introduced
    the ABI change (and nothing else.)
    
    PR-URL: nodejs#952
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    bnoordhuis committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    a558cd0 View commit details
    Browse the repository at this point in the history