diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-30 11:05:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-30 11:05:34 -0400 |
| commit | aa7dcad9ba8d14013f26f6e8554901d56ef4cb5c (patch) | |
| tree | 3ff611c02e6b9580ade3021f5e7c65c03a31c953 /debian | |
| parent | 354803328067c261f439b7a8046717320cfd557c (diff) | |
export createProcess with debug logging from Propellor.Property.Cmd
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d18d61cf..9fae861c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,10 @@ 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 |
