[DRE-commits] [vagrant-libvirt] 87/104: version 0.0.9

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit 7b093314fa49fed819f8b3d2a4fa0e17b92c5abc
Author: dima <pronix.service at gmail.com>
Date:   Sun Sep 29 14:28:57 2013 +0200

    version 0.0.9
---
 CHANGELOG.md                   | 11 +++++++++++
 lib/vagrant-libvirt/version.rb |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2e7b50..85fd6b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,18 @@
+# 0.0.9 (September 29, 2013)
+
+* fixed version of nokogiri = 1.5.10(by Brian Pitts <brian at polibyte.com>)
+* fix issue with network activation (by Brian Pitts <brian at polibyte.com>)
+* restrict version of vagrant > 1.3.0
+
+# 0.0.8 (September 25, 2013)
+
+* enable parallelization (by Brian Pitts <brian at 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 at dreamhost.com>)
 
 # 0.0.6 (Jul 24, 2013)
 
diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 5e23f9a..323841e 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module ProviderLibvirt
-    VERSION = '0.0.8'
+    VERSION = '0.0.9'
   end
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list