Blame NEWS

Packit b65d48
0.3.4 -
Packit b65d48
======================
Packit b65d48
Packit b65d48
Changes since 0.3.3
Packit b65d48
Packit b65d48
- API additions:
Packit b65d48
        - ovirt_proxy_get_api()
Packit b65d48
        - OvirtVmDisplay::ca-cert
Packit b65d48
        - OvirtCollection::resources
Packit b65d48
        - OvirtProxy::sso-token
Packit b65d48
- Fixes to CA certificate handling
Packit b65d48
- Fix crash when a REST API call returned multiple elements with the same
Packit b65d48
  'name' attribute
Packit b65d48
- Various leak fixes
Packit b65d48
- Improved API documentation
Packit b65d48
- Fix GCancellable disconnection after async calls
Packit b65d48
- Translations:
Packit b65d48
        * Chinese (Simplified) (Aron Xu)
Packit b65d48
        * French (Erwan Georget)
Packit b65d48
        * Lithuanian (Aurimas Černius)
Packit b65d48
        * Occitan (Cédric Valmary)
Packit b65d48
        * Polish (Piotr Drąg)
Packit b65d48
        * Portuguese (Pedro Albuquerque)
Packit b65d48
        * Swedish (Anders Jonsson)
Packit b65d48
Packit b65d48
Packit b65d48
0.3.3 - April 8th 2015
Packit b65d48
======================
Packit b65d48
Packit b65d48
Changes since 0.3.2:
Packit b65d48
Packit b65d48
- Add support for SPICE proxy
Packit b65d48
- Don't report REST call cancellations as an unexpected error
Packit b65d48
- Access REST API through /ovirt-engine/api rather than /api as the latter is
Packit b65d48
  deprecated
Packit b65d48
- Parse status of storage domains
Packit b65d48
- Add support for GOVIRT_DISABLE_HTTPS and GOVIRT_NO_SSL_STRICT environment
Packit b65d48
  variable in order to make it easier to lower security during development/testing
Packit b65d48
- Fix compilation with older glibs
Packit b65d48
- Fix mingw build
Packit b65d48
- Translations:
Packit b65d48
    * Basque (Inaki Larranaga Murgoitio)
Packit b65d48
    * Bosnian (Samir Ribic)
Packit b65d48
    * Brazilian Portuguese (Rafael Ferreira)
Packit b65d48
    * Greek (Dimitris Spingos)
Packit b65d48
    * Hungarian (Balázs Úr)
Packit b65d48
    * Slovenian (Matej Urbančič)
Packit b65d48
    * Turkish (Muhammet Kara, Necdet Yücel)
Packit b65d48
    * Russian (Yuri Myasoedov)
Packit b65d48
Packit b65d48
Packit b65d48
0.3.2 - October 9th 2014
Packit b65d48
========================
Packit b65d48
Packit b65d48
Changes since 0.3.1:
Packit b65d48
Packit b65d48
- Allow empty filenames in OvirtCdrom, this allows to remove the current CD
Packit b65d48
  image from a VM
Packit b65d48
- Parse leading '~' when handling commandline filenames (Fabiano Fidêncio)
Packit b65d48
- Implemented ovirt_resource_delete() and its async variant
Packit b65d48
- Add translation support (Fabiano Fidêncio)
Packit b65d48
- Translations:
Packit b65d48
    * Czech (Marek Černocký)
Packit b65d48
    * German (Christian Kirbach)
Packit b65d48
    * Indonesian (Andika Triwidada)
Packit b65d48
    * Polish (Piotr Drąg)
Packit b65d48
    * Serbian (Мирослав Николић)
Packit b65d48
    * Slovenian (Matej Urbančič)
Packit b65d48
    * Spanish (Daniel Mustieles)
Packit b65d48
- Bug fixes
Packit b65d48
Packit b65d48
Packit b65d48
0.3.1 - September 3rd 2014
Packit b65d48
==========================
Packit b65d48
Packit b65d48
Changes since 0.3.0:
Packit b65d48
Packit b65d48
- Handle cookies set by the oVirt instance in order to have some
Packit b65d48
 'persistant' authentication through the JSESSIONID cookie
Packit b65d48
- Add support for VM pools (Iordan Iordanov)
Packit b65d48
- Added ovirt_resource_refresh{_async} in order to refetch a resource content
Packit b65d48
  remotely
Packit b65d48
- Various leak/memory-handling related bug fixes
Packit b65d48
- ovirt_proxy_new now expects a hostname without the https:// and the /api part.
Packit b65d48
  hostnames with http/https/api will still work fine but will cause runtime
Packit b65d48
  warnings.
Packit b65d48
Packit b65d48
Packit b65d48
0.3.0 - October 29, 2013
Packit b65d48
========================
Packit b65d48
Packit b65d48
Changes since 0.2.0:
Packit b65d48
Packit b65d48
- Add support for listing storage domains and the files they contain
Packit b65d48
- Add support for changing the CDRom available in a VM
Packit b65d48
- Introduced an OvirtApi class which represents the toplevel oVirt
Packit b65d48
  collection from which one can access VMs, storage domains, ...
Packit b65d48
  This means that various OvirtProxy methods to fetch VMs have been deprecated
Packit b65d48
  in favour of using OvirtApi + OvirtCollection methods
Packit b65d48
- Rework certificate handling, OvirtProxy now has a 'ssl-ca-file' property
Packit b65d48
  that can be used to specify which CA certificate should be used to validate
Packit b65d48
  remote certificates.
Packit b65d48
- Certificate checking is now enforced by default unless
Packit b65d48
  OvirtProxy::ssl-strict is set to FALSE
Packit b65d48
- ABI/API hasn't been broken, even though some functions were deprecated
Packit b65d48
Packit b65d48
0.2.0 - July 5, 2013
Packit b65d48
====================
Packit b65d48
Packit b65d48
Changes since 0.1.0:
Packit b65d48
Packit b65d48
- Break ABI :(
Packit b65d48
- Switch back to using GSimpleAsyncResult (from GTask) to gain
Packit b65d48
  compatibility with older glib versions
Packit b65d48
- Refactor internals to make it much easier to add support for more
Packit b65d48
  REST collections
Packit b65d48
- Parse more VM states from the OvirtVm resource
Packit b65d48
Packit b65d48
0.1.0 - June 7, 2013
Packit b65d48
====================
Packit b65d48
Packit b65d48
Changes since 0.0.3:
Packit b65d48
Packit b65d48
- Add OvirtVmDisplay::host_subject property, this is required in some cases
Packit b65d48
  to connect to a VM which is using SPICE
Packit b65d48
- Add OvirtVmDisplay::smartcard and OvirtVmDisplay::allow-override
Packit b65d48
  properties
Packit b65d48
- Implement ovirt_vm_refresh_async()