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

0.13.0 #472

Merged
merged 1 commit into from
Feb 19, 2016
Merged

0.13.0 #472

merged 1 commit into from
Feb 19, 2016

Conversation

chris-rock
Copy link
Contributor

This release includes a breaking API change for Windows. If you checked for a specific release version, it changed from Server 2012 R2 to 6.3.9600. This harmonizes the Windows version detection with our Unix detection.

The same Windows 2012 would return:

# old, not usable anymore
os[:name] == nil
os[:family] == "windows"
os[:release] == "Server 2012 R2"
os[:arch] == nil
# new result set, which is more specific
os[:name] == 'Windows Server 2012 R2 Datacenter'
os[:family] == "windows"
os[:release] == '6.3.9600'
os[:arch] == '64-bit'

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.

None yet

3 participants