X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/83f0d8cfc432a090d3812dc761c844e9f5f79952..40b9d8a1ad275d53fc17a601a27fe9afc8fb2346:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 35ac10e..3e53c21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +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 + + -- Mitchell Berger Wed, 16 May 2018 05:37:00 -0400 + +invirt-dhcp (0.0.7) precise; urgency=low + + * Fixing the version of package for prod. + + -- Steven Valdez 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 Fri, 31 May 2013 03:43:59 -0400 + +invirt-dhcp (0.0.6~glasgall5) precise; urgency=low + + * more string/unistring idiocy + + -- Adam Glasgall Sun, 28 Apr 2013 15:37:37 -0400 + +invirt-dhcp (0.0.6~glasgall4) precise; urgency=low + + * pydhcplib is not terribly pythonic. + + -- Adam Glasgall 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 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 Sun, 28 Apr 2013 14:14:17 -0400 + invirt-dhcp (0.0.6~glasgall1) precise; urgency=low * Port to Precise, with sqlalchemy api changes