fix namespace Libvirt collision with ruby-libvirt library

This commit is contained in:
Hiroshi Miura
2013-07-31 09:20:43 +09:00
parent d05196692c
commit 09892ef2ac
43 changed files with 64 additions and 59 deletions

View File

@@ -1,3 +1,8 @@
# 0.0.7
* Fixed namespace collision with ruby-libvirt library which used by
vagrant-kvm provider.(by Hiroshi Miura)
# 0.0.6 (Jul 24, 2013)
* Synced folder via NFS support.