source: trunk/packages/invirt-xen-config/debian/changelog @ 1426

Last change on this file since 1426 was 1426, checked in by price, 16 years ago

don't try to disable tx checksums for HVMs; it errors out

File size: 4.8 KB
RevLine 
[1426]1invirt-xen-config (0.0.9) unstable; urgency=low
2
3  * don't try to disable tx checksums for HVMs; it errors out
4
5 -- Greg Price <price@mit.edu>  Wed, 29 Oct 2008 01:26:07 -0400
6
[1372]7invirt-xen-config (0.0.8) unstable; urgency=low
8
9  * sipb-xen-base -> invirt-base
10
11 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:38 -0400
12
[1311]13invirt-xen-config (0.0.7) unstable; urgency=low
14
15  * Clarify description to distinguish from invirt-host-master
16
17 -- Greg Price <price@mit.edu>  Sat, 25 Oct 2008 21:16:51 -0400
18
[1295]19invirt-xen-config (0.0.6) unstable; urgency=low
20
21  * sipb-xen-database-common -> invirt-database
22
23 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:03:33 -0400
24
[1280]25invirt-xen-config (0.0.5) unstable; urgency=low
26
27  * Give the init script a less weird sounding description
28
29 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:11:28 -0400
30
[1277]31invirt-xen-config (0.0.4) unstable; urgency=low
32
33  * Another typo in the init script
34
[1278]35 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:07:32 -0400
[1277]36
[1275]37invirt-xen-config (0.0.3) unstable; urgency=low
38
39  * Some small fixes in the init script
40
41 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:03:12 -0400
42
[1272]43invirt-xen-config (0.0.2) unstable; urgency=low
44
45  * Whoops - add the dependencies for the old sipb-xen-database-client
46
47 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 18:38:56 -0400
48
[1257]49invirt-xen-config (0.0.1) unstable; urgency=low
50
51  * Rename sipb-xen-dom0 -> invirt-xen-config
[1258]52  * Rearrange the source package
[1260]53  * Divert /etc/xen/qemu-ifup, since it existed and we've been scribbling
54    over it
[1261]55  * Generate /etc/xen/xend-config.sxp
[1262]56  * Move the invirt-database Xen config script into this package
[1257]57
[1262]58 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 17:52:39 -0400
[1257]59
[1149]60sipb-xen-dom0 (2.10) unstable; urgency=low
61
62  * Fix DHCP checksum error for ParaVMs
63
64 -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 22:12:09 -0400
65
[1134]66sipb-xen-dom0 (2.9.1) unstable; urgency=low
67
68  * Whoops - was slightly too vicious with the cuts to qemu-dm-sipb
69
70 -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 01:55:41 -0400
71
[1130]72sipb-xen-dom0 (2.9) unstable; urgency=low
73
74  * Move the qemu-ifup script to the location where it's now expected to
75    be.
76  * Clear out some debugging code from qemu-dm-sipb
77
78 -- Evan Broder <broder@mit.edu>  Sun, 19 Oct 2008 01:39:43 -0400
79
[1085]80sipb-xen-dom0 (2.8) unstable; urgency=low
81
82  * Apply Sam's fix to vif-sipbroute for the prod cluster (the interface
83    should eventually be configurized)
84
85 -- Evan Broder <broder@mit.edu>  Tue, 07 Oct 2008 01:18:37 -0400
86
[1077]87sipb-xen-dom0 (2.7) unstable; urgency=low
88
89  * Update qemu-dm-sipb to reflect the new location of qemu-dm
90
91 -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 18:55:59 -0400
92
[997]93sipb-xen-dom0 (2.6) unstable; urgency=low
94
95  * depend on sipb-xen-base
96
97 -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 20:28:21 -0400
98
[492]99sipb-xen-dom0 (2.5) unstable; urgency=low
100
101  * Don't rely on exported ROOT.
102
103 -- Anders Kaseorg <andersk@mit.edu>  Fri, 02 May 2008 02:41:43 -0400
104
[485]105sipb-xen-dom0 (2.4) unstable; urgency=low
106
107  * Add sipb-xen-losetup, a half-sane wrapper around the insane losetup.
108
109 -- Greg Price <price@mit.edu>  Thu,  1 May 2008 01:13:28 -0400
110
[213]111sipb-xen-dom0 (2.3) unstable; urgency=low
112
113  * Depend on generic metapackages/provides instead of particular
114    versions.
115
116 -- Anders Kaseorg <andersk@sipb-xen.mit.edu>  Sat, 27 Oct 2007 21:23:00 -0400
117
[95]118sipb-xen-dom0 (2.2) unstable; urgency=low
119
120  * Add qemu-ifup script that depends on the device model script and
121    invokes vif-sipbroute.    As a consequence, we don't really support
122    bridged hvms any more.  It's not clear how to get enough information
123    out of qemu to do this.
124  * Call arpspoof with 18.181.0.1's address.  This is unfortunate in two
125    ways.  First, if we renumber we'll need to update the script.  Second,
126    it is possible that someone on 18.181 besides the router may have an
127    address cached.  Unfortunately, it doesn't work right if we don't
128    send the spoofed arp directly to the router.
129
130 -- Sam Hartman <hartmans@debian.org>  Sun, 26 Aug 2007 18:57:17 -0400
131
[89]132sipb-xen-dom0 (2.1) unstable; urgency=low
133
134  * Fix typo in init script
135  * depend  on dsniff for arpspoof
136
137 -- Sam Hartman <hartmans@debian.org>  Fri, 24 Aug 2007 17:22:20 -0400
138
[87]139sipb-xen-dom0 (2) unstable; urgency=low
140
141  * Add qemu-dm-sipb written by andersk to get us the  domain ID in qemu-ifup
142  * Add vif-sipbroute, a version of vif-route that does better netwwork
143    isolation and has initial but useless ipv6 support.  This version also
144    uses arpspoof to take over an address for domain migrations.   
145  * Add init script to enable rp_filter, proxy_arp and forwarding for the network config.
146
147 -- Sam Hartman <hartmans@debian.org>  Fri, 24 Aug 2007 17:17:23 -0400
148
[59]149sipb-xen-dom0 (1) unstable; urgency=low
150
151  *  First version
152
153 -- Sam Hartman <hartmans@debian.org>  Sat,  4 Aug 2007 20:20:32 -0400
154
Note: See TracBrowser for help on using the repository browser.