X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/af2fbf878597ef4960ec3b93a5d20534468cf447..7898ede7d7fb7e3c5de8a8cc87e539d49306cb6b:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0998e84..073e68d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,25 @@ -invirt-base (0.0.38) precise; urgency=medium +invirt-base (0.0.39) bionic; urgency=medium + + * Update control file to fix lintian warnings and do what hopefully at least + is the correct thing to build python3 packages + + * Remove invirt-reload, use activate-await in debian/triggers + instead + + -- Ben Steffen Fri, 06 Dec 2019 23:01:10 -0500 + +invirt-base (0.0.38) bionic; urgency=medium * Move to Python 3 - * invirt-mako-renderer just allows regular file exceptions to come from open()ing a nonexistent file instead of raising SystemExit() + * invirt-mako-renderer just allows regular file exceptions to come from + open()ing a nonexistent file instead of raising SystemExit() * Remove struct class - - struct is supposed to also function as a dict, which can break with unfortunate key names - - e.g. Key named 'items' would cause dict.items() to fail for not obvious reasons + - struct is supposed to also function as a dict, which can break with + unfortunate key names + - e.g. Key named 'items' would cause dict.items() to fail for not obvious + reasons * Updated compat version to 11