From c486a69a04e85d792f36e296fff0ab1f14517716 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 5 Mar 2007 10:56:02 +0000 Subject: [PATCH] Mon Mar 05 10:52:02 IST 2007 Mark McLoughlin * src/xend_internal.c: Change lookup by UUID to request a path @@ -16,7 +22,7 @@ Thu Mar 01 18:22:23 EST 2007 Daniel P. Berrange in POST response, look for 'xend.err' which is likely to catch many more error replies from XenD. Signed-off-by: Kazuki Mizushima -Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin +Thu Mar 01 16:17:48 IST 2007 Mark McLoughlin * acinclude.m4: add LIBVIRT_COMPILE_WARNINGS, copied from GNOME but with a few more flags we'd been using. @@ -27,7 +33,7 @@ Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin * proxy/Makefile.am, python/Makefile.am, qemud/Makefile.am, src/Makefile.am, tests/Makefile.am: use $(WARN_CFLAGS) -Thu Mar 01 16:00:12 EST 2007 Mark McLoughlin +Thu Mar 01 16:00:12 IST 2007 Mark McLoughlin Fix from Richard W.M. Jones @@ -198,7 +204,7 @@ Fri Feb 23 08:49:12 IST 2007 Mark McLoughlin src/xm_internal.c, src/xs_internal.c: set those methods to NULL -Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin +Fri Feb 23 08:41:34 IST 2007 MarkMcLoughlin * qemud/conf.[ch]: significantly re-factor qemudLoadConfigXML() so that "parse the XML", "assign the def to a VM" and diff --git a/libvirt.spec.in b/libvirt.spec.in index c2530ce358..fbe67850be 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -3,7 +3,7 @@ Summary: Library providing an API to use the Xen virtualization Name: libvirt Version: @VERSION@ -Release: 1%{?dist} +Release: 4%{?dist} License: LGPL Group: Development/Libraries Source: libvirt-%{version}.tar.gz @@ -128,22 +128,37 @@ fi %doc docs/examples/python %changelog -* Wed Feb 14 2007 Daniel Veillard 0.2.0-1 +* Fri Feb 23 2007 Daniel P. Berrange - 0.2.0-4.fc7 +- Fix loading of guest & network configs + +* Fri Feb 16 2007 Daniel P. Berrange - 0.2.0-3.fc7 +- Disable kqemu support since its not in Fedora qemu binary +- Fix for -vnc arg syntax change in 0.9.0 QEMU + +* Thu Feb 15 2007 Daniel P. Berrange - 0.2.0-2.fc7 +- Fixed path to qemu daemon for autostart +- Fixed generation of block in XML +- Pre-create config directory at startup + +* Wed Feb 14 2007 Daniel Veillard 0.2.0-1.fc7 - support for KVM and QEmu - support for network configuration - assorted fixes -* Wed Dec 20 2006 Daniel Veillard 0.1.11-1 +* Mon Jan 22 2007 Daniel Veillard 0.1.11-1.fc7 - finish inactive Xen domains support - memory leak fix - RelaxNG schemas for XML configs -* Wed Dec 20 2006 Daniel Veillard 0.1.10-1 +* Wed Dec 20 2006 Daniel Veillard 0.1.10-1.fc7 - support for inactive Xen domains - improved support for Xen display and vnc - a few bug fixes - localization updates +* Thu Dec 7 2006 Jeremy Katz - 0.1.9-2 +- rebuild against python 2.5 + * Wed Nov 29 2006 Daniel Veillard 0.1.9-1 - better error reporting - python bindings fixes and extensions @@ -155,6 +170,13 @@ fi - various bug fixes, cleanups and improvements - updated the localization +* Tue Nov 7 2006 Daniel Veillard 0.1.8-3 +- it's pkgconfig not pgkconfig ! + +* Mon Nov 6 2006 Daniel Veillard 0.1.8-2 +- fixing spec file, added %dist, -devel requires pkgconfig and xen-devel +- Resolves: rhbz#202320 + * Mon Oct 16 2006 Daniel Veillard 0.1.8-1 - fix missing page size detection code for ia64 - fix mlock size when getting domain info list from hypervisor