summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2019-04-03 12:13:39 -0400
committerJoey Hess2019-04-03 12:13:39 -0400
commit360d1c1a94757cffd2d409f7ee2e2015d7192e2d (patch)
treecdfe40fda0b888b9c62c872d82883909237a787a /debian/changelog
parentba24883b54da8084ee0699a8218281c495a8176a (diff)
changelog for spwhitton's patch set
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87e924e3..ab3df97f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,11 @@ propellor (5.7.0) UNRELEASED; urgency=medium
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.