]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: commit to 0.10.0 release naming
authorEric Blake <eblake@redhat.com>
Wed, 1 Aug 2012 17:00:35 +0000 (11:00 -0600)
committerDaniel Veillard <veillard@redhat.com>
Thu, 2 Aug 2012 10:55:43 +0000 (18:55 +0800)
With 0.10.0-rc0 out the door, we are committed to the next version
number.

* src/libvirt_public.syms (LIBVIRT_0.9.14): Rename...
(LIBVIRT_0.10.0): ...to this.
* docs/formatdomain.html.in: Fix fallout.
* src/openvz/openvz_driver.c (openvzDriver): Likewise.
* src/remote/remote_driver.c (remote_driver): Likewise.

docs/formatdomain.html.in
src/libvirt_public.syms
src/openvz/openvz_driver.c
src/remote/remote_driver.c

index c834577892bc22cb7ffe396da76c56ec0a19d683..f97c630bed2e5974ee372fc6724334ea1ec3247a 100644 (file)
         CPU model will fail. Supported values for <code>fallback</code>
         attribute are: <code>allow</code> (this is the default), and
         <code>forbid</code>. The optional <code>vendor_id</code> attribute
-        (<span class="since">Since 0.9.14</span>)  can be used to set the
+        (<span class="since">Since 0.10.0</span>)  can be used to set the
         vendor id seen by the guest. It must be exactly 12 characters long.
         If not set the vendor id of the host is used. Typical possible
         values are "AuthenticAMD" and "GenuineIntel".</dd>
index 500418276325364ace17993fe777587bcc383b45..e3ba119ade708e6ac9cf55dbe7a748fda8221f5c 100644 (file)
@@ -544,7 +544,7 @@ LIBVIRT_0.9.13 {
         virDomainSnapshotRef;
 } LIBVIRT_0.9.11;
 
-LIBVIRT_0.9.14 {
+LIBVIRT_0.10.0 {
     global:
         virDomainGetHostname;
         virConnectRegisterCloseCallback;
index 4cc7f46e3fdaca07873901dc14e1d068c837c094..48b5219cb31ee7a5c353d8442e563df285f47c5d 100644 (file)
@@ -2170,7 +2170,7 @@ static virDriver openvzDriver = {
     .domainIsUpdated = openvzDomainIsUpdated, /* 0.8.6 */
     .isAlive = openvzIsAlive, /* 0.9.8 */
     .domainUpdateDeviceFlags = openvzDomainUpdateDeviceFlags, /* 0.9.13 */
-    .domainGetHostname = openvzDomainGetHostname, /* 0.9.14 */
+    .domainGetHostname = openvzDomainGetHostname, /* 0.10.0 */
 };
 
 int openvzRegister(void) {
index 9354cb4d12a58629b2f4179af852f1060198c20b..b9e2127e9c3b52feaba2ac9d018513bd95784e0f 100644 (file)
@@ -5366,7 +5366,7 @@ static virDriver remote_driver = {
     .domainGetDiskErrors = remoteDomainGetDiskErrors, /* 0.9.10 */
     .domainSetMetadata = remoteDomainSetMetadata, /* 0.9.10 */
     .domainGetMetadata = remoteDomainGetMetadata, /* 0.9.10 */
-    .domainGetHostname = remoteDomainGetHostname, /* 0.9.14 */
+    .domainGetHostname = remoteDomainGetHostname, /* 0.10.0 */
 };
 
 static virNetworkDriver network_driver = {