X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/06cc063ee9cc07c4bfcc389a6da2f30938a2ab65..af2fbf878597ef4960ec3b93a5d20534468cf447:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 2c600a4..0998e84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +invirt-base (0.0.38) precise; 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() + + * 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 + + * Updated compat version to 11 + + * Grab bionic packages from debathena instead of precise + + * Renamed many things + - expandOwner -> expand_owner + - expandAdmin -> expand_admin + - captureOutput -> null + - subprocess.run provides nearly exactly this interface now + - lock_file -> open_locked + - checkKinit -> check_kinit + + - src_path -> SRC_PATH + - src_dirpath -> SRC_DIRPATH + - cache_path -> CACHE_PATH + - lock_path -> LOCK_PATH + + - dicts -> null + - structs -> null + - null -> config + - Don't use struct class, just use a regular dict + + - InvirtException -> PathResolutionException + + -- Ben Steffen Tue, 26 Nov 2019 17:04:42 -0500 + invirt-base (0.0.37) precise; urgency=low * Updating to reasonable version.