summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 27496138..ab3df97f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+propellor (5.7.0) UNRELEASED; urgency=medium
+
+ * Sbuild.built no longer includes Apt.stdSourcesList by default,
+ in order to support non-Debian OS's. (API change)
+ To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built
+ calls which have osDebian.
+ Thanks, Sean Whitton
+ * Propellor.Property.PropellorRepo renamed to Propellor.Property.Localdir
+ to widen its scope. (API change)
+ * Sbuild.built uses Localdir.removed to clean up the propellor localdir
+ after it's done running in a schroot.
+ Thanks, Sean Whitton
+ * Added Utility.FileMode to the modules exported by Propellor.Utilities
+ to propellor library users.
+
+ -- Joey Hess <id@joeyh.name> Mon, 01 Apr 2019 11:35:15 -0400
+
propellor (5.6.1) unstable; urgency=medium
* fix Libvirt.hs haddock build