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
|
# ChangeLog for app-emulation/libvirt
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.17 2008/11/23 21:53:54 marineam Exp $
*libvirt-0.4.6 (23 Nov 2008)
*libvirt-0.4.4-r2 (23 Nov 2008)
23 Nov 2008; Michael Marineau <marineam@gentoo.org>
+files/libvirt-0.4.6-parallel-build-fix.patch,
+files/libvirt-0.4.6-qemu-img-name.patch, files/libvirtd.init,
metadata.xml, -libvirt-0.1.3.ebuild, -libvirt-0.1.4.ebuild,
-libvirt-0.1.7.ebuild, -libvirt-0.2.3.ebuild, -libvirt-0.3.3.ebuild,
-libvirt-0.4.2.ebuild, -libvirt-0.4.4.ebuild, -libvirt-0.4.4-r1.ebuild,
+libvirt-0.4.4-r2.ebuild, +libvirt-0.4.6.ebuild:
Fix bugs #233379 and #238008. Bump to 0.4.6, bug #239387.
Clean out lots of old versions.
11 Aug 2008; Tiziano Müller <dev-zero@gentoo.org> files/libvirtd.init:
Removed bashism, added a progress-meter...... ;-)
11 Aug 2008; Tiziano Müller <dev-zero@gentoo.org> files/libvirtd.init:
Corrected typo in pid-file parameter for s-s-d in init.d-file
28 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
*libvirt-0.4.4-r1 (15 Jul 2008)
15 Jul 2008; Lance Albertson <ramereth@gentoo.org>
+files/libvirt-0.4.4-binary-paths.patch,
+files/libvirt-0.4.4-capabilities-kvm-path.patch, files/libvirtd.confd,
files/libvirtd.init, +libvirt-0.4.4-r1.ebuild:
Add support for kvm
* Add patches to deal with kvm binary names
* Fix DEPEND
- Discovered that bridge-utils, nc, and dnsmasq are needed to run libvirt
properly. Make dnsmasq a dep only if needing libvirtd
* Set default pidfile location to be in /var/run
* Add server useflag to choose whether you wanted libvirtd or not
* Update init script
- Deal with shutting down kvm domains properly
- Add reload for libvirtd
- Remove need to specify pidfile during startup
*libvirt-0.4.4 (08 Jul 2008)
08 Jul 2008; Lance Albertson <ramereth@gentoo.org>
+files/libvirt-0.4.4-kvm-cdrom-fix.patch, +files/libvirtd.confd,
+files/libvirtd.init, metadata.xml, +libvirt-0.4.4.ebuild:
* Bump version
* Add init scripts for libvirtd
* Add kvm-cdrom-fix patch
* Add myself as a maintainer
15 May 2008; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
Add myself as maintainer.
*libvirt-0.4.2 (15 May 2008)
15 May 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+libvirt-0.4.2.ebuild:
(#208470, #212812, #211959, #212820) Bump. Adds all kinds of new USE
flags, including OpenVZ.
15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>; libvirt-0.1.3.ebuild,
libvirt-0.1.4.ebuild, libvirt-0.2.3.ebuild, libvirt-0.3.3.ebuild:
Fix quoting, use emake.
*libvirt-0.3.3 (15 Oct 2007)
15 Oct 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+libvirt-0.3.3.ebuild:
Adds some new features like remote access and OpenVZ (although the latter
may only be at the libvirt level so far).
29 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing agriffis from metadata due to his retirement (see #182294 for
reference).
*libvirt-0.2.3 (10 Jun 2007)
10 Jun 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+libvirt-0.2.3.ebuild:
Bump to a current version. A major feature added in 0.2.x is support for
qemu/kvm.
09 Nov 2006; Andrew Ross <aross@gentoo.org> metadata.xml:
Add package to xen herd, with maintainer's consent.
*libvirt-0.1.7 (10 Oct 2006)
10 Oct 2006; Aron Griffis <agriffis@gentoo.org> +libvirt-0.1.7.ebuild:
Bump to 0.1.7 (from 0.1.4). #150536
*libvirt-0.1.4 (24 Aug 2006)
24 Aug 2006; Aron Griffis <agriffis@gentoo.org> +libvirt-0.1.4.ebuild:
Bump to 0.1.4 (from 0.1.3)
02 Aug 2006; Aron Griffis <agriffis@gentoo.org> +metadata.xml:
Add metadata.xml
*libvirt-0.1.3 (02 Aug 2006)
02 Aug 2006; Aron Griffis <agriffis@gentoo.org> +libvirt-0.1.3.ebuild:
Add libvirt, virtualization library for xen, and in the future, other
hypervisors
|