summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-06-19 13:51:31 -0400
committerJoey Hess2016-06-19 13:51:31 -0400
commit07c77b732c4a52b0734a8e19ef12054e9210247b (patch)
tree313b1faf4e57a4879f8d9823eec307d67f4f31ce /debian
parent6589837d4c3e7c93d13bb778fccbb1b71cfe2b51 (diff)
Generalized fileProperty can now operate on files as either a series of lines, or a ByteString.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1983e06c..3df99ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,11 @@ propellor (3.1.0) UNRELEASED; urgency=medium
about, it used to incorrectly succeed. Now it will fail.
* Property.Firejail: New module.
Thanks, Sean Whitton
+ * File: Write privdata files in binary rather than text, which avoids
+ failure when they do not contain valid unicode.
+ Thanks, Andrew Schurman
+ * Generalized fileProperty can now operate on files as either a series
+ of lines, or a ByteString.
-- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400