Skip to content

Commit

Permalink
Release of libvirt-php-0.5.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
  • Loading branch information
zippy2 committed Jan 22, 2024
1 parent ca315f8 commit bab9fe6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 13 additions & 3 deletions NEWS
Expand Up @@ -5,10 +5,20 @@ libvirt-php releases
This is the list of official releases for libvirt-php, along with an
overview of the changes introduced by each of them.

v0.5.8 (unreleased)
===================
v0.5.8 (2024-01-22)
===================

* Adapt libvirt_connect_get_nic_models() to new QEMU
* Adapt libvirt_connect_get_soundhw_models() to new QEMU
* Implement virConnectGetDomainCapabilities() API
* Implement virDomainSnapshotCreateXML() API
* Implement virDomainBlockPull() API
* Implement virDomainBlockRebase() API
* Implement virDomainBlockCopy() API
* Various memleak fixes
* Various test suite fixes
* Bug fixes

*

v0.5.7 (2022-12-07)
===================
Expand Down
6 changes: 4 additions & 2 deletions docs/downloads.html.in
Expand Up @@ -6,17 +6,19 @@
<h2>Official Releases</h2>

<p>
You can download the official release, release 0.5.7, from:
You can download the official release, release 0.5.8, from:
</p>

<pre>
<a href="https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz">https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz</a>
<a href="https://download.libvirt.org/php/libvirt-php-0.5.8.tar.xz">https://download.libvirt.org/php/libvirt-php-0.5.8.tar.xz</a>
</pre>

<p>
However if you prefer to download any versions of the previous official releases please click on the release you want to download:
</p>

<a href="https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz">https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz</a>
<br/>
<a href="https://download.libvirt.org/php/libvirt-php-0.5.6.tar.xz">https://download.libvirt.org/php/libvirt-php-0.5.6.tar.xz</a>
<br/>
<a href="https://download.libvirt.org/php/libvirt-php-0.5.5.tar.gz">https://download.libvirt.org/php/libvirt-php-0.5.5.tar.gz</a>
Expand Down

0 comments on commit bab9fe6

Please sign in to comment.