summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-06-01 16:05:31 -0400
committerJoey Hess2015-06-01 16:05:31 -0400
commita50edc3d9f1fc630ba5f72aba6cfec9aca71c204 (patch)
tree9d8e958c2e78c08d71afa99b5b9e081a9451b803 /debian
parenta7045f737efe76c7346a1ac34f10d0d8d311ff89 (diff)
better types for systemd port publishing
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9b75e118..a4c40ea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,15 +8,16 @@ propellor (2.5.0) UNRELEASED; urgency=medium
* 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
+ * Improve enter-machine scripts for systemd-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
* --spin now works when given a short hostname that only resolves to an
ipv6 address.
- * Added publish property for systemd-spawn containers.
+ * Added publish and publish' properties for systemd-spawn containers.
(Needs systemd version 220.)
+ * Added bind and bindRo properties for systemd-spawn containers.
-- Joey Hess <id@joeyh.name> Thu, 07 May 2015 12:08:34 -0400