source: trunk/packages/invirt-dhcp/debian/changelog @ 2983

Last change on this file since 2983 was 2983, checked in by quentin, 14 years ago

Update dhcp changelog

File size: 2.5 KB
Line 
1invirt-dhcp (0.0.4) unstable; urgency=low
2
3  * Don't answer DHCP packets if we don't recognize the hardware address.
4    This ensures that we don't conflict with any DHCP servers present
5    on the LAN.
6
7 -- Quentin Smith <quentin@mit.edu>  Mon, 01 Feb 2010 19:38:04 -0500
8
9invirt-dhcp (0.0.3) unstable; urgency=low
10
11  * Detect local IP address and pass it as the DHCP server-identifier
12    option, as required by several DHCP clients.
13  * Reuse the existing DHCP socket for replies by binding it to the
14    client VM interface and then restoring its global binding after
15    sendto(); this keeps replies coming from port 67, as is standard.
16
17 -- Joshua Oreman <oremanj@mit.edu>  Mon, 28 Sep 2009 22:46:41 -0400
18
19invirt-dhcp (0.0.2) unstable; urgency=low
20
21  * Don't throw a sqlalchemy.exceptions.InvalidRequestError exception if
22    we get a DHCPREQUEST for a MAC address that's not in our database.
23
24 -- Evan Broder <broder@mit.edu>  Mon, 04 May 2009 21:14:26 -0400
25
26invirt-dhcp (0.0.1) unstable; urgency=low
27
28  * sipb-xen-dhcp -> invirt-dhcp
29  * Remove pointless files/ tree
30  * Use library init script
31
32 -- Evan Broder <broder@mit.edu>  Wed, 29 Oct 2008 12:41:31 -0400
33
34sipb-xen-dhcp (3.4) unstable; urgency=low
35
36  * sipb-xen-base -> invirt-base
37
38 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:40 -0400
39
40sipb-xen-dhcp (3.3) unstable; urgency=low
41
42  * sipb-xen-database-common -> invirt-database
43
44 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:02:44 -0400
45
46sipb-xen-dhcp (3.2) unstable; urgency=low
47
48  * Update dependencies to reflect new package name for python-pydhcplib
49
50 -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 03:24:28 -0400
51
52sipb-xen-dhcp (3.1) unstable; urgency=low
53
54  * Take out the hack to reconnect to the database if it goes away
55
56 -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:22:19 -0400
57
58sipb-xen-dhcp (3) unstable; urgency=low
59
60  * invirt-configurize dhcp
61  * Use the syslog instead of the event_logger module
62  * Install the server in a more standard location
63
64 -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 20:10:17 -0400
65
66sipb-xen-dhcp (2) unstable; urgency=low
67
68  * DHCP server should send information to set correct information
69    (fixes #44)
70
71 -- SIPB Xen Projet <sipb-xen@mit.edu>  Mon, 31 Mar 2008 19:43:00 -0400
72
73sipb-xen-dhcp (1.1) unstable; urgency=low
74
75  * Split off pydhcplib into its own package and add that as a dependency
76
77 -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 16:59:46 -0400
78
79sipb-xen-dhcp (1) unstable; urgency=low
80
81  * Initial Release.
82
83 -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 25 Feb 2008 00:05:12 -0500
84
Note: See TracBrowser for help on using the repository browser.