version 0.0.9

This commit is contained in:
dima 2013-09-29 14:28:57 +02:00
parent dc6e3229f5
commit 7b093314fa
2 changed files with 12 additions and 1 deletions

View File

@ -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
* Fixed namespace collision with ruby-libvirt library which used by
vagrant-kvm provider.(by Hiroshi Miura)
* enable nested virtualization for amd (by Jordan Tardif <jordan@dreamhost.com>)
# 0.0.6 (Jul 24, 2013)

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module ProviderLibvirt
VERSION = '0.0.8'
VERSION = '0.0.9'
end
end