summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-04-01 11:53:01 -0400
committerJoey Hess2019-04-01 11:53:01 -0400
commitc5d1556ebc5d02aaffd0d105e1d66041d0361b47 (patch)
tree54db5a3baa4bdf076c2f230e0ffb1d68333efdf1 /debian
parent3c3394c84b46e8e65eac010b06279b71758a5712 (diff)
Added Utility.FileMode to the modules exported by Propellor.Utilities
Since File.mode uses FileMode, it seems it ought to be exported by propellor somewhere. I don't want to make propellor Property modules themselves export core data types though, so this is a compromise of dubious utility.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 73540dfe..87e924e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ propellor (5.7.0) UNRELEASED; urgency=medium
To upgrade: Simply add Sbuild.osDebianStandard to all Sbuild.built
calls which have osDebian.
Thanks, Sean Whitton
+ * Added Utility.FileMode to the modules exported by Propellor.Utilities
+ to propellor library users.
-- Joey Hess <id@joeyh.name> Mon, 01 Apr 2019 11:35:15 -0400