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

node: rename from io.js to node #2367

Closed
wants to merge 4 commits into from
Closed

Commits on Aug 23, 2015

  1. node: rename from io.js to node

    This commit replaces instances of io.js with Node.js, based on the
    recent convergence. There are some remaining instances of io.js,
    related to build and the installer.
    
    Fixes: nodejs#2361
    PR-URL: nodejs#2367
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: João Reis <reis@janeasystems.com>
    cjihrig committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    1b7162a View commit details
    Browse the repository at this point in the history
  2. installer: fix installers for node.js rename

    This commit completes the io.js to Node.js rename in the
    Windows installer.
    
    Fixes: nodejs#2418
    PR-URL: nodejs#2367
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: João Reis <reis@janeasystems.com>
    fhemberger authored and cjihrig committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    f80d883 View commit details
    Browse the repository at this point in the history
  3. process: make process.release.name "node"

    This commit sets the value of process.release.name to "node".
    
    Fixes: nodejs#2361
    PR-URL: nodejs#2367
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    cjihrig committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    ff6e1b7 View commit details
    Browse the repository at this point in the history
  4. node: additional cleanup for node rename

    Fixes: nodejs#2361
    PR-URL: nodejs#2367
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    cjihrig committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    2308a52 View commit details
    Browse the repository at this point in the history