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