]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Mon Mar 05 10:52:02 IST 2007 Mark McLoughlin <markmc@redhat.com:
authorMark McLoughlin <markmc@redhat.com>
Mon, 5 Mar 2007 10:56:02 +0000 (10:56 +0000)
committerMark McLoughlin <markmc@redhat.com>
Mon, 5 Mar 2007 10:56:02 +0000 (10:56 +0000)
        * libvirt.spec.in: sync some of the chanes from dist-cvs
        so that this looks pretty much as it should do for the
        next release.

ChangeLog
libvirt.spec.in

index 35c8d8b28542acff22f8f76a780a8ae063110454..683b31f174cc6716265ce2039959e1e51573fdd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 05 10:52:02 IST 2007 Mark McLoughlin <markmc@redhat.com:
+
+       * libvirt.spec.in: sync some of the chanes from dist-cvs
+       so that this looks pretty much as it should do for the
+       next release.
+       
 Fri Mar 02 15:16:23 EST 2007 Daniel P. Berrange <berrange@redhat.com>
 
        * 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 <berrange@redhat.com>
        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 <markmc@redhat.com>
+Thu Mar 01 16:17:48 IST 2007 Mark McLoughlin <markmc@redhat.com>
 
        * 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 <markmc@redhat.com>
        * 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 <markmc@redhat.com>
+Thu Mar 01 16:00:12 IST 2007 Mark McLoughlin <markmc@redhat.com>
        
        Fix from Richard W.M. Jones <rjones@redhat.com>
 
@@ -198,7 +204,7 @@ Fri Feb 23 08:49:12 IST 2007 Mark McLoughlin <markmc@redhat.com>
          src/xm_internal.c, src/xs_internal.c: set those
        methods to NULL
        
-Fri Feb 23 08:41:34 IST 2007 Mark McLoughlin <markmc@redhat.com>
+Fri Feb 23 08:41:34 IST 2007 MarkMcLoughlin <markmc@redhat.com>
 
        * qemud/conf.[ch]: significantly re-factor qemudLoadConfigXML()
        so that "parse the XML", "assign the def to a VM" and
index c2530ce35885eb36007038855b4b73642f232f63..fbe67850be314d5cb7368166716b3e055a066ae1 100644 (file)
@@ -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 <veillard@redhat.com> 0.2.0-1
+* Fri Feb 23 2007 Daniel P. Berrange <berrange@redhat.com> - 0.2.0-4.fc7
+- Fix loading of guest & network configs
+
+* Fri Feb 16 2007 Daniel P. Berrange <berrange@redhat.com> - 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 <berrange@redhat.com> - 0.2.0-2.fc7
+- Fixed path to qemu daemon for autostart
+- Fixed generation of <features> block in XML
+- Pre-create config directory at startup
+
+* Wed Feb 14 2007 Daniel Veillard <veillard@redhat.com> 0.2.0-1.fc7
 - support for KVM and QEmu
 - support for network configuration
 - assorted fixes
 
-* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.11-1
+* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> 0.1.11-1.fc7
 - finish inactive Xen domains support
 - memory leak fix
 - RelaxNG schemas for XML configs
 
-* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 0.1.10-1
+* Wed Dec 20 2006 Daniel Veillard <veillard@redhat.com> 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 <katzj@redhat.com> - 0.1.9-2
+- rebuild against python 2.5
+
 * Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com> 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 <veillard@redhat.com> 0.1.8-3
+- it's pkgconfig not pgkconfig !
+
+* Mon Nov  6 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-2
+- fixing spec file, added %dist, -devel requires pkgconfig and xen-devel
+- Resolves: rhbz#202320
+
 * Mon Oct 16 2006 Daniel Veillard <veillard@redhat.com> 0.1.8-1
 - fix missing page size detection code for ia64
 - fix mlock size when getting domain info list from hypervisor