1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
====================
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 (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)
===================
* Dropped support for PHP-6.0 and older
* Fixed libvirt_connect_get_machine_types() with PHP-7.0 and newer
* Dropped imagick dependency
* Bug fixes
v0.5.6 (2022-06-14)
===================
* PHP-8.0 support
* Implemented virDomainSnapshotCurrent() API
* Implemented virNetworkGetDHCPLeases() API
* Implemented virDomainGetCPUStats() API
* Implemented virDomainUndefineFlags() API
* Fixed libvirt_domain_interface_addresses() when multiple addresses are reported
* Bug fixes
v0.5.5 (2020-02-08)
===================
* Implemented virDomainReset() API
* Implemented virDomainInterfaceAddresses() API
* Bug fixes
v0.5.4 (2017-08-02)
===================
* Added API bindings for getting/setting network autostart
* Implement NWFilter API bindings
* Bug fixes
v0.5.3 (2017-05-11)
===================
* Several improvements for the build system
* Implemented new libvirt APIs
* Slight rework of our examples
* Bug fixes
v0.5.2 (2016-04-20)
===================
* Several bugfixes & improvements
v0.5.1 (2015-10-02)
===================
* Several bugfixes & improvements
v0.5.0 (2014-01-23)
===================
* Several bugfixes & improvements
v0.4.9 (2013-09-06)
===================
v0.4.8 (2013-04-08)
===================
v0.4.7 (2013-01-17)
===================
v0.4.4 (2011-08-22)
===================
* Several bugfixes for VNC and updated SPEC file
v0.4.3 (2011-08-11)
===================
* Rebase to 0.4.3 from master branch
v0.4.1-5 (2011-04-19)
=====================
* Minor memory leak fixes
* Several bug fixes
v0.4.1-4 (2011-04-11)
=====================
* Add new storagepool API functions
* Add optional xPath argument for *_get_xml_desc() functions
* Add new network API functions
* Add new API functions to add/remove disks
v0.4.1-3 (2011-03-23)
=====================
* Add connection information function
* Add coredump support
* Add snapshots support
* Improve error reporting for destructors
v0.4.1-1 (2011-03-10)
=====================
* Changes done to comply with Fedora package policy
v0.4.1 (2011-02-08)
===================
* Initial commit (from github)
v0.3a (2010-06-29)
==================
* Alpha release
* fixes compile against newer PHP
v0.3 (2010-03-17)
=================
* Alpha release
v0.2.1 (2009-04-14)
===================
* Alpha release
v0.2 (2009-04-13)
=================
* Alpha release
|