summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2015-05-27 12:38:45 -0400
committerJoey Hess2015-05-27 12:38:45 -0400
commit626f1af56f12be63cd78fa4910c55453c23cf5a0 (patch)
tree201e7817c0c21a14d39a966a0249cb7ed3114f4b /debian
parentd7ff70c7277f6a29fa608c8b1da1543c461a8bfc (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/changelog3
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