Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Steve Wills
vagrant
Commits
fe072662
Commit
fe072662
authored
Aug 15, 2011
by
Mitchell Hashimoto
Browse files
v0.8.5 - RubyGems bugs. Unbelievable.
parent
e7f192cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
fe072662
## 0.8.
4
(August 15, 2011)
## 0.8.
5
(August 15, 2011)
Note: 0.8.3 was yanked due to RubyGems encoding issue.
Note: 0.8.3
and 0.8.4
was yanked due to RubyGems encoding issue.
-
Fix SSH
`exec!`
to inherit proper
`$PATH`
. [GH-426]
-
Chef client now accepts an empty (
`nil`
) run list again. [GH-429]
...
...
lib/vagrant/version.rb
View file @
fe072662
...
...
@@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION
=
"0.8.
4
"
VERSION
=
"0.8.
5
"
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment