Fix XVM's classic networking problem
[invirt/packages/invirt-dhcp.git] / debian / changelog
1 invirt-dhcp (0.0.12) unstable; urgency=low
2
3   * Kill arpspoof with SIGKILL when we're done with it so it doesn't
4     try to "clean up" and potentially tell the router that your MAC
5     is all-zeros.
6
7  -- Mitchell Berger <mitchb@mit.edu>  Mon, 25 Jun 2018 22:11:00 -0400
8
9 invirt-dhcp (0.0.11) unstable; urgency=low
10
11   * Fix the typo that causes what once took quadratic time (2ms) to
12     now take infinite time.
13
14  -- Mitchell Berger <mitchb@mit.edu>  Mon, 04 Jun 2018 23:03:00 -0400
15
16 invirt-dhcp (0.0.10) unstable; urgency=low
17
18   * Remove quadratic netifaces.interfaces() call
19
20  -- Quentin Smith <quentin@mit.edu>  Tue, 29 May 2018 19:20:20 -0400
21
22 invirt-dhcp (0.0.9) precise; urgency=low
23
24   * Fix routes that the boot process failed to install.
25
26  -- Mitchell Berger <mitchb@mit.edu>  Tue, 29 May 2018 18:15:00 -0400
27
28 invirt-dhcp (0.0.8) precise; urgency=low
29
30   * Populate subnet_mask and router options from individual NIC parameters
31   * Make lease lifetime configurable per cluster
32   * Eliminate a redundant conditional block
33   * Implement handling of "other" network parameters, including a minimal
34     state machine that knows how to renumber and DNAT machines, as well
35     as tear down those DNATs.
36
37  -- Mitchell Berger <mitchb@mit.edu>  Sat, 19 May 2018 18:26:00 -0400
38
39 invirt-dhcp (0.0.7) precise; urgency=low
40
41   * Fixing the version of package for prod.
42
43  -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:31:26 -0400
44
45 invirt-dhcp (0.0.6~glasgall5achernya1) precise; urgency=low
46
47   * Switch to dh7
48   * Bump standards version
49
50  -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 31 May 2013 03:43:59 -0400
51
52 invirt-dhcp (0.0.6~glasgall5) precise; urgency=low
53
54   * more string/unistring idiocy
55
56  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:37:37 -0400
57
58 invirt-dhcp (0.0.6~glasgall4) precise; urgency=low
59
60   * pydhcplib is not terribly pythonic.
61
62  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:18:57 -0400
63
64 invirt-dhcp (0.0.6~glasgall3) precise; urgency=low
65
66   * pydhcplib api breakage! server_identifier now has to be a "32-bits"
67     instead of an "ipv4"; adjust types accordingly.
68
69  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:10:04 -0400
70
71 invirt-dhcp (0.0.6~glasgall2) precise; urgency=low
72
73   * pydhcpserver expects IP address strings to be strs. encode the
74     unistrings sqlalchemy gives us accordingly.
75
76  -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 14:14:17 -0400
77
78 invirt-dhcp (0.0.6~glasgall1) precise; urgency=low
79
80   * Port to Precise, with sqlalchemy api changes
81
82  -- Adam Glasgall <glasgall@mit.edu>  Fri, 26 Apr 2013 21:40:50 -0400
83
84 invirt-dhcp (0.0.5) unstable; urgency=low
85
86   * Added README from Trac File
87
88  -- Paul Weaver <pweaver@mit.edu>  Sat, 20 Nov 2010 15:16:00 -0500
89
90 invirt-dhcp (0.0.4) unstable; urgency=low
91
92   * Don't answer DHCP packets if we don't recognize the hardware address.
93     This ensures that we don't conflict with any DHCP servers present
94     on the LAN.
95
96  -- Quentin Smith <quentin@mit.edu>  Mon, 01 Feb 2010 19:38:04 -0500
97
98 invirt-dhcp (0.0.3) unstable; urgency=low
99
100   * Detect local IP address and pass it as the DHCP server-identifier
101     option, as required by several DHCP clients.
102   * Reuse the existing DHCP socket for replies by binding it to the
103     client VM interface and then restoring its global binding after
104     sendto(); this keeps replies coming from port 67, as is standard.
105
106  -- Joshua Oreman <oremanj@mit.edu>  Mon, 28 Sep 2009 22:46:41 -0400
107
108 invirt-dhcp (0.0.2) unstable; urgency=low
109
110   * Don't throw a sqlalchemy.exceptions.InvalidRequestError exception if
111     we get a DHCPREQUEST for a MAC address that's not in our database.
112
113  -- Evan Broder <broder@mit.edu>  Mon, 04 May 2009 21:14:26 -0400
114
115 invirt-dhcp (0.0.1) unstable; urgency=low
116
117   * sipb-xen-dhcp -> invirt-dhcp
118   * Remove pointless files/ tree
119   * Use library init script
120
121  -- Evan Broder <broder@mit.edu>  Wed, 29 Oct 2008 12:41:31 -0400
122
123 sipb-xen-dhcp (3.4) unstable; urgency=low
124
125   * sipb-xen-base -> invirt-base
126
127  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:40 -0400
128
129 sipb-xen-dhcp (3.3) unstable; urgency=low
130
131   * sipb-xen-database-common -> invirt-database
132
133  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:02:44 -0400
134
135 sipb-xen-dhcp (3.2) unstable; urgency=low
136
137   * Update dependencies to reflect new package name for python-pydhcplib
138
139  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 03:24:28 -0400
140
141 sipb-xen-dhcp (3.1) unstable; urgency=low
142
143   * Take out the hack to reconnect to the database if it goes away
144
145  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:22:19 -0400
146
147 sipb-xen-dhcp (3) unstable; urgency=low
148
149   * invirt-configurize dhcp
150   * Use the syslog instead of the event_logger module
151   * Install the server in a more standard location
152
153  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 20:10:17 -0400
154
155 sipb-xen-dhcp (2) unstable; urgency=low
156
157   * DHCP server should send information to set correct information
158     (fixes #44)
159
160  -- SIPB Xen Projet <sipb-xen@mit.edu>  Mon, 31 Mar 2008 19:43:00 -0400
161
162 sipb-xen-dhcp (1.1) unstable; urgency=low
163
164   * Split off pydhcplib into its own package and add that as a dependency
165
166  -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 16:59:46 -0400
167
168 sipb-xen-dhcp (1) unstable; urgency=low
169
170   * Initial Release.
171
172  -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 25 Feb 2008 00:05:12 -0500
173