diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-19 14:00:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-19 14:00:42 -0400 |
| commit | 08d98f1c95b7055fc4f0990d744ddd869e9644c0 (patch) | |
| tree | 87c8bfc423f32993075d64da2020894f318cb72f | |
| parent | 35a9afb3a96392c5146adc9a98de1b4ab5879ec5 (diff) | |
merged
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | doc/todo/bytes_in_privData__63__.mdwn | 2 | ||||
| -rw-r--r-- | doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment | 8 |
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3df99ed9..be668ea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,7 +33,7 @@ propellor (3.1.0) UNRELEASED; urgency=medium * 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 + * Generalized fileProperty can now operate on a file as either a series of lines, or a ByteString. -- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400 diff --git a/doc/todo/bytes_in_privData__63__.mdwn b/doc/todo/bytes_in_privData__63__.mdwn index 27297fd5..66e3b1c2 100644 --- a/doc/todo/bytes_in_privData__63__.mdwn +++ b/doc/todo/bytes_in_privData__63__.mdwn @@ -15,3 +15,5 @@ It seems like I can't set the content of a PrivFile to arbitrary bytes. Enter private data on stdin; ctrl-D when done: propellor: <stdin>: hGetContents: invalid argument (invalid byte sequence) + +> [[done]]! --[[Joey]] diff --git a/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment b/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment new file mode 100644 index 00000000..1d645d09 --- /dev/null +++ b/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 12""" + date="2016-06-19T17:53:17Z" + content=""" +I found a reasonable way to refactor it without the duplication, so have +landed the patch. +"""]] |
