Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
libvirt
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Added
libvirt.changes
@@ -0,0 +1,245 @@ +------------------------------------------------------------------- +Thu Apr 24 14:00:06 MDT 2008 - jfehlig@novell.com + +- Fix Xen 3.2 hypercalls. bnc#378798 + +------------------------------------------------------------------- +Thu Apr 10 11:43:14 MDT 2008 - jfehlig@novell.com + +- Fix NULL pointer dereference in auth callback. bnc#373180, + bnc#354995 + +------------------------------------------------------------------- +Wed Jan 9 15:45:34 MST 2008 - jfehlig@novell.com + +- Remove Requires of nc package. netcat is the equivalent but it + does not support unix domain sockets so no need to require it + either. + +------------------------------------------------------------------- +Tue Jan 8 17:07:49 CET 2008 - coolo@suse.de + +- do not require a non existant package, but change it to a recommend + to digestmd5 + +------------------------------------------------------------------- +Fri Jan 4 11:06:25 MST 2008 - jfehlig@novell.com + +- Updated to libvirt-0.4.0 + - SASL based authentication for libvirt remote support + - PolicyKit authentication + - Documentation: example files for QEMU and libvirtd configuations, + authentication documentation updates + - Bug fixes, improvements and code cleanup + +------------------------------------------------------------------- +Tue Oct 9 14:00:25 MDT 2007 - jfehlig@novell.com + +- Updated to libvirt 0.3.3 + - Avahi mDNS daemon export + - NUMA support + - Bug fixes +- Cleanup rpmlint warnings + +------------------------------------------------------------------- +Mon Oct 8 09:56:02 MDT 2007 - jfehlig@novell.com + +- Removed 'jobs' option from make invocation in spec file. Appears + to be a subtle dependency issue in one of the makefiles which is + causing problems with generation of python bindings when jobs > 1. + Bug #329032. + +------------------------------------------------------------------- +Mon Aug 20 17:45:13 MDT 2007 - jfehlig@novell.com + +- Added init script for libvirtd. libvirtd is needed to support + management of qemu/kvm guests. Some Xen networking is handled + through libvirt as well - bug #298021. + +------------------------------------------------------------------- +Mon Jul 23 17:08:09 MDT 2007 - jfehlig@novell.com + +- Update to libvirt-0.3.0 + - Secure Remote support + - Documentation: remote support, description of the URI connection + strings, update of virsh man page, matrix of libvirt API/hypervisor + support with version informations + - Bug fixes: examples Makefile.am generation, SetMem fix, URI + handling and ordering of drivers, fix virsh help without hypervisor, + id marshalling fix, fix virConnectGetMaxVcpus on remote, avoid + a realloc leak, scheduler parameters handling for Xen, various + early remote bug fixes, remove virsh leaks of domains references, + configCache refill bug, fix XML serialization bugs + - Improvements: QEmu switch to XDR-based protocol, device attach/detach + commands OCaml bindings, new entry points virDomainGetConnect and + virNetworkGetConnect useful for bindings, reunitifaction of remote + and qemu daemon under a single libvirtd with a config file + - Cleanups: parsing of connection URIs, messages from virsh, + Coverage files, Solaris fixes, avoid [r]index calls, release + information in Xen backend, virsh cpupin command cleanups, + xen:/// suppport as standard Xen URI, improve driver + selection/decline mechanism, error reporting on XML dump, + Remove unused virDomainKernel structure, daemon event loop event + handling, various unifications cleanup in the daemon merging, + internal file and timer monitoring API, remove libsysfs dependancy, + call brctl program directly, virBuffer functions cleanups, + make init script LSB compliant, error handling on lookup functions, + remove internal virGetDomainByID, revamp of xen subdrivers interfaces + - Localization updates + +------------------------------------------------------------------- +Tue Jun 12 09:05:17 MDT 2007 - ccoffing@novell.com + +- Update to libvirt-0.2.3. +- Fix duplicate files found by rpmlint. + +------------------------------------------------------------------- +Wed May 23 09:11:18 MDT 2007 - ccoffing@novell.com + +- Fix rpmlint errors. + +------------------------------------------------------------------- +Fri Apr 27 10:18:41 MDT 2007 - ccoffing@novell.com + +- Update to libvirt-0.2.2. + +------------------------------------------------------------------- +Wed Mar 7 18:50:05 CET 2007 - sbrabec@suse.cz + +- Created -doc subpackage (#248813). +- Do not remove valid locales. +- Fixed docdir destination. +- Build with CFLAGS. +- Spec file cleanup. + +------------------------------------------------------------------- +Tue Feb 20 15:38:15 MST 2007 - jfehlig@novell.com + +- Removed usr/lib/libvirt_proxy setuid binary from package. Fixes + bug #246610. + +------------------------------------------------------------------- +Fri Feb 16 19:36:23 MST 2007 - jfehlig@novell.com + +- Updated to latest release. Many of the issues seen in virt-manager + have been caused by bugs / missing functionality in libvirt. This + upate provides a better basis for virt-manager. + +------------------------------------------------------------------- +Wed Jan 10 17:06:55 MST 2007 - jfehlig@novell.com + +- Updated to latest release, version 0.1.10. Submitting to SLES10 SP1 + to provide base functionality for FATE feature 301181. + - more localizations + - bug fixes: + - VCPU info breakages on xen 3.0.3 + - xenDaemonListDomains buffer overflow (Daniel Berrange) + - reference count bug when creating Xen domains (Daniel Berrange) + - improvements: + - support graphic framebuffer for Xen paravirt (Daniel Berrange) + - VNC listen IP range support (Daniel Berrange) + - support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange) + +------------------------------------------------------------------- +Fri Dec 8 16:28:42 MST 2006 - jfehlig@novell.com + +- Updated to latest release, version 0.1.9. + - python bindings: release interpeter lock when calling C (Daniel Berrange) + - don't raise HTTP error when looking informations for a domain + - some refactoring to use the driver for all entry points + - better error reporting (Daniel Berrange) + - fix OS reporting when running as non-root + - provide XML parsing errors + - extension of the test framework (Daniel Berrange) + - fix the reconnect regression test + - python bindings: Domain instances now link to the Connect to avoid garbage collection and disconnect + - separate the notion of maximum memory and current use at the XML level + - Fix a memory leak (Daniel Berrange) + - add support for shareable drives + - add support for non-bridge style networking configs for guests(Daniel Berrange) + - python bindings: fix unsigned long marshalling (Daniel Berrange) + - new config APIs virConfNew() and virConfSetValue() to build configs from scratch + - hot plug device support based on Michel Ponceau patch + - added support for inactive domains, new APIs, various associated cleanup (Daniel Berrange) + - special device model for HVM guests (Daniel Berrange) + - add API to dump core of domains (but requires a patched xend) + - pygrub bootloader informations take over <os> informations + - updated the localization strings + +------------------------------------------------------------------- +Fri Oct 20 13:00:55 MDT 2006 - jfehlig@novell.com + +- Updated to latest release, version 0.1.8. + - Bug for system with page size != 4k + - vcpu number initialization (Philippe Berthault) + - don't label crashed domains as shut off (Peter Vetere) + - fix virsh man page (Noriko Mizumoto) + - blktapdd support for alternate drivers like blktap (Daniel Berrange) + - memory leak fixes (xend interface and XML parsing) (Daniel Berrange) + - compile fix + - mlock/munlock size fixes (Daniel Berrange) + - improve error reporting +- Updated to latest release, version 0.1.7. + - fix a memory bug on getting vcpu informations from xend (Daniel Berrange) + - fix another problem in the hypercalls change in Xen changeset + 86d26e6ec89b when getting domain informations (Daniel Berrange) + +------------------------------------------------------------------- +Tue Sep 26 11:34:56 MDT 2006 - jfehlig@novell.com + +- Updated to latest release, version 0.1.6. This release includes + fix in hypercall driver so local patch has been removed. + +------------------------------------------------------------------- +Wed Sep 13 15:31:26 MDT 2006 - jfehlig@novell.com + +- Fixed bug in hypercall driver introduced in version 0.1.5. + Patch sumbmitted upstream and included locally until next release. + +-------------------------------------------------------------------