X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dhcp.git/blobdiff_plain/54beb114d24c9d16a4fe97b2345f494eb3f4611f..845282baf01a0d3ea601444117fd29e659e4f4bb:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2279e69..6151d0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +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 + + -- Adam Glasgall Fri, 26 Apr 2013 21:40:50 -0400 + +invirt-dhcp (0.0.5) unstable; urgency=low + + * Added README from Trac File + + -- Paul Weaver 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.