summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-03-19 16:41:14 -0400
committerJoey Hess2017-03-19 16:41:14 -0400
commit49ab069466c1c042cad12ef9c74f1f03c65615a9 (patch)
tree1a3c436791914ae60e08989fa5df7cab4ce6745c /debian
parent76071e5e5d73b8da345c66a25e3fe02e901df980 (diff)
Apt.mirror can be used to set the preferred apt mirror of a host, overriding the default CDN.
This info is used by Apt.stdSourcesList and Sbuild.builtFor. Thanks, Sean Whitton.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dd950ecb..ed0e2422 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+propellor (4.0.2) UNRELEASED; urgency=medium
+
+ * Apt.mirror can be used to set the preferred apt mirror of a host,
+ overriding the default CDN. This info is used by
+ Apt.stdSourcesList and Sbuild.builtFor.
+ Thanks, Sean Whitton.
+
+ -- Joey Hess <id@joeyh.name> Sun, 19 Mar 2017 16:37:27 -0400
+
propellor (4.0.1) unstable; urgency=medium
* Fix build with pre-AMP ghc.