X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/bffe12b4fc25b1f66d48bcf3a1ad62e261c8fbb1..149df324e6f1aca5ba2f043dba6614c65b499968:/debian/changelog diff --git a/debian/changelog b/debian/changelog index e0c4b23..97777ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +invirt-dhcp (0.0.12) unstable; urgency=low + + * Kill arpspoof with SIGKILL when we're done with it so it doesn't + try to "clean up" and potentially tell the router that your MAC + is all-zeros. + + -- Mitchell Berger Mon, 25 Jun 2018 22:11:00 -0400 + +invirt-dhcp (0.0.11) unstable; urgency=low + + * Fix the typo that causes what once took quadratic time (2ms) to + now take infinite time. + + -- Mitchell Berger Mon, 04 Jun 2018 23:03:00 -0400 + invirt-dhcp (0.0.10) unstable; urgency=low * Remove quadratic netifaces.interfaces() call