]> xenbits.xensource.com Git - libvirt.git/commitdiff
Change livbirt version to 1.3.0 for the next release
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 16 Jun 2015 11:38:54 +0000 (13:38 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 16 Jun 2015 11:46:22 +0000 (13:46 +0200)
Since the background for Admin API is merged upstream, we are bumping
the minor release version as discussed previously

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
configure.ac
docs/formatdomain.html.in
src/parallels/parallels_driver.c

index dbaf2722f8f3abd74ca08ec978533feaba8167e5..20fc564a8128d09ad9d03774970e3cf412d67ff2 100644 (file)
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
 dnl License along with this library.  If not, see
 dnl <http://www.gnu.org/licenses/>.
 
-AC_INIT([libvirt], [1.2.17], [libvir-list@redhat.com], [], [http://libvirt.org])
+AC_INIT([libvirt], [1.3.0], [libvir-list@redhat.com], [], [http://libvirt.org])
 AC_CONFIG_SRCDIR([src/libvirt.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
index 3ccc71c55918670e01c4b6c5b21071f41b2de55e..4e85b51040cb600839194428eb6cf43988ce4485 100644 (file)
@@ -4275,7 +4275,7 @@ qemu-kvm -net nic,model=? /dev/null
         element.  Each queue will potentially be handled by a different
         processor, resulting in much higher throughput.
         <span class="since">virtio-net since 1.0.6 (QEMU and KVM only)</span>
-        <span class="since">vhost-user since 1.2.17 (QEMU and KVM only)</span>
+        <span class="since">vhost-user since 1.3.0 (QEMU and KVM only)</span>
       </dd>
       <dt><code>host</code> offloading options</dt>
       <dd>
index 706229d8486c2691e144b88155b7ead76fb13e3c..b0a19f32c8209493dbd05aa72fc8540383be8dfe 100644 (file)
@@ -1371,8 +1371,8 @@ static virHypervisorDriver vzDriver = {
     .domainManagedSave = parallelsDomainManagedSave, /* 1.2.14 */
     .domainManagedSaveRemove = parallelsDomainManagedSaveRemove, /* 1.2.14 */
     .domainGetMaxMemory = parallelsDomainGetMaxMemory, /* 1.2.15 */
-    .domainBlockStats = parallelsDomainBlockStats, /* 1.2.17 */
-    .domainBlockStatsFlags = parallelsDomainBlockStatsFlags, /* 1.2.17 */
+    .domainBlockStats = parallelsDomainBlockStats, /* 1.3.0 */
+    .domainBlockStatsFlags = parallelsDomainBlockStatsFlags, /* 1.3.0 */
 };
 
 static virConnectDriver vzConnectDriver = {