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
|
libvirt-glib News
=================
0.0.8 - Apr 27, 2012
====================
- Fix build of test suites with Debian's libtool
- Add API for disk source startup policy
- Add API for domain controller devices
- Add APIs for USB controllers
- Add APIs for USB / PCI device addressing schemes
- Add APIs for USB redirection devices
- Add ASync API for fetching domain info
- Add APIs for domain timer configuration
0.0.7 - Mar 30, 2012
====================
- Fix typo in filesystem access mode constant
- Remove incorrect encoding of XML attributes
- Add support for USB redirection devices
- Add support for SPICE agent device
- Fix typo in channel device target constant
- Make all string getters return a const string
- Keep list of devices sorted in original XML order
0.0.6 - Mar 05, 2012
====================
- Add binding for virDomainBlockResize(): gvir_domain_disk_resize().
- Set correct target node attribute for domain interface.
gvir_config_domain_interface_set_ifname() should be setting 'dev' attribute
under 'target', not 'device'.
- 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.
0.0.5 - Feb 20, 2012
====================
- Require libvirt >= 0.9.10
- 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
0.0.4 - Jan 12, 2012
====================
- 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
0.0.3 - Dec 19, 2011
====================
- 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
0.0.2 - Nov 22, 2011
====================
- Add API to redefine an existing domain.
- Expicitely call virInitialize() to avoid connection races.
- Adjust example to latest pygobject-3.0.
- Add missing deps on libxml2-devel & libtool.
- Add support for writing to streams
- Add API for creating transient domains
- Change all flags parameters to be guint
- Uncomment & fix code for returning object config
- Ensure pools & domains hashes are non-NULL to avoid SEGV
- Don't de-reference GError instances which are NULL
- Update COPYING file to have latest FSF address
- Update RPM specfile to include Fedora review feedback
0.0.1 - Nov 16, 2011
====================
First public release.
|