diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 00:22:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 00:22:19 -0400 |
| commit | f62d2fb18389947ce11021ba80b2aee52c6d03c2 (patch) | |
| tree | feb9eec5ca3ddc4cb1e4689711dd048912e1c6a4 /debian | |
| parent | d5cf4db6e1ae1c8bb5235ab274e787130bb24041 (diff) | |
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.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 66e5caef..784dcdb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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. + + -- 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 |
