Fix XVM's classic networking problem
[invirt/packages/invirt-dhcp.git] / debian / changelog
index ddf7343..97777ae 100644 (file)
@@ -1,3 +1,41 @@
+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 <mitchb@mit.edu>  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 <mitchb@mit.edu>  Mon, 04 Jun 2018 23:03:00 -0400
+
+invirt-dhcp (0.0.10) unstable; urgency=low
+
+  * Remove quadratic netifaces.interfaces() call
+
+ -- Quentin Smith <quentin@mit.edu>  Tue, 29 May 2018 19:20:20 -0400
+
+invirt-dhcp (0.0.9) precise; urgency=low
+
+  * Fix routes that the boot process failed to install.
+
+ -- Mitchell Berger <mitchb@mit.edu>  Tue, 29 May 2018 18:15:00 -0400
+
+invirt-dhcp (0.0.8) precise; urgency=low
+
+  * Populate subnet_mask and router options from individual NIC parameters
+  * Make lease lifetime configurable per cluster
+  * Eliminate a redundant conditional block
+  * Implement handling of "other" network parameters, including a minimal
+    state machine that knows how to renumber and DNAT machines, as well
+    as tear down those DNATs.
+
+ -- Mitchell Berger <mitchb@mit.edu>  Sat, 19 May 2018 18:26:00 -0400
+
 invirt-dhcp (0.0.7) precise; urgency=low
 
   * Fixing the version of package for prod.