diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-30 16:39:38 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-30 16:39:38 -0400 |
| commit | be5d4b6dbc919f0c390b2c4a78ae8b0e348e4933 (patch) | |
| tree | 1700b8bb3521d067a9e3406cdff86a9fe2890b94 /debian | |
| parent | a1ba3c61249ac0b8b5367b0ed5bc5b1b58974173 (diff) | |
| parent | fbc9f293eb4bd545ff4fea9ca87cb97ab74eb4d4 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d648d626..e77c5020 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,12 @@ propellor (2.8.1) UNRELEASED; urgency=medium the executable atomically. * Added Logcheck module, contributed by Jelmer Vernooij. * Added Kerberos module, contributed by Jelmer Vernooij. + * Privdata that uses HostContext inside a container will now have the + name of the container as its context, rather than the name of + the host(s) where the container is used. This allows eg, having different + passwords for a user in different containers. Note that previously, + propellor would prompt using the container name as the context, but + not actually use privdata using that context; so this is a bug fix. -- Joey Hess <id@joeyh.name> Fri, 25 Sep 2015 09:21:41 -0400 |
