summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-04-03 17:00:00 -0400
committerJoey Hess2019-04-03 17:00:00 -0400
commit9972ae012f63ce38bd925e390a6eeab25094efe1 (patch)
tree030c8d97a84c1dce4344f589f907fab9392fd93d /debian
parent52098bf9c56a411acd53cc7a5b60abbeec576574 (diff)
parentc3e6ea8701a01480c395f0094fed79b6f1ef415d (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ab3df97f..09cdcebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,15 @@ propellor (5.7.0) UNRELEASED; urgency=medium
Thanks, Sean Whitton
* Propellor.Property.PropellorRepo renamed to Propellor.Property.Localdir
to widen its scope. (API change)
+ * Added Localdir.removed property.
+ Thanks, Sean Whitton
* Sbuild.built uses Localdir.removed to clean up the propellor localdir
after it's done running in a schroot.
Thanks, Sean Whitton
+ * Cron.runPropellor made revertable. (minor API change)
+ Thanks, Sean Whitton
+ * Added Cron.jobDropped.
+ Thanks, Sean Whitton
* Added Utility.FileMode to the modules exported by Propellor.Utilities
to propellor library users.