summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3031d05a..4b79f8ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
propellor (5.10.1) UNRELEASED; urgency=medium
+ [ Joey Hess ]
* Localdir.hasOriginUrl: Depend on Git.installed.
* 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)
+
+ [ Sean Whitton ]
+ * Chroot.{de,}bootstrapped uses the chroot's configured apt proxy and
+ mirror, if these exist, when debootstrapping the chroot.
+ * Rename Sbuild.useHostProxy -> Chroot.useHostProxy. (API change)
-- Joey Hess <id@joeyh.name> Thu, 08 Aug 2019 11:33:37 -0400