summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-11-11 15:44:12 -0400
committerJoey Hess2019-11-11 15:44:12 -0400
commit3632a07142dca7422c3343e98de33f2abec629aa (patch)
treecd07a6d58c9d0edaad1a1cd8196c3183cf5d1ba3 /debian
parent596bfcd2e26d6120e190519fca1946b613e002ec (diff)
Changed the ChrootBootstrapper type class's buildchroot method to take a Info parameter, instead of Maybe System.
The System can be extracted from the Info; this also allows the chroot's Info to be introspected for eg, the apt mirror. (API change)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3031d05a..da528717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ propellor (5.10.1) UNRELEASED; urgency=medium
* Localdir.hasOriginUrl: Type changed from UnixLike to DebianLike
because Git.installed is not implemented for other unixes.
(API change)
+ * Changed the ChrootBootstrapper type class's buildchroot method
+ to take a Info parameter, instead of Maybe System.
+ (The System can be extracted from the Info.)
+ (API change)
-- Joey Hess <id@joeyh.name> Thu, 08 Aug 2019 11:33:37 -0400