Fix typo
[invirt/packages/invirt-dhcp.git] / debian / changelog
index 969ebbe..8a3ff45 100644 (file)
@@ -1,5 +1,165 @@
+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.
+
+ -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:31:26 -0400
+
+invirt-dhcp (0.0.6~glasgall5achernya1) precise; urgency=low
+
+  * Switch to dh7
+  * Bump standards version
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 31 May 2013 03:43:59 -0400
+
+invirt-dhcp (0.0.6~glasgall5) precise; urgency=low
+
+  * more string/unistring idiocy
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:37:37 -0400
+
+invirt-dhcp (0.0.6~glasgall4) precise; urgency=low
+
+  * pydhcplib is not terribly pythonic.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:18:57 -0400
+
+invirt-dhcp (0.0.6~glasgall3) precise; urgency=low
+
+  * pydhcplib api breakage! server_identifier now has to be a "32-bits"
+    instead of an "ipv4"; adjust types accordingly.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 15:10:04 -0400
+
+invirt-dhcp (0.0.6~glasgall2) precise; urgency=low
+
+  * pydhcpserver expects IP address strings to be strs. encode the
+    unistrings sqlalchemy gives us accordingly.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sun, 28 Apr 2013 14:14:17 -0400
+
+invirt-dhcp (0.0.6~glasgall1) precise; urgency=low
+
+  * Port to Precise, with sqlalchemy api changes
+
+ -- Adam Glasgall <glasgall@mit.edu>  Fri, 26 Apr 2013 21:40:50 -0400
+
+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 12:41:31 -0400
+
+sipb-xen-dhcp (3.4) unstable; urgency=low
+
+  * sipb-xen-base -> invirt-base
+
+ -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:40 -0400
+
+sipb-xen-dhcp (3.3) unstable; urgency=low
+
+  * sipb-xen-database-common -> invirt-database
+
+ -- Evan Broder <broder@mit.edu>  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 <broder@mit.edu>  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 <broder@mit.edu>  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 <broder@mit.edu>  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 <sipb-xen@mit.edu>  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
+
+ -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 30 Mar 2008 16:59:46 -0400
+
 sipb-xen-dhcp (1) unstable; urgency=low
 
   * Initial Release.
+
  -- SIPB Xen Project <sipb-xen@mit.edu>  Sun, 25 Feb 2008 00:05:12 -0500