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

Release 1.5.4 #9320

Merged
merged 6 commits into from Nov 8, 2017
Merged

Release 1.5.4 #9320

merged 6 commits into from Nov 8, 2017

Commits on Nov 7, 2017

  1. Switch to official Node.js 4.8.6 and stop using a custom Meteor build.

    This puts Meteor back on the official release track of Node.js 4, rather
    than using its own custom build (from https://github.com/meteor/node/),
    which had previously been necessary to add the garbage collection fixes
    gained with
    nodejs/node@751f1ac
    and
    nodejs/node@71f9cdf,
    both of which are now officially included in Node.js 4.x as of 4.8.6.
    :tada:
    abernix committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f2009e2 View commit details
    Browse the repository at this point in the history
  2. Only try to download $NODE_BUILD_NUMBER when defined.

    Alternatively, this was just failing when trying to download a file that
    was 404-ing.  This just short-circuits before that inevitable failure.
    abernix committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    ca31a84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10a5184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6faa67b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. Configuration menu
    Copy the full SHA
    77b13e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66e1a78 View commit details
    Browse the repository at this point in the history