diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 19:30:51 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 19:30:56 -0400 |
| commit | 4a9bbd1391b708d72a455cc00f698a80f1fd5fa5 (patch) | |
| tree | d2d2bc76804b78f5a937ac31b34d8f4151c12745 /debian | |
| parent | 08242e29f6878cbf514bdf68a4a7276d514a6aba (diff) | |
Added support for using debootstrap from propellor.
Most of the hard part was making it be able to install debootstrap from
source, for use on non-debian-derived systems.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 63adc6fe..0f4a06af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,9 @@ propellor (1.0.0) UNRELEASED; urgency=medium * Avoid outputting color setting sequences when not run on a terminal. * Run remote propellor --spin with a controlling terminal. * Docker code simplified by using `docker exec`; needs docker 1.2.0. + * Added support for using debootstrap from propellor. - -- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 11:15:27 -0400 + -- Joey Hess <id@joeyh.name> Mon, 10 Nov 2014 11:15:27 -0400 propellor (0.9.2) unstable; urgency=medium |
