diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/copyright | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 66e5caef..a44d72af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +propellor (1.0.1) UNRELEASED; urgency=medium + + * propellor --spin can now deploy propellor to hosts that do not have + git, ghc, or apt-get. This is accomplished by uploading a fairly + portable precompiled tarball of propellor. + * --spin host --via host causes propellor to bounce through an intermediate + host, which handles any necessary provisioning of the host being spun. + + -- Joey Hess <joeyh@debian.org> Sat, 22 Nov 2014 00:12:35 -0400 + propellor (1.0.0) unstable; urgency=medium * propellor --spin can now be used to update remote hosts, without diff --git a/debian/copyright b/debian/copyright index 1d333cc3..d0071147 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: native package Files: * -Copyright: © 2010-2014 Joey Hess <id@joeyh.name> +Copyright: © 2010-2014 Joey Hess <id@joeyh.name> and contributors License: BSD-2-clause License: BSD-2-clause |
