2012-03-07 12:50:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 7 11:37:49 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.6:
|
|
|
|
+ Add binding for virDomainBlockResize():
|
|
|
|
gvir_domain_disk_resize().
|
|
|
|
+ Set correct target node attribute for domain interface.
|
|
|
|
} Getter for the associated domain of a domain device.
|
|
|
|
+ Getters for GVirConfigDomainInterface attributes.
|
|
|
|
+ GVirDomainDevice now has an associated GVirConfigDomainDevice.
|
|
|
|
+ Remove now redundant 'path' property from GVirDomainDevice
|
|
|
|
subclasses.
|
|
|
|
+ Add gvir_domain_get_devices().
|
|
|
|
+ Empty statistics for user-mode interfaces. One of the
|
|
|
|
limitations of user-mode networking of libvirt is that you
|
|
|
|
can't get statistics for it (not yet, at least). Instead of
|
|
|
|
erroring-out in that case, simply return empty statistics
|
|
|
|
result and spit a debug message.
|
|
|
|
+ Fix a GVirStream leak.
|
|
|
|
+ Also distribute GNUmakefile, cfg.mk and maint.mk files.
|
|
|
|
|
2012-02-21 20:24:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 21 20:11:38 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.5:
|
|
|
|
+ Fix error after finishing a stream
|
|
|
|
+ Use G_PARAM_STATIC_STRINGS
|
|
|
|
+ Add config for readonly disks
|
|
|
|
+ Add config for description/metadata
|
|
|
|
+ Fix type when creating storage volumes
|
|
|
|
+ Remove some bogus g_error usage
|
|
|
|
+ Import GNULIB's compiler warning flags support & fix problems
|
|
|
|
+ Add API for resizing storage volumes
|
|
|
|
+ Add API to check if a domain is saved
|
|
|
|
+ Add config for disk cache method
|
|
|
|
+ Add APIs to get node information
|
|
|
|
+ Add flags for deleting domains
|
|
|
|
|
2012-01-31 10:37:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 08:59:44 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.4:
|
|
|
|
+ Add support for configuring sound, serial, parallel and channel
|
|
|
|
devices
|
|
|
|
+ Add support for newer libvirt shutdown event
|
|
|
|
+ Add support for setting SPICE/VNC passwords
|
|
|
|
+ Fix storage pool annotations
|
|
|
|
+ Improve docs for memory APIs
|
|
|
|
+ Fix problem with duplicated attributes
|
|
|
|
+ Many internal XML helper API cleanups/additions
|
|
|
|
+ Add API for retrieving list of all devices
|
|
|
|
+ Fix mixup between g_new0/g_slice_free
|
|
|
|
+ Change namespace for GVirConfig APIs (breaks ABI and API)
|
|
|
|
+ New APIs for save/suspend
|
|
|
|
|
2012-01-10 09:59:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 10 09:37:04 UTC 2012 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.0.3:
|
|
|
|
+ Flesh out API in libvirt-gconfig to allow basic domain
|
|
|
|
configuration
|
|
|
|
+ Don't memset private data fields, since glib already ensures
|
|
|
|
this
|
|
|
|
+ Fix VPATH builds
|
|
|
|
+ Add syntax-check rules ensuring coding style compliance
|
|
|
|
+ Describe coding style in HACKING file
|
|
|
|
+ Expand libvirt-gobject API to allow watches on streams
|
|
|
|
+ Simplify debug system with new glib
|
|
|
|
+ Fix libvirt-gobject pkg-config file
|
|
|
|
+ Fix domain event handlig wrt transient guests
|
|
|
|
+ Don't crash if given a NULL uri to connect to
|
|
|
|
+ Expand libvirt-gobject API for storage pools & volumes
|
|
|
|
+ Fix some crashes in error paths where GError instance was NULL
|
|
|
|
+ Add vala files to the RPM
|
|
|
|
+ Add binding for open domain consoles & graphics.
|
|
|
|
- Add libtool BuildRequires.
|
|
|
|
- Split typelib file into typelib-1_0-Libvirt* subpackage.
|
|
|
|
- Add typelib-1_0-Libvirt* Requires to devel subpackage.
|
|
|
|
|
2011-11-28 22:28:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 24 08:08:49 UTC 2011 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Initial package, version 0.0.2
|
|
|
|
|