version 0.0.12

This commit is contained in:
dima
2013-12-03 21:16:41 +01:00
parent 3917161eb9
commit 995d20b310
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
# 0.0.12 (Dec. 03, 2013)
* Proxy ssh through libvirt host, if libvirt is connected via ssh(by @erik-smit)
* Fix wrong nfs methods call (by rosario.disomma@dreamhost.com)
* adding the nfs share on start (by @cp16net)
* Mention vagrant-mutate (by Brian Pitts <brian@polibyte.com>)
* Fix box metadata error keys (by Brian Pitts <brian@polibyte.com>)
* Fix selinux should working
* Mention compatibility with sahara (by Brian Pitts <brian@polibyte.com>)
* Add default network and ssh key file parameters (by Mathilde Ffrench <ffrench.mathilde@gmail.com>)
# 0.0.11 (Oct. 20, 2013)
* BUG FIX close #70 undefine machine id should be after all operations

View File

@@ -1,5 +1,5 @@
module VagrantPlugins
module ProviderLibvirt
VERSION = '0.0.11'
VERSION = '0.0.12'
end
end