Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vagrant
Commits
67328723
Commit
67328723
authored
14 years ago
by
Mitchell Hashimoto
Browse files
Options
Download
Email Patches
Plain Diff
v0.6.5 - Important multi-VM and validation bug fixes.
parent
f90016bb
main
RE-206
ac.home-redirect
backport/ac.home-redirect/remotely-relieved-humpback
backport/ds.ie11-warning/mildly-right-toad
backport/kevin/placeholder-page/strangely-helpful-wahoo
backport/nq.web/add-demandbase-consent/mistakenly-flying-adder
backport/nq.web/disable-alert-banner/rightly-ideal-kangaroo
backport/nq.web/update-react-subnav/jointly-funny-ox
briancain-patch-1
brk.fix/docs-search-styles
brk.fix/react-search
brk/upgrade-downloads-page
build-builder-hooks
build-pdr
build-pdr2
build-prerelease-deps
build-test-pkgs
build-testing
build-vagrant-agogo
build-win-file
je.netlify-deploy
je.netlify-test
je.remove-netlify
ks.website/upgrade-react-head
master
nq.add-fathom-analytics
nq.bump-hashistack-menu
nq.update-alert-banner-hcg2021
nq.update-hashistackmenu
nq.web.upgrade-platform-analytics
nq.web/add-demandbase-consent
nq.web/disable-alert-banner
nq.web/update-dockerfile-node-image
nq.web/update-react-subnav
nq/update-dockerfile
push-heroku-print-output
release/2.2.10
release/2.2.11
release/2.2.12
release/2.2.13
release/2.2.14
stable-website
update-references
vagrant-agogo
vscode-customization
zs.address-500-error-page
v2.2.19
v2.2.18
v2.2.17
v2.2.16
v2.2.15
v2.2.14
v2.2.13
v2.2.12
v2.2.11
v2.2.10
v2.2.9
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.9.8
v1.9.7
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
v1.8.1
v1.8.0
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0.rc2
v1.0.0.rc1
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.10
v0.8.9
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.8
v0.7.7
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.9
v0.6.8
v0.6.7
v0.6.6
v0.6.5
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
CHANGELOG.md
Gemfile.lock
+1
-1
Gemfile.lock
lib/vagrant/version.rb
+1
-1
lib/vagrant/version.rb
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
+
1
-
1
View file @
67328723
## 0.6.5 (
unreleased
)
## 0.6.5 (
October 8, 2010
)
-
Validations on base MAC address to avoid situation described in GH-166, GH-181
from ever happening again.
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
1
-
1
View file @
67328723
...
...
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
vagrant (0.6.5
.dev
)
vagrant (0.6.5)
archive-tar-minitar (= 0.5.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
...
...
This diff is collapsed.
Click to expand it.
lib/vagrant/version.rb
+
1
-
1
View file @
67328723
...
...
@@ -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.6.5
.dev
"
VERSION
=
"0.6.5"
end
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help