summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-06-03 12:17:56 -0400
committerJoey Hess2015-06-03 12:17:56 -0400
commit5d3408d32292402ccd69bfadb3c28937a96eda5d (patch)
tree24c10a1a53d0e85f4699bc18e377764598c0536d /debian
parentce0e1a6dc82acb7fd8e64a9ec4c6ff0acf87e241 (diff)
parentfd9d172bcd9f217b67a60ed2e694bad4f6602d32 (diff)
Merge branch 'joeyconfig'
Conflicts: privdata.joey/privdata.gpg
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6a105804..f4459a2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,13 +8,22 @@ 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, for port publishing.
+ (Needs systemd version 220.)
+ * Added bind and bindRo properties for systemd-spawn containers.
+ * Firewall: Port was changed to a newtype, and the Port and PortRange
+ constructors of Rules were changed to DPort and DportRange, respectively.
+ (API change)
+ * Docker: volume and publish accept Bound FilePath and Bound Port,
+ respectively. They also continue to accept Strings, for backwards
+ compatability.
-- Joey Hess <id@joeyh.name> Thu, 07 May 2015 12:08:34 -0400