Update Python3 shebang (again...) to what Debian people say is right and proper
[invirt/packages/invirt-base.git] / debian / changelog
index 554cc5c..0998e84 100644 (file)
@@ -1,3 +1,96 @@
+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 <bds@mit.edu>  Tue, 26 Nov 2019 17:04:42 -0500
+
+invirt-base (0.0.37) precise; urgency=low
+
+  * Updating to reasonable version.
+
+ -- Steven Valdez <dvorak42@mit.edu>  Sat, 20 Jul 2013 16:25:09 -0400
+
+invirt-base (0.0.37~glasgall3achernya1) precise; urgency=low
+
+  * Switch to dh7
+  * Bump standards version
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Fri, 31 May 2013 01:20:40 -0400
+
+invirt-base (0.0.37~glasgall3) precise; urgency=low
+
+  * Change debathena.list to pull from precise
+
+ -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 23:08:20 -0700
+
+invirt-base (0.0.37~glasgall2) precise; urgency=low
+
+  * Drop python-json from Depends, as it's part of Python now.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 22:48:09 -0700
+
+invirt-base (0.0.36~glasgall1) precise; urgency=low
+
+  * Port packaging to dh_python2
+
+ -- Adam Glasgall <glasgall@mit.edu>  Wed, 20 Mar 2013 22:29:45 -0700
+
+invirt-base (0.0.35) unstable; urgency=low
+
+  * Patch from Austin Chu <eefi@mit.edu> to handle remctl results that are
+    larger than a single pipe buffer.
+
+ -- Quentin Smith <quentin@mit.edu>  Sat, 19 Mar 2011 17:23:51 -0400
+
+invirt-base (0.0.34) unstable; urgency=low
+
+  * Depend on pkg_resources
+
+ -- Greg Brockman <gdb@mit.edu>  Mon, 23 Aug 2010 11:40:01 -0400
+
+invirt-base (0.0.33) unstable; urgency=low
+
+  * Fixed up the captureOutput method.
+
+ -- Greg Brockman <gdb@mit.edu>  Sun, 11 Jul 2010 18:48:59 -0400
+
+invirt-base (0.0.32) unstable; urgency=low
+
+  * Add back an invirt.authz module, but restructure it so it uses
+    entrypoints to find an actual backend module.
+
+ -- Evan Broder <broder@mit.edu>  Fri, 05 Feb 2010 09:46:51 -0500
+
 invirt-base (0.0.31) unstable; urgency=low
 
   * Added an invirt mako render script.