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
e7f192cc
Commit
e7f192cc
authored
Aug 15, 2011
by
Mitchell Hashimoto
Browse files
v0.8.4
RubyGems issue
parent
547a056f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e7f192cc
## 0.8.3 (August 15, 2011)
## 0.8.4 (August 15, 2011)
Note: 0.8.3 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 @
e7f192cc
...
...
@@ -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.
3
"
VERSION
=
"0.8.
4
"
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