X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/f715cd57f8468be568146cb1108a58d5cd5ba5d5..54beb114d24c9d16a4fe97b2345f494eb3f4611f:/debian/changelog diff --git a/debian/changelog b/debian/changelog index bf1f318..2279e69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,75 @@ +invirt-dhcp (0.0.4) unstable; urgency=low + + * Don't answer DHCP packets if we don't recognize the hardware address. + This ensures that we don't conflict with any DHCP servers present + on the LAN. + + -- Quentin Smith Mon, 01 Feb 2010 19:38:04 -0500 + +invirt-dhcp (0.0.3) unstable; urgency=low + + * Detect local IP address and pass it as the DHCP server-identifier + option, as required by several DHCP clients. + * Reuse the existing DHCP socket for replies by binding it to the + client VM interface and then restoring its global binding after + sendto(); this keeps replies coming from port 67, as is standard. + + -- Joshua Oreman Mon, 28 Sep 2009 22:46:41 -0400 + +invirt-dhcp (0.0.2) unstable; urgency=low + + * Don't throw a sqlalchemy.exceptions.InvalidRequestError exception if + we get a DHCPREQUEST for a MAC address that's not in our database. + + -- Evan Broder Mon, 04 May 2009 21:14:26 -0400 + +invirt-dhcp (0.0.1) unstable; urgency=low + + * sipb-xen-dhcp -> invirt-dhcp + * Remove pointless files/ tree + * Use library init script + + -- Evan Broder Wed, 29 Oct 2008 12:41:31 -0400 + +sipb-xen-dhcp (3.4) unstable; urgency=low + + * sipb-xen-base -> invirt-base + + -- Evan Broder Tue, 28 Oct 2008 04:23:40 -0400 + +sipb-xen-dhcp (3.3) unstable; urgency=low + + * sipb-xen-database-common -> invirt-database + + -- Evan Broder Sat, 25 Oct 2008 21:02:44 -0400 + +sipb-xen-dhcp (3.2) unstable; urgency=low + + * Update dependencies to reflect new package name for python-pydhcplib + + -- Evan Broder Fri, 24 Oct 2008 03:24:28 -0400 + +sipb-xen-dhcp (3.1) unstable; urgency=low + + * Take out the hack to reconnect to the database if it goes away + + -- Evan Broder Sat, 04 Oct 2008 23:22:19 -0400 + +sipb-xen-dhcp (3) unstable; urgency=low + + * invirt-configurize dhcp + * Use the syslog instead of the event_logger module + * Install the server in a more standard location + + -- Evan Broder Sat, 04 Oct 2008 20:10:17 -0400 + +sipb-xen-dhcp (2) unstable; urgency=low + + * DHCP server should send information to set correct information + (fixes #44) + + -- SIPB Xen Projet Mon, 31 Mar 2008 19:43:00 -0400 + sipb-xen-dhcp (1.1) unstable; urgency=low * Split off pydhcplib into its own package and add that as a dependency