summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-03-11 14:53:45 -0400
committerJoey Hess2017-03-11 14:53:53 -0400
commitb86dc506337021c84fe836aed3fcaf1a643cc462 (patch)
tree50a61fc0d95e66456c0157e770d96fafa612c99e /debian
parent6ce4b7c072d31bf745bc1c59d21544b6d52dbc4c (diff)
Changed Chroot data type to include Info propigation
This will allow for different Chroots that propigate info differently. hostChroot will use this. This commit was sponsored by Peter Hogg on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7fc68fe0..07027273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-propellor (3.4.2) UNRELEASED; urgency=medium
+propellor (3.5.0) UNRELEASED; urgency=medium
* Added Apache.confEnabled.
* Makefile: Removed "run" target which was default target.
@@ -8,6 +8,8 @@ propellor (3.4.2) UNRELEASED; urgency=medium
directly to this version from 1.0.0 would break that cron job.
* Remove make from propellor's dependency list; it's not used by
propellor any longer.
+ * Changed Chroot data type to include Info propigation.
+ (API change)
-- Joey Hess <id@joeyh.name> Wed, 08 Mar 2017 14:02:10 -0400