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

1.4.0-rc #131

Merged
merged 4 commits into from
May 13, 2015
Merged

1.4.0-rc #131

merged 4 commits into from
May 13, 2015

Conversation

mauricioschneider
Copy link
Contributor

This PR changes the way the client verifies if the latest version is higher than the current. Due to an error in the previous implementation, "1.3.10" was considered lower than "1.3.9", disabling the auto-update feature.

It also bumps the version to 1.4.0 to ensure the current 1.3.9 clients update, hence getting the fix mentioned above.

ocss_2015-05-12_20 33 23

cp = require('child_process'),
whenever = require('whenever'),
is_greater_than = require('./agent/helpers').is_greater_than,

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This extra linebreak looks kinda weird. Everything else looks good.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, that was unintentional.

@mauricioschneider
Copy link
Contributor Author

@tomas removed. Good to go?

@tomas
Copy link
Contributor

tomas commented May 13, 2015

I think you forgot to include the helpers.js test in the repo. Apart from that, fire away.

@mauricioschneider
Copy link
Contributor Author

Good catch! There it is.

mauricioschneider added a commit that referenced this pull request May 13, 2015
@mauricioschneider mauricioschneider merged commit 6dac0a9 into master May 13, 2015
@mauricioschneider mauricioschneider deleted the 1.4.0-rc branch May 13, 2015 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants