vagrant 0.8.8 → 0.8.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ ## 0.8.10 (December 10, 2011)
2
+
3
+ - Revert the SSH tweaks made in 0.8.8. It affected stability
4
+ that I'd rather not test in a patch release.
5
+
1
6
  ## 0.8.8 (December 1, 2011)
2
7
 
3
8
  - Mount shared folders shortest to longest to avoid mounting
@@ -115,15 +115,10 @@ module Vagrant
115
115
 
116
116
  require 'timeout'
117
117
  Timeout.timeout(env.config.ssh.timeout) do
118
- execute(:timeout => env.config.ssh.timeout, :port => ssh_port) do |ssh|
119
- # We run a basic command to test that the shell is up and
120
- # ready to receive commands. Only then is our SSH connection
121
- # truly "up"
122
- return ssh.exec!("echo hello") == "hello\n"
123
- end
118
+ execute(:timeout => env.config.ssh.timeout, :port => ssh_port) { |ssh| }
124
119
  end
125
120
 
126
- false
121
+ true
127
122
  rescue Net::SSH::AuthenticationFailed
128
123
  raise Errors::SSHAuthenticationFailed
129
124
  rescue Timeout::Error, Errno::ECONNREFUSED, Net::SSH::Disconnect,
@@ -2,5 +2,5 @@ module Vagrant
2
2
  # This will always be up to date with the current version of Vagrant,
3
3
  # since it is used to generate the gemspec and is also the source of
4
4
  # the version for `vagrant -v`
5
- VERSION = "0.8.8"
5
+ VERSION = "0.8.10"
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 8
10
- version: 0.8.8
9
+ - 10
10
+ version: 0.8.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mitchell Hashimoto
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-12-02 00:00:00 Z
19
+ date: 2011-12-11 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  version_requirements: &id001 !ruby/object:Gem::Requirement