[DRE-commits] [vagrant-libvirt] 104/104: varsion 0.0.11

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:53 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 85910255a75957dd7661b950e5910a3339cd46d3
Author: dima <pronix.service at gmail.com>
Date:   Sun Oct 20 14:07:37 2013 +0200

    varsion 0.0.11
---
 CHANGELOG.md                   | 9 +++++++++
 README.md                      | 6 +++---
 lib/vagrant-libvirt/version.rb | 2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9daf343..c53e89d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# 0.0.11 (Oct. 20, 2013)
+
+* BUG FIX  close #70 undefine machine id should be after all operations
+* BUG FIX  close #76 correct uri for different virtualizations
+* BUG FIX  close #72 possibility to give VMs a name
+* Delete any snapshots when destroying domain (by Brian Pitts <brian at polibyte.com>)
+* Add reload command (by Brian Pitts <brian at polibyte.com>)
+* Update README (by <brett at apache.org>)
+
 # 0.0.10 (Oct. 7, 2013)
 
 * Delete files from destination to avoid confusions(by <skullzeek at gmail.com>)
diff --git a/README.md b/README.md
index 66080bc..e8b8c0b 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,13 @@ This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds an
 [Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
 control and provision machines via Libvirt toolkit.
 
-**Note:** Actual version (0.0.10) is still a development one. Feedback is
+**Note:** Actual version (0.0.11) is still a development one. Feedback is
 welcome and can help a lot :-)
 
-## Features (Version 0.0.10)
+## Features (Version 0.0.11)
 
 * Controll local Libvirt hypervisors.
-* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh` and `provision` commands.
+* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands.
 * Upload box image (qcow2 format) to Libvirt storage pool.
 * Create volume as COW diff image for domains.
 * Create private networks.
diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 086a1f0..9796dae 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module ProviderLibvirt
-    VERSION = '0.0.10'
+    VERSION = '0.0.11'
   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