diff --git a/NEWS b/NEWS index 169060e..a11f5b3 100644 --- a/NEWS +++ b/NEWS @@ -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) =================== diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 41af8f5..6f87067 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -6,17 +6,19 @@

Official Releases

- You can download the official release, release 0.5.7, from: + You can download the official release, release 0.5.8, from:

-https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz
+https://download.libvirt.org/php/libvirt-php-0.5.8.tar.xz
 

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

+https://download.libvirt.org/php/libvirt-php-0.5.7.tar.xz +
https://download.libvirt.org/php/libvirt-php-0.5.6.tar.xz
https://download.libvirt.org/php/libvirt-php-0.5.5.tar.gz