mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
version 0.0.9
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,7 +1,18 @@
|
|||||||
|
# 0.0.9 (September 29, 2013)
|
||||||
|
|
||||||
|
* fixed version of nokogiri = 1.5.10(by Brian Pitts <brian@polibyte.com>)
|
||||||
|
* fix issue with network activation (by Brian Pitts <brian@polibyte.com>)
|
||||||
|
* restrict version of vagrant > 1.3.0
|
||||||
|
|
||||||
|
# 0.0.8 (September 25, 2013)
|
||||||
|
|
||||||
|
* enable parallelization (by Brian Pitts <brian@polibyte.com>)
|
||||||
|
|
||||||
# 0.0.7
|
# 0.0.7
|
||||||
|
|
||||||
* Fixed namespace collision with ruby-libvirt library which used by
|
* Fixed namespace collision with ruby-libvirt library which used by
|
||||||
vagrant-kvm provider.(by Hiroshi Miura)
|
vagrant-kvm provider.(by Hiroshi Miura)
|
||||||
|
* enable nested virtualization for amd (by Jordan Tardif <jordan@dreamhost.com>)
|
||||||
|
|
||||||
# 0.0.6 (Jul 24, 2013)
|
# 0.0.6 (Jul 24, 2013)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module ProviderLibvirt
|
module ProviderLibvirt
|
||||||
VERSION = '0.0.8'
|
VERSION = '0.0.9'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user