diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-27 12:38:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-27 12:38:45 -0400 |
| commit | 626f1af56f12be63cd78fa4910c55453c23cf5a0 (patch) | |
| tree | 201e7817c0c21a14d39a966a0249cb7ed3114f4b /debian | |
| parent | d7ff70c7277f6a29fa608c8b1da1543c461a8bfc (diff) | |
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.
Several imports of Utility.SafeCommand now redundant.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dc3b09de..96a9f745 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ 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. -- Joey Hess <id@joeyh.name> Thu, 07 May 2015 12:08:34 -0400 |
