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