diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-19 13:51:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-19 13:51:31 -0400 |
| commit | 07c77b732c4a52b0734a8e19ef12054e9210247b (patch) | |
| tree | 313b1faf4e57a4879f8d9823eec307d67f4f31ce /debian | |
| parent | 6589837d4c3e7c93d13bb778fccbb1b71cfe2b51 (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/changelog | 5 |
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 |
