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
|
# ChangeLog for app-emulation/qemu-guest-agent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 1.15 2013/09/12 16:18:31 dev-zero Exp $
*qemu-guest-agent-1.5.2-r2 (12 Sep 2013)
*qemu-guest-agent-1.6.0-r1 (12 Sep 2013)
12 Sep 2013; Tiziano Müller <dev-zero@gentoo.org>
+qemu-guest-agent-1.5.2-r2.ebuild, +qemu-guest-agent-1.6.0-r1.ebuild,
-qemu-guest-agent-1.5.2-r1.ebuild, -qemu-guest-agent-1.6.0.ebuild:
Add implicit dependency on sysvinit >=2.88-r5 since qemu-ga calls shutdown
with '-P'/'-H' but without '-h' and this got added in 2.88-r5
05 Sep 2013; Michał Górny <mgorny@gentoo.org>
qemu-guest-agent-1.5.2-r1.ebuild, qemu-guest-agent-1.6.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*qemu-guest-agent-1.6.0 (16 Aug 2013)
16 Aug 2013; Doug Goldstein <cardoe@gentoo.org>
+qemu-guest-agent-1.6.0.ebuild:
Version bump
*qemu-guest-agent-1.5.2-r1 (11 Aug 2013)
11 Aug 2013; Doug Goldstein <cardoe@gentoo.org> +files/qemu-ga.conf-r1,
+files/qemu-ga.init-r1, +qemu-guest-agent-1.5.2-r1.ebuild,
-files/qemu-ga.conf, -files/qemu-ga.init, -qemu-guest-agent-1.2.0.ebuild,
-qemu-guest-agent-1.4.2.ebuild, -qemu-guest-agent-1.5.2.ebuild:
Fix issue with paths being prefixed with /usr/local. Correctly move everything
to /run from /var/run. Fix issue with daemon not starting up correctly due to
missing options. Add GA_OPTIONS to init script config for other options like a
--fsfreeze-hook. bug #480438. bug #480370.
*qemu-guest-agent-1.5.2 (09 Aug 2013)
09 Aug 2013; Doug Goldstein <cardoe@gentoo.org>
+qemu-guest-agent-1.5.2.ebuild:
Versio bump. bug #480380
*qemu-guest-agent-1.4.2 (03 Jun 2013)
03 Jun 2013; Doug Goldstein <cardoe@gentoo.org>
+qemu-guest-agent-1.4.2.ebuild:
Version bump for new features and to fix CVE-2013-2007.
10 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml:
Remove unused flag description from metadata
10 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
-qemu-guest-agent-1.1.1.ebuild:
Remove older version
10 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
qemu-guest-agent-1.2.0.ebuild:
Fix python build depends. bug #448264, thanks to David Weber
<davidwerbung@gmx.de>
13 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
qemu-guest-agent-1.1.1.ebuild, qemu-guest-agent-1.2.0.ebuild:
Use udev_newrules to install udev rules into correct path wrt #447116 by
Alexander Tsoy
30 Oct 2012; Doug Goldstein <cardoe@gentoo.org> files/qemu-ga.init:
Remove empty depend to fix bug #436310
*qemu-guest-agent-1.2.0 (29 Oct 2012)
29 Oct 2012; Doug Goldstein <cardoe@gentoo.org>
+qemu-guest-agent-1.2.0.ebuild:
Version bump. Always install systemd files.
09 Oct 2012; Doug Goldstein <cardoe@gentoo.org>
qemu-guest-agent-1.1.1.ebuild:
Update qemu blocker to reflect app-emulation/qemu-kvm -> app-emulation/qemu.
28 Jul 2012; Doug Goldstein <cardoe@gentoo.org> qemu-guest-agent-1.1.1.ebuild:
Remove trailing whitespace
*qemu-guest-agent-1.1.1 (28 Jul 2012)
28 Jul 2012; Doug Goldstein <cardoe@gentoo.org>
+qemu-guest-agent-1.1.1.ebuild, +files/qemu-ga.conf, +files/qemu-ga.init,
+files/qemu-ga.logrotate, +files/qemu-ga-systemd.service,
+files/qemu-ga-systemd.udev, +metadata.xml:
Add separate ebuild for the QEMU guest agent so it can be used when Gentoo is
a guest instead of installing the all of QEMU for just the guest.
|