Modified Changelog
[invirt/packages/invirt-dhcp.git] / debian / changelog
index be7edbd..4e08c8f 100644 (file)
@@ -1,9 +1,41 @@
+invirt-dhcp (0.0.5) unstable; urgency=low
+
+  * Added README from Trac File
+
+ -- Paul Weaver <pweaver@mit.edu>  Sat, 20 Nov 2010 15:16:00 -0500
+
+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 <quentin@mit.edu>  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 <oremanj@mit.edu>  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 <broder@mit.edu>  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 <broder@mit.edu>  Wed, 29 Oct 2008 04:46:19 -0400
+ -- Evan Broder <broder@mit.edu>  Wed, 29 Oct 2008 12:41:31 -0400
 
 sipb-xen-dhcp (3.4) unstable; urgency=low