summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-05-30 11:05:56 -0400
committerJoey Hess2015-05-30 11:05:56 -0400
commitb36a75fd93a730ea148e67eb7bf1300d738ff82a (patch)
tree8f65595e6de56aabd39d7a6d125c16a99493fa19 /debian
parentfafe1e6f5ce082f93d0b97dbacdcb149778ccaf9 (diff)
parentaa7dcad9ba8d14013f26f6e8554901d56ef4cb5c (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d70582e..9fae861c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,15 @@ propellor (2.5.0) UNRELEASED; urgency=medium
more generic cmdProperty' (API change)
* Add docker image related properties.
Thanks, Antoine Eiche.
- * Export CommandParam, boolSystem, safeSystem and shellEscape from
- Propellor.Property.Cmd, so they are available for use in constricting
- your own Properties when using propellor as a library.
+ * Export CommandParam, boolSystem, safeSystem, shellEscape, and
+ * createProcess from Propellor.Property.Cmd, so they are available
+ for use in constricting your own Properties when using propellor
+ as a library.
* Improve enter-machine scripts for nspawn containers to unset most
environment variables.
+ * Fix Postfix.satellite bug; the default relayhost was set to the
+ domain, not to smtp.domain as documented.
+ * Mount /proc inside a chroot before provisioning it, to work around #787227
-- Joey Hess <id@joeyh.name> Thu, 07 May 2015 12:08:34 -0400