X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/6105a3c976a01cd176e31d93d42a662a005ad4ee..refs/heads/dev:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0964f34..45acfb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,169 @@ +invirt-base (0.0.35) unstable; urgency=low + + * Patch from Austin Chu to handle remctl results that are + larger than a single pipe buffer. + + -- Quentin Smith Sat, 19 Mar 2011 17:23:51 -0400 + +invirt-base (0.0.34) unstable; urgency=low + + * Depend on pkg_resources + + -- Greg Brockman Mon, 23 Aug 2010 11:40:01 -0400 + +invirt-base (0.0.33) unstable; urgency=low + + * Fixed up the captureOutput method. + + -- Greg Brockman 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 Fri, 05 Feb 2010 09:46:51 -0500 + +invirt-base (0.0.31) unstable; urgency=low + + * Added an invirt mako render script. + + -- Greg Brockman Sat, 23 Jan 2010 00:48:44 -0500 + +invirt-base (0.0.30) unstable; urgency=low + + * Cleanup the handling of triggers...so that it actually works. + + -- Evan Broder Thu, 28 Jan 2010 00:22:21 -0500 + +invirt-base (0.0.29) unstable; urgency=low + + [ Greg Brockman ] + * Added a safestructs for doing config without raising. + + [ Evan Broder ] + * Support running invirt-reload directly from a package postinst, + instead of via triggers. (LP: #439426) + + -- Evan Broder Wed, 27 Jan 2010 21:18:07 -0500 + +invirt-base (0.0.28) unstable; urgency=low + + * Completely remove the invirt.authz Python package - it will be + included in packages that Provide invirt-authz. + + -- Evan Broder Mon, 21 Dec 2009 16:26:21 -0600 + +invirt-base (0.0.27) unstable; urgency=low + + * Move invirt.authz.locker to xvm.authz.locker, in the xvm-authz-locker + package. + * Stop installing sources.list.d files for XVM's specific Invirt + installation. + + -- Evan Broder Tue, 15 Dec 2009 21:26:13 -0600 + +invirt-base (0.0.26) unstable; urgency=low + + * Add a captureOutput function to invirt.common as a convenient wrapper + around subprocess.Popen. + * Allow iterating over invirt.common.struct objects. + * New invirt.authz package containing: + - invirt.authz.locker: The authorization policies currently being used + by XVM + - invirt.authz.mech: Automagically populated by the authorization + module selected in the Invirt config file + + -- Evan Broder Sun, 22 Nov 2009 21:18:38 -0500 + +invirt-base (0.0.25) unstable; urgency=low + + * Add the invirt-system component to the sources.list. + + -- Evan Broder Sun, 26 Apr 2009 11:41:25 -0400 + +invirt-base (0.0.24) unstable; urgency=low + + * Move invirt-setquotas to invirt-database + * Glob together all scripts instead of listing them + + -- Evan Broder Tue, 17 Feb 2009 03:40:50 -0500 + +invirt-base (0.0.23) unstable; urgency=low + + * another minor bugfix + + -- Peter A. Iannucci Tue, 17 Feb 2009 03:05:13 -0500 + +invirt-base (0.0.22) unstable; urgency=low + + * minor bugfix + + -- Peter A. Iannucci Tue, 17 Feb 2009 02:59:00 -0500 + +invirt-base (0.0.21) unstable; urgency=low + + * added invirt-setquota script (self-documenting) + + -- Peter A. Iannucci Tue, 17 Feb 2009 01:43:54 -0500 + +invirt-base (0.0.20) unstable; urgency=low + + * depend on remctl-client + * fix usage message in std-init.sh + * fix whitespace in debathena.list + + -- Greg Price Sat, 31 Jan 2009 14:35:04 -0500 + +invirt-base (0.0.19) unstable; urgency=low + + * Use triggers to run invirt-reload whenver one of the config packages + is updated + + -- Evan Broder Mon, 26 Jan 2009 08:06:05 -0500 + +invirt-base (0.0.18) unstable; urgency=low + + * run_parts_list: fix unclear docstring + * config-init.sh: degrade to non-bash gracefully, document better + * invirt.config: fix an error on empty config files + * invirt.common: give clearer error message on missing config variable + * invirt.common: handle yaml's None with empty struct for good error message + + -- Greg Price Sun, 28 Dec 2008 19:18:51 -0500 + +invirt-base (0.0.17) unstable; urgency=low + + * Remove apticron and molly-guard dependencies, + to go into the XVM metapackages + + -- Greg Price Fri, 26 Dec 2008 23:56:34 -0500 + +invirt-base (0.0.16) unstable; urgency=low + + * Don't reference a config field that we no longer use + + -- Evan Broder Wed, 10 Dec 2008 23:04:58 -0500 + +invirt-base (0.0.15) unstable; urgency=low + + * Stop trying to stuff the XVM site-specific packages into the invirt + namespace + + -- Evan Broder Sun, 07 Dec 2008 09:08:40 -0500 + +invirt-base (0.0.14) unstable; urgency=low + + * Move the XVM production .k5login out of this package + + -- Evan Broder Sat, 06 Dec 2008 14:43:37 -0500 + +invirt-base (0.0.13) unstable; urgency=low + + * Add a dependency on apticron for all servers + + -- Evan Broder Thu, 20 Nov 2008 20:37:40 -0500 + invirt-base (0.0.12) unstable; urgency=low * Change the apt source list for production