pydhcpserver expects ip strings as strs, and sqlalchemy returns unistrings
[invirt/packages/invirt-dhcp.git] / debian / changelog
index 35ac10e..3cb13d2 100644 (file)
@@ -1,3 +1,10 @@
+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